Version Description
Download this release
Release Info
Developer | mohammed_kaludi |
Plugin | AMP for WP – Accelerated Mobile Pages |
Version | 0.9.97.18 |
Comparing to | |
See all releases |
Code changes from version 0.9.97.17 to 0.9.97.18
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: 4.9.8
|
7 |
-
Stable tag: 0.9.97.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Donate link: https://www.paypal.me/Kaludi/25
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9.8
|
7 |
+
Stable tag: 0.9.97.18
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
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.
|
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.
|
24 |
// any changes to AMP_QUERY_VAR should be refelected here
|
25 |
function ampforwp_generate_endpoint(){
|
26 |
$ampforwp_slug = '';
|
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.18
|
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.18');
|
24 |
// any changes to AMP_QUERY_VAR should be refelected here
|
25 |
function ampforwp_generate_endpoint(){
|
26 |
$ampforwp_slug = '';
|
components/menu/menu.php
CHANGED
@@ -9,7 +9,7 @@ function amp_menu_html($echo){
|
|
9 |
'menu'=>'ul',
|
10 |
'menu_class'=>'amp-menu',
|
11 |
'echo' => false,
|
12 |
-
|
13 |
) );
|
14 |
$menu_html_content = apply_filters('ampforwp_menu_content', $menu_html_content);
|
15 |
$sanitizer_obj = new AMPFORWP_Content( $menu_html_content, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array(), 'AMP_Style_Sanitizer' => array(), ) ) );
|
9 |
'menu'=>'ul',
|
10 |
'menu_class'=>'amp-menu',
|
11 |
'echo' => false,
|
12 |
+
// 'walker' => new Ampforwp_Walker_Nav_Menu()
|
13 |
) );
|
14 |
$menu_html_content = apply_filters('ampforwp_menu_content', $menu_html_content);
|
15 |
$sanitizer_obj = new AMPFORWP_Content( $menu_html_content, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array(), 'AMP_Style_Sanitizer' => array(), ) ) );
|
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.8
|
7 |
-
Stable tag: 0.9.97.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Donate link: https://www.paypal.me/Kaludi/25
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9.8
|
7 |
+
Stable tag: 0.9.97.18
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
templates/design-manager/design-1/header-bar.php
CHANGED
@@ -43,7 +43,7 @@
|
|
43 |
'menu'=>'ul',
|
44 |
'echo' => false,
|
45 |
'menu_class' => 'menu amp-menu',
|
46 |
-
|
47 |
) );
|
48 |
$menu_html_content = apply_filters('ampforwp_menu_content', $menu_html_content);
|
49 |
$sanitizer_obj = new AMPFORWP_Content( $menu_html_content, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array(), 'AMP_Style_Sanitizer' => array(), ) ) );
|
43 |
'menu'=>'ul',
|
44 |
'echo' => false,
|
45 |
'menu_class' => 'menu amp-menu',
|
46 |
+
// 'walker' => new Ampforwp_Walker_Nav_Menu()
|
47 |
) );
|
48 |
$menu_html_content = apply_filters('ampforwp_menu_content', $menu_html_content);
|
49 |
$sanitizer_obj = new AMPFORWP_Content( $menu_html_content, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array(), 'AMP_Style_Sanitizer' => array(), ) ) );
|
templates/design-manager/design-2/header-bar.php
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
'menu' =>'ul',
|
33 |
'echo' => false,
|
34 |
'menu_class' => 'menu amp-menu',
|
35 |
-
|
36 |
) );
|
37 |
$menu_html_content = apply_filters('ampforwp_menu_content',$menu_html_content);
|
38 |
$sanitizer_obj = new AMPFORWP_Content( $menu_html_content, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array(), 'AMP_Style_Sanitizer' => array(), ) ) );
|
32 |
'menu' =>'ul',
|
33 |
'echo' => false,
|
34 |
'menu_class' => 'menu amp-menu',
|
35 |
+
// 'walker' => new Ampforwp_Walker_Nav_Menu()
|
36 |
) );
|
37 |
$menu_html_content = apply_filters('ampforwp_menu_content',$menu_html_content);
|
38 |
$sanitizer_obj = new AMPFORWP_Content( $menu_html_content, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array(), 'AMP_Style_Sanitizer' => array(), ) ) );
|
templates/design-manager/design-3/header-bar.php
CHANGED
@@ -23,7 +23,7 @@ if(isset($redux_builder_amp['ampforwp-amp-menu']) && $redux_builder_amp['ampforw
|
|
23 |
'menu'=>'ul',
|
24 |
'menu_class'=>'amp-menu',
|
25 |
'echo'=>false,
|
26 |
-
|
27 |
) );
|
28 |
$menu_html_content = apply_filters('ampforwp_menu_content', $menu_html_content);
|
29 |
$sanitizer_obj = new AMPFORWP_Content( $menu_html_content, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array(), 'AMP_Style_Sanitizer' => array(), ) ) );
|
23 |
'menu'=>'ul',
|
24 |
'menu_class'=>'amp-menu',
|
25 |
'echo'=>false,
|
26 |
+
// 'walker' => new Ampforwp_Walker_Nav_Menu()
|
27 |
) );
|
28 |
$menu_html_content = apply_filters('ampforwp_menu_content', $menu_html_content);
|
29 |
$sanitizer_obj = new AMPFORWP_Content( $menu_html_content, array(), apply_filters( 'ampforwp_content_sanitizers', array( 'AMP_Img_Sanitizer' => array(), 'AMP_Style_Sanitizer' => array(), ) ) );
|