AMP for WP – Accelerated Mobile Pages - Version 0.9.36.1

Version Description

Download this release

Release Info

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

Code changes from version 0.9.36 to 0.9.36.1

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.36
7
  Author: Ahmed Kaludi, Mohammed Kaludi
8
  Author URI: http://ampforwp.com/
9
  Donate link: https://www.paypal.me/Kaludi/5
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.36.1
7
  Author: Ahmed Kaludi, Mohammed Kaludi
8
  Author URI: http://ampforwp.com/
9
  Donate link: https://www.paypal.me/Kaludi/5
includes/options/admin-config.php CHANGED
@@ -391,7 +391,7 @@ Redux::setArgs( "redux_builder_amp", $args );
391
  if(!is_plugin_active( 'amp-incontent-ads/amptoolkit-incontent-ads.php' ) ){
392
 
393
  $desc = '<a href="'.$AD_URL.'" target="_blank"><img class="ampforwp-ad-img-banner" src="'.AMPFORWP_IMAGE_DIR . '/amp-ads-retina.png" width="560" height="85" /></a>';
394
-
395
  // ADS SECTION
396
  Redux::setSection( $opt_name, array(
397
  'title' => __( 'Advertisement', 'redux-framework-demo' ),
@@ -588,7 +588,7 @@ Redux::setArgs( "redux_builder_amp", $args );
588
  // Ad 4 ends
589
  ),
590
  ) );
591
- }
592
 
593
  // Single Section
594
  Redux::setSection( $opt_name, array(
391
  if(!is_plugin_active( 'amp-incontent-ads/amptoolkit-incontent-ads.php' ) ){
392
 
393
  $desc = '<a href="'.$AD_URL.'" target="_blank"><img class="ampforwp-ad-img-banner" src="'.AMPFORWP_IMAGE_DIR . '/amp-ads-retina.png" width="560" height="85" /></a>';
394
+ }
395
  // ADS SECTION
396
  Redux::setSection( $opt_name, array(
397
  'title' => __( 'Advertisement', 'redux-framework-demo' ),
588
  // Ad 4 ends
589
  ),
590
  ) );
591
+
592
 
593
  // Single Section
594
  Redux::setSection( $opt_name, array(
readme.txt CHANGED
@@ -4,11 +4,11 @@ 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.36
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- The Must have AMP plugin for WordPress. Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your WordPress site.
12
 
13
  == Description ==
14
  Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your WordPress site. AMP makes your website faster for Mobile visitors.
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.36.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ AMP for WP is the most recommended AMP plugin by the community. Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your WordPress site.
12
 
13
  == Description ==
14
  Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your WordPress site. AMP makes your website faster for Mobile visitors.