AMP for WP – Accelerated Mobile Pages - Version 1.0.49

Version Description

(11th May 2020) = * Fixed: Background color of the row is not working in the AMP Page Builder #4398

Download this release

Release Info

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

Code changes from version 1.0.48 to 1.0.49

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.4
7
- Stable tag: 1.0.48
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -194,6 +194,9 @@ Device testing done through [BrowserStack](https://www.browserstack.com)
194
 
195
  == Changelog ==
196
 
 
 
 
197
  = 1.0.48 (9th May 2020) =
198
  * Fixed: Title not showing with Yoast in some scenarios #4434
199
  * Fixed: Canonical not showing with Yoast when AMP takeover is enabled #4434
4
  Donate link: https://www.paypal.me/Kaludi/25
5
  Requires at least: 3.0
6
  Tested up to: 5.4
7
+ Stable tag: 1.0.49
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
194
 
195
  == Changelog ==
196
 
197
+ = 1.0.49 (11th May 2020) =
198
+ * Fixed: Background color of the row is not working in the AMP Page Builder #4398
199
+
200
  = 1.0.48 (9th May 2020) =
201
  * Fixed: Title not showing with Yoast in some scenarios #4434
202
  * Fixed: Canonical not showing with Yoast when AMP takeover is enabled #4434
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.48
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.48');
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.49
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.49');
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.48 (9th May 2020) =
4
  * Fixed: Title not showing with Yoast in some scenarios #4434
5
  * Fixed: Canonical not showing with Yoast when AMP takeover is enabled #4434
1
  == Changelog ==
2
 
3
+ = 1.0.49 (11th May 2020) =
4
+ * Fixed: Background color of the row is not working in the AMP Page Builder #4398
5
+
6
  = 1.0.48 (9th May 2020) =
7
  * Fixed: Title not showing with Yoast in some scenarios #4434
8
  * Fixed: Canonical not showing with Yoast when AMP takeover is enabled #4434
pagebuilder/config/moduleTemplate.php CHANGED
@@ -132,19 +132,6 @@ $front_css = '
132
  {{row-class}}.amppb-fluid{width:{{fluid-width}};}
133
  {{row-class}}.amppb-fluid .col, {{row-class}}.amppb-fluid .col-2-wrap{margin:0 auto;max-width:{{fluid-wrapper}}; }
134
  {{row-class}}.amppb-fixed .col {max-width:{{content-width}};width:{{fixed-width}};margin: 0 auto;}
135
- {{if_condition_background_type==youtubevideo}}
136
- {{row-class}}{
137
- position:relative;
138
- }
139
- {{row-class}}.amppb-fixed .col, {{row-class}}.amppb-fluid .col{
140
- position:absolute;
141
- top:10px;
142
- left: 0;
143
- right: 0;
144
- bottom: 0;
145
- margin: auto;
146
- }
147
- {{ifend_condition_background_type==youtubevideo}}
148
  {{row-class}}{
149
  {{if_condition_check_for_brdr==1}}
150
  border-width:{{border_sz}};
132
  {{row-class}}.amppb-fluid{width:{{fluid-width}};}
133
  {{row-class}}.amppb-fluid .col, {{row-class}}.amppb-fluid .col-2-wrap{margin:0 auto;max-width:{{fluid-wrapper}}; }
134
  {{row-class}}.amppb-fixed .col {max-width:{{content-width}};width:{{fixed-width}};margin: 0 auto;}
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  {{row-class}}{
136
  {{if_condition_check_for_brdr==1}}
137
  border-width:{{border_sz}};
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.4
7
- Stable tag: 1.0.48
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -191,6 +191,9 @@ You can contact us from [here](https://ampforwp.com/contact/)
191
 
192
  == Changelog ==
193
 
 
 
 
194
  = 1.0.48 (9th May 2020) =
195
  * Fixed: Title not showing with Yoast in some scenarios #4434
196
  * Fixed: Canonical not showing with Yoast when AMP takeover is enabled #4434
4
  Donate link: https://www.paypal.me/Kaludi/25
5
  Requires at least: 3.0
6
  Tested up to: 5.4
7
+ Stable tag: 1.0.49
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
191
 
192
  == Changelog ==
193
 
194
+ = 1.0.49 (11th May 2020) =
195
+ * Fixed: Background color of the row is not working in the AMP Page Builder #4398
196
+
197
  = 1.0.48 (9th May 2020) =
198
  * Fixed: Title not showing with Yoast in some scenarios #4434
199
  * Fixed: Canonical not showing with Yoast when AMP takeover is enabled #4434