AMP for WP – Accelerated Mobile Pages - Version 0.9.97.26

Version Description

(21st January 2019) = * Added: Improve the Extension array code #2822 * Fixed: WP_Widget_Text conflict after v0.9.97.24 #2821

Full changelog available in changelog.txt

Download this release

Release Info

Developer ampforwp
Plugin Icon 128x128 AMP for WP – Accelerated Mobile Pages
Version 0.9.97.26
Comparing to
See all releases

Code changes from version 0.9.97.25 to 0.9.97.26

README.md 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/25
5
  Requires at least: 3.0
6
  Tested up to: 5.0.3
7
- Stable tag: 0.9.97.25
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -184,6 +184,10 @@ You can contact us from [here](https://ampforwp.com/contact/)
184
 
185
  == Changelog ==
186
 
 
 
 
 
187
  = 0.9.97.25 (17th January 2019) =
188
  * Added: Help message for background video of column setting of Page Builder #2716
189
  * Added: Review option in plugins page #2715
4
  Donate link: https://www.paypal.me/Kaludi/25
5
  Requires at least: 3.0
6
  Tested up to: 5.0.3
7
+ Stable tag: 0.9.97.26
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
184
 
185
  == Changelog ==
186
 
187
+ = 0.9.97.26 (21st January 2019) =
188
+ * Added: Improve the Extension array code #2822
189
+ * Fixed: WP_Widget_Text conflict after v0.9.97.24 #2821
190
+
191
  = 0.9.97.25 (17th January 2019) =
192
  * Added: Help message for background video of column setting of Page Builder #2716
193
  * Added: Review option in plugins page #2715
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.97.25
7
  Author: Ahmed Kaludi, Mohammed Kaludi
8
  Author URI: https://ampforwp.com/
9
  Donate link: https://www.paypal.me/Kaludi/25
@@ -20,7 +20,7 @@ define('AMPFORWP_PLUGIN_DIR_URI', plugin_dir_url(__FILE__));
20
  define('AMPFORWP_DISQUS_URL',plugin_dir_url(__FILE__).'includes/disqus.html');
21
  define('AMPFORWP_IMAGE_DIR',plugin_dir_url(__FILE__).'images');
22
  define('AMPFORWP_MAIN_PLUGIN_DIR', plugin_dir_path( __DIR__ ) );
23
- define('AMPFORWP_VERSION','0.9.97.25');
24
  // any changes to AMP_QUERY_VAR should be refelected here
25
  function ampforwp_generate_endpoint(){
26
  $ampforwp_slug = '';
@@ -827,7 +827,7 @@ function ampforwp_get_all_post_types(){
827
  }
828
 
829
  // Register widgets
830
- add_action('init', 'ampforwp_widgets',0.5);
831
  function ampforwp_widgets(){
832
  add_action( 'widgets_init', 'ampforwp_register_widgets' );
833
  }
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.97.26
7
  Author: Ahmed Kaludi, Mohammed Kaludi
8
  Author URI: https://ampforwp.com/
9
  Donate link: https://www.paypal.me/Kaludi/25
20
  define('AMPFORWP_DISQUS_URL',plugin_dir_url(__FILE__).'includes/disqus.html');
21
  define('AMPFORWP_IMAGE_DIR',plugin_dir_url(__FILE__).'images');
22
  define('AMPFORWP_MAIN_PLUGIN_DIR', plugin_dir_path( __DIR__ ) );
23
+ define('AMPFORWP_VERSION','0.9.97.26');
24
  // any changes to AMP_QUERY_VAR should be refelected here
25
  function ampforwp_generate_endpoint(){
26
  $ampforwp_slug = '';
827
  }
828
 
829
  // Register widgets
830
+ add_action('amp_init', 'ampforwp_widgets');
831
  function ampforwp_widgets(){
832
  add_action( 'widgets_init', 'ampforwp_register_widgets' );
833
  }
changelog.txt CHANGED
@@ -1,5 +1,9 @@
1
  == Changelog ==
2
 
 
 
 
 
3
  = 0.9.97.25 (17th January 2019) =
4
  * Added: Help message for background video of column setting of Page Builder #2716
5
  * Added: Review option in plugins page #2715
1
  == Changelog ==
2
 
3
+ = 0.9.97.26 (21st January 2019) =
4
+ * Added: Improve the Extension array code #2822
5
+ * Fixed: WP_Widget_Text conflict after v0.9.97.24 #2821
6
+
7
  = 0.9.97.25 (17th January 2019) =
8
  * Added: Help message for background video of column setting of Page Builder #2716
9
  * Added: Review option in plugins page #2715
images/cp.png ADDED
Binary file
includes/options/admin-config.php CHANGED
@@ -194,6 +194,17 @@ $extension_listing_array = array(
194
  'is_activated'=>(is_plugin_active('amp-cta/amp-cta.php')? 1 : 2),
195
  'settingUrl'=>'{ampforwp-cta-subsection}',
196
  ),
 
 
 
 
 
 
 
 
 
 
 
197
  array(
198
  'name'=>'AMP WooCommerce Pro',
199
  'desc'=>'Advanced WooCommerce in AMP in two clicks.',
194
  'is_activated'=>(is_plugin_active('amp-cta/amp-cta.php')? 1 : 2),
195
  'settingUrl'=>'{ampforwp-cta-subsection}',
196
  ),
197
+ array(
198
+ 'name'=>'Classipress for AMP',
199
+ 'desc'=>'Amp Compatibility for Classipress Theme',
200
+ 'img_src'=>AMPFORWP_IMAGE_DIR . '/cp.png',
201
+ 'price'=>'$19',
202
+ 'url_link'=>'http://ampforwp.com/classipress-for-amp',
203
+ 'plugin_active_path'=> 'classipress-for-amp/classipress-for-amp.php',
204
+ 'item_name'=>'Classipress for AMP',
205
+ 'store_url'=>'https://accounts.ampforwp.com',
206
+ 'is_activated'=>(is_plugin_active('classipress-for-amp/classipress-for-amp.php')? 1 : 2),
207
+ ),
208
  array(
209
  'name'=>'AMP WooCommerce Pro',
210
  'desc'=>'Advanced WooCommerce in AMP in two clicks.',
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/25
5
  Requires at least: 3.0
6
  Tested up to: 5.0.3
7
- Stable tag: 0.9.97.25
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -185,24 +185,8 @@ You can contact us from [here](https://ampforwp.com/contact/)
185
 
186
  == Changelog ==
187
 
188
- = 0.9.97.25 (17th January 2019) =
189
- * Added: Help message for background video of column setting of Page Builder #2716
190
- * Added: Review option in plugins page #2715
191
- * Added: Excerpt length option in Category module of Page Builder #2733
192
- * Added: Font Performance with font-display #2743
193
- * Added: Custom template for front-page & home-page #2714
194
- * Fixed: AMP Footer sidebar is not working in master #2800
195
- * Fixed: <i> tag not working in Title #2804
196
- * Fixed: alt attribute of <img> tag is not working when the image is inside the <a> tag #2617
197
- * Fixed: Remove the unnecessary code for '404 error' text in amp translation panel #2738
198
- * Fixed: Subtitle issue using with Jannah theme #2732
199
- * Fixed: Proper names given for AMP Widgets #2797
200
- * Fixed: Notice: Undefined index: hide-amp-tags-bulk-option2 and Undefined variable: inline_related_posts in features.php on line 4698 & 5546 #2795
201
- * Fixed: Quality of 'featured image slider' in Design3 #2779
202
- * Fixed: Embed Twits with twitter links #2798
203
- * Fixed: /amp in the telephone link when 'Change Internal Links to AMP' option enabled #2742
204
- * Fixed: Position of social sharing buttons 'above content' on pages #2809
205
- * Fixed: lang attribute in HTML tag #2808
206
- * Fixed: In footer, 'View non-AMP pages' is repeated twice when 'back to top link' option is enabled #2807
207
 
208
  Full changelog available in changelog.txt
4
  Donate link: https://www.paypal.me/Kaludi/25
5
  Requires at least: 3.0
6
  Tested up to: 5.0.3
7
+ Stable tag: 0.9.97.26
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
185
 
186
  == Changelog ==
187
 
188
+ = 0.9.97.26 (21st January 2019) =
189
+ * Added: Improve the Extension array code #2822
190
+ * Fixed: WP_Widget_Text conflict after v0.9.97.24 #2821
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
 
192
  Full changelog available in changelog.txt