AMP for WP – Accelerated Mobile Pages - Version 0.9.1.2-b2

Version Description

Download this release

Release Info

Developer mohammed_kaludi
Plugin Icon 128x128 AMP for WP – Accelerated Mobile Pages
Version 0.9.1.2-b2
Comparing to
See all releases

Code changes from version 0.9.1.2 to 0.9.1.2-b2

Files changed (3) hide show
  1. README.md +6 -5
  2. accelerated-moblie-pages.php +2 -2
  3. readme.txt +10 -8
README.md CHANGED
@@ -7,7 +7,7 @@ Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, go
7
  Donate link: https://www.paypal.me/Kaludi/5
8
  Requires at least: 3.0
9
  Tested up to: 4.7
10
- Stable tag: 0.9.1.2
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
@@ -20,12 +20,13 @@ Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on
20
 
21
  [youtube https://www.youtube.com/watch?v=zzRy6Q_VGGc]
22
 
 
23
  **Features:**
24
- * NEW - DoubleClick Support
25
- * NEW - Custom Post Type Support
26
- * NEW - Star Ratings
27
  * NEW - Drag & Drop Page builder Added
28
- * NEW - 2 Designs Added
29
  * NEW - 100% Yoast SEO support on AMP pages
30
  * AMP WooCommerce Support
31
  * Switch on/off Support for Pages on AMP
7
  Donate link: https://www.paypal.me/Kaludi/5
8
  Requires at least: 3.0
9
  Tested up to: 4.7
10
+ Stable tag: 0.9.1.2-b2
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
20
 
21
  [youtube https://www.youtube.com/watch?v=zzRy6Q_VGGc]
22
 
23
+
24
  **Features:**
25
+ * NEW - DoubleClick Support
26
+ * NEW - Custom Post Type Support
27
+ * NEW - Star Ratings
28
  * NEW - Drag & Drop Page builder Added
29
+ * NEW - 2 Designs Added
30
  * NEW - 100% Yoast SEO support on AMP pages
31
  * AMP WooCommerce Support
32
  * Switch on/off Support for Pages on AMP
accelerated-moblie-pages.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Accelerated Mobile Pages
4
  Plugin URI: https://wordpress.org/plugins/accelerated-mobile-pages/
5
  Description: AMP for WP - Accelerated Mobile Pages for WordPress
6
- Version: 0.9.1.2
7
  Author: Ahmed Kaludi, Mohammed Kaludi
8
  Author URI: http://ampforwp.com/
9
  Donate link: https://www.paypal.me/Kaludi/5
@@ -56,7 +56,7 @@ if ( is_admin() ) {
56
  if(is_plugin_active( 'amp/amp.php' )){
57
  $actions = array_merge( $actions, $settings );
58
  }else{
59
- $please_activate_parent_plugin = array('Please Activate Parent plugin' => '<a href="'.get_admin_url() .'plugins.php?page=tgmpa-install-plugins">' . __('Please Activate Parent plugin', 'ampforwp') . '</a>');
60
  $actions = array_merge( $please_activate_parent_plugin,$actions );
61
  }
62
  }
3
  Plugin Name: Accelerated Mobile Pages
4
  Plugin URI: https://wordpress.org/plugins/accelerated-mobile-pages/
5
  Description: AMP for WP - Accelerated Mobile Pages for WordPress
6
+ Version: 0.9.1.2-b2
7
  Author: Ahmed Kaludi, Mohammed Kaludi
8
  Author URI: http://ampforwp.com/
9
  Donate link: https://www.paypal.me/Kaludi/5
56
  if(is_plugin_active( 'amp/amp.php' )){
57
  $actions = array_merge( $actions, $settings );
58
  }else{
59
+ $please_activate_parent_plugin = array('Please Activate Parent plugin' => '<a href="'.get_admin_url() .'plugin-install.php?s=amp&tab=search&type=term">' . __('Please Activate Parent plugin', 'ampforwp') . '</a>');
60
  $actions = array_merge( $please_activate_parent_plugin,$actions );
61
  }
62
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, go
4
  Donate link: https://www.paypal.me/Kaludi/5
5
  Requires at least: 3.0
6
  Tested up to: 4.7
7
- Stable tag: 0.9.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -17,14 +17,14 @@ Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on
17
 
18
  [youtube https://www.youtube.com/watch?v=zzRy6Q_VGGc]
19
 
20
- **Features:**
21
- * NEW - DoubleClick Support
22
- * NEW - Custom Post Type Support
23
- * NEW - Star Ratings
24
- * NEW - Drag & Drop Page builder Added
25
- * NEW - 2 Designs Added
26
  * NEW - 100% Yoast SEO support on AMP pages
27
- * AMP WooCommerce Support
28
  * Switch on/off Support for Pages on AMP
29
  * Translation Panel & RTL
30
  * Internal AMP linking - You can browse AMP pages internally
@@ -57,8 +57,10 @@ Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on
57
  * Piwik & Segment.com Support
58
  * Great Support & Active Development.
59
 
 
60
  **NOTE:** Next Update of this plugin will be released by end of October 2016.
61
 
 
62
  **[JOIN CHAT GROUP COMMUNITY](http://ampforwp.com/community/)**: Purpose of this group is to get proper suggestions and feedback from plugin users and the community so that we can make the plugin even better.
63
 
64
  **How to test if AMP is working or not?**
4
  Donate link: https://www.paypal.me/Kaludi/5
5
  Requires at least: 3.0
6
  Tested up to: 4.7
7
+ Stable tag: 0.9.1.2-b2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
17
 
18
  [youtube https://www.youtube.com/watch?v=zzRy6Q_VGGc]
19
 
20
+ ** Features: **
21
+ * NEW - DoubleClick Support
22
+ * NEW - Custom Post Type Support
23
+ * NEW - Star Ratings
24
+ * NEW - Drag & Drop Page builder Added
25
+ * NEW - 2 Designs Added
26
  * NEW - 100% Yoast SEO support on AMP pages
27
+ * AMP WooCommerce Support
28
  * Switch on/off Support for Pages on AMP
29
  * Translation Panel & RTL
30
  * Internal AMP linking - You can browse AMP pages internally
57
  * Piwik & Segment.com Support
58
  * Great Support & Active Development.
59
 
60
+
61
  **NOTE:** Next Update of this plugin will be released by end of October 2016.
62
 
63
+
64
  **[JOIN CHAT GROUP COMMUNITY](http://ampforwp.com/community/)**: Purpose of this group is to get proper suggestions and feedback from plugin users and the community so that we can make the plugin even better.
65
 
66
  **How to test if AMP is working or not?**