Skip to content

Commit

Permalink
changelog and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaywali committed Nov 26, 2024
1 parent 8b71643 commit 556f789
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
= 2.2.32 =
* Date: [26.November.2024](https://superpwa.com/superpwa-2-2-32-release-note/?utm_source=wordpress.org&utm_medium=changelog)
* Feature: Added feature of Offline form. #297
* BugFixed: Exclude Add to home screen banner option is not working. #556
* BugFixed: SuperPWA Non-AMP install page's instruction 1st step is showing a <b> tag and 2nd is not translating #559
* BugFixed: CTA banner not working properly. #562
* Improvement: correct contact link #558
* Improvement: Manifest generation cause 503 on settings page save when superpwa_file_exists returns false #564
* Test: Test with WordPress version 6.7 #561

= 2.2.31 =
* Date: [09.October.2024](https://superpwa.com/superpwa-2-2-31-release-note/?utm_source=wordpress.org&utm_medium=changelog)
* Feature: Added feature to add APKs to the iOS App Store. #516
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: pwa, progressive web apps, android app, chrome app, add to homescreen
Requires at least: 3.6.0
Tested up to: 6.7
Requires PHP: 5.3
Stable tag: 2.2.31
Stable tag: 2.2.32
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -189,6 +189,15 @@ Feel free to get in touch if you have any questions.
1. Settings page in WordPress Admin > SuperPWA > Settings

== Changelog ==
= 2.2.32 =
* Date: [26.November.2024](https://superpwa.com/superpwa-2-2-32-release-note/?utm_source=wordpress.org&utm_medium=changelog)
* Feature: Added feature of Offline form. #297
* BugFixed: Exclude Add to home screen banner option is not working. #556
* BugFixed: SuperPWA Non-AMP install page's instruction 1st step is showing a <b> tag and 2nd is not translating #559
* BugFixed: CTA banner not working properly. #562
* Improvement: correct contact link #558
* Improvement: Manifest generation cause 503 on settings page save when superpwa_file_exists returns false #564
* Test: Test with WordPress version 6.7 #561

= 2.2.31 =
* Date: [09.October.2024](https://superpwa.com/superpwa-2-2-31-release-note/?utm_source=wordpress.org&utm_medium=changelog)
Expand Down
4 changes: 2 additions & 2 deletions superpwa.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: SuperPWA
* Author URI: https://profiles.wordpress.org/superpwa/
* Contributors: SuperPWA
* Version: 2.2.31
* Version: 2.2.32
* Text Domain: super-progressive-web-apps
* Domain Path: /languages
* License: GPL2
Expand Down Expand Up @@ -43,7 +43,7 @@
* @since 1.0
*/
if ( ! defined( 'SUPERPWA_VERSION' ) ) {
define( 'SUPERPWA_VERSION' , '2.2.31' );
define( 'SUPERPWA_VERSION' , '2.2.32' );
}

/**
Expand Down

0 comments on commit 556f789

Please sign in to comment.