Version Description
(8th May 2018) = * A bug causing validation issues has been resolved.
Download this release
Release Info
Developer | mohammed_kaludi |
Plugin | AMP for WP – Accelerated Mobile Pages |
Version | 0.9.86.1 |
Comparing to | |
See all releases |
Code changes from version 0.9.86 to 0.9.86.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.86
|
7 |
Author: Ahmed Kaludi, Mohammed Kaludi
|
8 |
Author URI: https://ampforwp.com/
|
9 |
Donate link: https://www.paypal.me/Kaludi/25
|
@@ -19,7 +19,7 @@ define('AMPFORWP_PLUGIN_DIR_URI', plugin_dir_url(__FILE__));
|
|
19 |
define('AMPFORWP_DISQUS_URL',plugin_dir_url(__FILE__).'includes/disqus.html');
|
20 |
define('AMPFORWP_IMAGE_DIR',plugin_dir_url(__FILE__).'images');
|
21 |
define('AMPFORWP_MAIN_PLUGIN_DIR', plugin_dir_path( __DIR__ ) );
|
22 |
-
define('AMPFORWP_VERSION','0.9.86');
|
23 |
|
24 |
// any changes to AMP_QUERY_VAR should be refelected here
|
25 |
function ampforwp_generate_endpoint(){
|
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.86.1
|
7 |
Author: Ahmed Kaludi, Mohammed Kaludi
|
8 |
Author URI: https://ampforwp.com/
|
9 |
Donate link: https://www.paypal.me/Kaludi/25
|
19 |
define('AMPFORWP_DISQUS_URL',plugin_dir_url(__FILE__).'includes/disqus.html');
|
20 |
define('AMPFORWP_IMAGE_DIR',plugin_dir_url(__FILE__).'images');
|
21 |
define('AMPFORWP_MAIN_PLUGIN_DIR', plugin_dir_path( __DIR__ ) );
|
22 |
+
define('AMPFORWP_VERSION','0.9.86.1');
|
23 |
|
24 |
// any changes to AMP_QUERY_VAR should be refelected here
|
25 |
function ampforwp_generate_endpoint(){
|
includes/vendor/amp/includes/sanitizers/class-amp-blacklist-sanitizer.php
CHANGED
@@ -213,12 +213,12 @@ class AMP_Blacklist_Sanitizer extends AMP_Base_Sanitizer {
|
|
213 |
'object',
|
214 |
'param',
|
215 |
'applet',
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
'textarea',
|
220 |
-
|
221 |
-
|
222 |
'link',
|
223 |
'picture',
|
224 |
'canvas',
|
@@ -247,4 +247,4 @@ class AMP_Blacklist_Sanitizer extends AMP_Base_Sanitizer {
|
|
247 |
'valign',
|
248 |
) );
|
249 |
}
|
250 |
-
}
|
213 |
'object',
|
214 |
'param',
|
215 |
'applet',
|
216 |
+
'form',
|
217 |
+
'label',
|
218 |
+
'input',
|
219 |
'textarea',
|
220 |
+
'select',
|
221 |
+
'option',
|
222 |
'link',
|
223 |
'picture',
|
224 |
'canvas',
|
247 |
'valign',
|
248 |
) );
|
249 |
}
|
250 |
+
}
|
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: 4.9.5
|
7 |
-
Stable tag: 0.9.86
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -30,7 +30,8 @@ Bug reports for AMP for WP are [welcomed on GitHub](https://github.com/ahmedkalu
|
|
30 |
|
31 |
|
32 |
= Features: =
|
33 |
-
|
|
|
34 |
* NEW - Introducing Page Builder 3.0 for AMP! [Learn More & Video](https://ampforwp.com/tutorials/article/amp-page-builder-installation/)
|
35 |
* NEW Default Theme for AMP called Swift
|
36 |
* NEW - 3 Pre-built AMP Layouts for Business websites and landing pages
|
@@ -181,6 +182,9 @@ You can contact us from [here](https://ampforwp.com/contact/)
|
|
181 |
|
182 |
|
183 |
== Changelog ==
|
|
|
|
|
|
|
184 |
|
185 |
= 0.9.86 (3rd May 2018) =
|
186 |
* For more detials check out [this blog post](https://ampforwp.com/0-9-86-released-getting-ready-for-future-87th-update/)
|
4 |
Donate link: https://www.paypal.me/Kaludi/25
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9.5
|
7 |
+
Stable tag: 0.9.86.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
30 |
|
31 |
|
32 |
= Features: =
|
33 |
+
|
34 |
+
* NEW - GDPR Compliance
|
35 |
* NEW - Introducing Page Builder 3.0 for AMP! [Learn More & Video](https://ampforwp.com/tutorials/article/amp-page-builder-installation/)
|
36 |
* NEW Default Theme for AMP called Swift
|
37 |
* NEW - 3 Pre-built AMP Layouts for Business websites and landing pages
|
182 |
|
183 |
|
184 |
== Changelog ==
|
185 |
+
|
186 |
+
= 0.9.86.1 (8th May 2018) =
|
187 |
+
* A bug causing validation issues has been resolved.
|
188 |
|
189 |
= 0.9.86 (3rd May 2018) =
|
190 |
* For more detials check out [this blog post](https://ampforwp.com/0-9-86-released-getting-ready-for-future-87th-update/)
|