AMP for WP – Accelerated Mobile Pages - Version 1.0.64.1

Version Description

(5th October 2020) = * Fixed: Images are not appearing in AMP with Shortpixel plugin #4738

Download this release

Release Info

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

Code changes from version 1.0.64 to 1.0.64.1

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.5
7
- Stable tag: 1.0.64
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -193,6 +193,9 @@ Device testing done through [BrowserStack](https://www.browserstack.com)
193
 
194
  == Changelog ==
195
 
 
 
 
196
  = 1.0.64 (5th October 2020) =
197
  * Fixed: Comments module of AMP pagebuilder is rendering only admin comments not the others #4745
198
  * Fixed: Shortpixel is not generating WebP in AMP #4738
4
  Donate link: https://www.paypal.me/Kaludi/25
5
  Requires at least: 3.0
6
  Tested up to: 5.5
7
+ Stable tag: 1.0.64.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
193
 
194
  == Changelog ==
195
 
196
+ = 1.0.64.1 (5th October 2020) =
197
+ * Fixed: Images are not appearing in AMP with Shortpixel plugin #4738
198
+
199
  = 1.0.64 (5th October 2020) =
200
  * Fixed: Comments module of AMP pagebuilder is rendering only admin comments not the others #4745
201
  * Fixed: Shortpixel is not generating WebP in AMP #4738
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: 1.0.64
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','1.0.64');
24
  define('AMPFORWP_EXTENSION_DIR',plugin_dir_path(__FILE__).'includes/options/extensions');
25
  if(!defined('AMPFROWP_HOST_NAME')){
26
  $urlinfo = get_bloginfo('url');
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: 1.0.64.1
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','1.0.64.1');
24
  define('AMPFORWP_EXTENSION_DIR',plugin_dir_path(__FILE__).'includes/options/extensions');
25
  if(!defined('AMPFROWP_HOST_NAME')){
26
  $urlinfo = get_bloginfo('url');
changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  == Changelog ==
2
 
 
 
 
3
  = 1.0.64 (5th October 2020) =
4
  * Fixed: Comments module of AMP pagebuilder is rendering only admin comments not the others #4745
5
  * Fixed: Shortpixel is not generating WebP in AMP #4738
1
  == Changelog ==
2
 
3
+ = 1.0.64.1 (5th October 2020) =
4
+ * Fixed: Images are not appearing in AMP with Shortpixel plugin #4738
5
+
6
  = 1.0.64 (5th October 2020) =
7
  * Fixed: Comments module of AMP pagebuilder is rendering only admin comments not the others #4745
8
  * Fixed: Shortpixel is not generating WebP in AMP #4738
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.5
7
- Stable tag: 1.0.64
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -190,6 +190,9 @@ You can contact us from [here](https://ampforwp.com/contact/)
190
 
191
  == Changelog ==
192
 
 
 
 
193
  = 1.0.64 (5th October 2020) =
194
  * Fixed: Comments module of AMP pagebuilder is rendering only admin comments not the others #4745
195
  * Fixed: Shortpixel is not generating WebP in AMP #4738
4
  Donate link: https://www.paypal.me/Kaludi/25
5
  Requires at least: 3.0
6
  Tested up to: 5.5
7
+ Stable tag: 1.0.64.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
190
 
191
  == Changelog ==
192
 
193
+ = 1.0.64.1 (5th October 2020) =
194
+ * Fixed: Images are not appearing in AMP with Shortpixel plugin #4738
195
+
196
  = 1.0.64 (5th October 2020) =
197
  * Fixed: Comments module of AMP pagebuilder is rendering only admin comments not the others #4745
198
  * Fixed: Shortpixel is not generating WebP in AMP #4738
templates/features.php CHANGED
@@ -8035,7 +8035,9 @@ function ampforwp_short_pixel_cdn($content){
8035
  $compress_level = '+q_glossy';
8036
  }
8037
  $compress_level .= '+ret_img+to_webp/';
8038
- $content = preg_replace('/<amp-img(.*?)src="([^"]*)"(.*?)width="([^"]*)" height="([^"]*)"([^>]*)>/','<amp-img$1 src="'.$api_url.'/w_$4'.$compress_level.'$2"$3 width="$4" height="$5"$6>',$content);
 
 
8039
  return $content;
8040
  }
8041
  if(ampforwp_get_setting('ampforwp_css_tree_shaking') == true && ampforwp_is_gutenberg_active()){
8035
  $compress_level = '+q_glossy';
8036
  }
8037
  $compress_level .= '+ret_img+to_webp/';
8038
+ if(!empty($api_url)){
8039
+ $content = preg_replace('/<amp-img(.*?)src="([^"]*)"(.*?)width="([^"]*)" height="([^"]*)"([^>]*)>/','<amp-img$1 src="'.$api_url.'/w_$4'.$compress_level.'$2"$3 width="$4" height="$5"$6>',$content);
8040
+ }
8041
  return $content;
8042
  }
8043
  if(ampforwp_get_setting('ampforwp_css_tree_shaking') == true && ampforwp_is_gutenberg_active()){