Super Progressive Web Apps - Version 2.1.2

Version Description

  • Date: 25.July.2020
  • Bug Fix: Fixed issue where Application Icon was not showing.
Download this release

Release Info

Developer josevarghese
Plugin Icon 128x128 Super Progressive Web Apps
Version 2.1.2
Comparing to
See all releases

Code changes from version 2.1.1 to 2.1.2

languages/super-progressive-web-apps.pot CHANGED
@@ -2,16 +2,16 @@
2
  # This file is distributed under the same license as the Super Progressive Web Apps plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Super Progressive Web Apps 2.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/super-progressive-web-apps\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2020-05-28T22:12:23+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
- "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: super-progressive-web-apps\n"
16
 
17
  #. Plugin Name of the plugin
2
  # This file is distributed under the same license as the Super Progressive Web Apps plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Super Progressive Web Apps 2.1.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/super-progressive-web-apps\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2020-07-25T09:24:14+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
+ "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: super-progressive-web-apps\n"
16
 
17
  #. Plugin Name of the plugin
public/manifest.php CHANGED
@@ -265,7 +265,6 @@ function superpwa_get_pwa_icons() {
265
  'src' => $settings['splash_icon'],
266
  'sizes' => '512x512', // must be 512x512.
267
  'type' => 'image/png', // must be image/png
268
- 'purpose'=> 'any maskable', // any maskable to support adaptive icons
269
  );
270
  }
271
 
265
  'src' => $settings['splash_icon'],
266
  'sizes' => '512x512', // must be 512x512.
267
  'type' => 'image/png', // must be image/png
 
268
  );
269
  }
270
 
readme.txt CHANGED
@@ -182,6 +182,10 @@ Feel free to get in touch if you have any questions.
182
 
183
  == Changelog ==
184
 
 
 
 
 
185
  = 2.1.1 =
186
  * Date: [4.July.2020](https://superpwa.com/superpwa-2-1/?utm_source=wordpress.org&utm_medium=changelog)
187
  * Tested with WordPress 5.4.2.
182
 
183
  == Changelog ==
184
 
185
+ = 2.1.2 =
186
+ * Date: [25.July.2020](https://superpwa.com/superpwa-2-1/?utm_source=wordpress.org&utm_medium=changelog)
187
+ * Bug Fix: Fixed issue where Application Icon was not showing.
188
+
189
  = 2.1.1 =
190
  * Date: [4.July.2020](https://superpwa.com/superpwa-2-1/?utm_source=wordpress.org&utm_medium=changelog)
191
  * Tested with WordPress 5.4.2.
superpwa.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: SuperPWA
7
  * Author URI: https://superpwa.com/?utm_source=superpwa-plugin&utm_medium=author-uri
8
  * Contributors: Arun Basil Lal, Jose Varghese
9
- * Version: 2.1.1
10
  * Text Domain: super-progressive-web-apps
11
  * Domain Path: /languages
12
  * License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
@@ -43,7 +43,7 @@ if ( ! defined('ABSPATH') ) exit;
43
  * @since 1.0
44
  */
45
  if ( ! defined( 'SUPERPWA_VERSION' ) ) {
46
- define( 'SUPERPWA_VERSION' , '2.1.1' );
47
  }
48
 
49
  /**
6
  * Author: SuperPWA
7
  * Author URI: https://superpwa.com/?utm_source=superpwa-plugin&utm_medium=author-uri
8
  * Contributors: Arun Basil Lal, Jose Varghese
9
+ * Version: 2.1.2
10
  * Text Domain: super-progressive-web-apps
11
  * Domain Path: /languages
12
  * License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
43
  * @since 1.0
44
  */
45
  if ( ! defined( 'SUPERPWA_VERSION' ) ) {
46
+ define( 'SUPERPWA_VERSION' , '2.1.2' );
47
  }
48
 
49
  /**