Version Description
- Date: 17.April.2021 Minor Improvment: Added Data Analytics Addon Array #152
Download this release
Release Info
Developer | superpwa |
Plugin | Super Progressive Web Apps |
Version | 2.1.9 |
Comparing to | |
See all releases |
Code changes from version 2.1.8 to 2.1.9
- admin/admin-ui-render-addons.php +12 -0
- admin/img/data-analytics.png +0 -0
- readme.txt +7 -1
- superpwa.php +2 -2
admin/admin-ui-render-addons.php
CHANGED
@@ -114,6 +114,18 @@ function superpwa_get_addons( $slug = false ) {
|
|
114 |
'admin_link_target' => 'admin',
|
115 |
'superpwa_min_version' => '2.1.6',
|
116 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
);
|
118 |
|
119 |
if ( $slug === false ) {
|
114 |
'admin_link_target' => 'admin',
|
115 |
'superpwa_min_version' => '2.1.6',
|
116 |
),
|
117 |
+
'data_analytics' => array(
|
118 |
+
'name' => __( 'Data Analytics', 'super-progressive-web-apps' ),
|
119 |
+
'description' => __( 'Data analytics allows you to see how many customers interact with your website using Super Progressive Web App.', 'super-progressive-web-apps' ),
|
120 |
+
'type' => 'addon_pro',
|
121 |
+
'icon' => 'data-analytics.png',
|
122 |
+
'link' => 'https://superpwa.com/doc/data-analytics-add-on-for-superpwa/',
|
123 |
+
'more_link' => 'https://superpwa.com/doc/data-analytics-add-on-for-superpwa/',
|
124 |
+
'admin_link' => admin_url('admin.php?page=superpwa-data-analytics'),
|
125 |
+
'admin_link_text' => __( 'Customize Settings →', 'super-progressive-web-apps' ),
|
126 |
+
'admin_link_target' => 'admin',
|
127 |
+
'superpwa_min_version' => '2.1.8',
|
128 |
+
),
|
129 |
);
|
130 |
|
131 |
if ( $slug === false ) {
|
admin/img/data-analytics.png
ADDED
Binary file
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: SuperPWA
|
3 |
Tags: pwa, progressive web apps, manifest, web manifest, android app, chrome app, add to homescreen, mobile web
|
4 |
Requires at least: 3.6.0
|
5 |
-
Tested up to: 5.7
|
6 |
Requires PHP: 5.3
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
@@ -66,6 +66,7 @@ Here are the current features of Super Progressive Web Apps:
|
|
66 |
* New in version 2.0: SuperPWA is now compatible with WordPress installed in a sub-folder.
|
67 |
* New in version 2.0: You can now set [display property](https://superpwa.com/doc/web-app-manifest-display-modes/?utm_source=wordpress.org&utm_medium=description) from SuperPWA settings.
|
68 |
* New in version 2.1.1: SuperPWA now supports Maskable Icons.
|
|
|
69 |
|
70 |
**Upcoming features:**
|
71 |
|
@@ -74,6 +75,7 @@ Here are the current features of Super Progressive Web Apps:
|
|
74 |
**PRO Version** support additional [advance feature](https://superpwa.com/docs/)
|
75 |
* Call To Action (CTA) [More Info](https://superpwa.com/doc/call-to-action-cta-add-on-for-superpwa/)
|
76 |
* Android APK APP Generator [More Info](https://superpwa.com/doc/android-apk-app-generator-add-on-for-superpwa/)
|
|
|
77 |
|
78 |
### Progressive Web App Minimum Requirements
|
79 |
|
@@ -183,6 +185,10 @@ Feel free to get in touch if you have any questions.
|
|
183 |
1. Settings page in WordPress Admin > SuperPWA > Settings
|
184 |
|
185 |
== Changelog ==
|
|
|
|
|
|
|
|
|
186 |
= 2.1.8 =
|
187 |
* Date: [15.March.2021](https://superpwa.com/superpwa-2-1-8/?utm_source=wordpress.org&utm_medium=changelog)
|
188 |
BugFixed: manifest json file taking a long time to load #130
|
2 |
Contributors: SuperPWA
|
3 |
Tags: pwa, progressive web apps, manifest, web manifest, android app, chrome app, add to homescreen, mobile web
|
4 |
Requires at least: 3.6.0
|
5 |
+
Tested up to: 5.7.1
|
6 |
Requires PHP: 5.3
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
66 |
* New in version 2.0: SuperPWA is now compatible with WordPress installed in a sub-folder.
|
67 |
* New in version 2.0: You can now set [display property](https://superpwa.com/doc/web-app-manifest-display-modes/?utm_source=wordpress.org&utm_medium=description) from SuperPWA settings.
|
68 |
* New in version 2.1.1: SuperPWA now supports Maskable Icons.
|
69 |
+
* [Full changelog](https://superpwa.com/changelog/)
|
70 |
|
71 |
**Upcoming features:**
|
72 |
|
75 |
**PRO Version** support additional [advance feature](https://superpwa.com/docs/)
|
76 |
* Call To Action (CTA) [More Info](https://superpwa.com/doc/call-to-action-cta-add-on-for-superpwa/)
|
77 |
* Android APK APP Generator [More Info](https://superpwa.com/doc/android-apk-app-generator-add-on-for-superpwa/)
|
78 |
+
* Data Analytics [More Info](https://superpwa.com/doc/data-analytics-add-on-for-superpwa/)
|
79 |
|
80 |
### Progressive Web App Minimum Requirements
|
81 |
|
185 |
1. Settings page in WordPress Admin > SuperPWA > Settings
|
186 |
|
187 |
== Changelog ==
|
188 |
+
= 2.1.9 =
|
189 |
+
* Date: [17.April.2021](https://superpwa.com/changelog/)
|
190 |
+
Minor Improvment: Added Data Analytics Addon Array #152
|
191 |
+
|
192 |
= 2.1.8 =
|
193 |
* Date: [15.March.2021](https://superpwa.com/superpwa-2-1-8/?utm_source=wordpress.org&utm_medium=changelog)
|
194 |
BugFixed: manifest json file taking a long time to load #130
|
superpwa.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Author: SuperPWA
|
7 |
* Author URI: https://profiles.wordpress.org/superpwa/
|
8 |
* Contributors: SuperPWA
|
9 |
-
* Version: 2.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.
|
47 |
}
|
48 |
|
49 |
/**
|
6 |
* Author: SuperPWA
|
7 |
* Author URI: https://profiles.wordpress.org/superpwa/
|
8 |
* Contributors: SuperPWA
|
9 |
+
* Version: 2.1.9
|
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.9' );
|
47 |
}
|
48 |
|
49 |
/**
|