Version Description
Download this release
Release Info
Developer | mohammed_kaludi |
Plugin | AMP for WP – Accelerated Mobile Pages |
Version | 0.9.94 |
Comparing to | |
See all releases |
Code changes from version 0.9.93 to 0.9.94
- README.md +1 -1
- accelerated-moblie-pages.php +4 -4
- readme.txt +1 -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: 4.9.6
|
7 |
-
Stable tag: 0.9.
|
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.6
|
7 |
+
Stable tag: 0.9.94
|
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.
|
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.
|
23 |
|
24 |
// any changes to AMP_QUERY_VAR should be refelected here
|
25 |
function ampforwp_generate_endpoint(){
|
@@ -458,7 +458,7 @@ function ampforwp_load_plugin_last() {
|
|
458 |
array_push($active_plugins, $this_plugin);
|
459 |
update_option('active_plugins', $active_plugins);
|
460 |
}
|
461 |
-
if( file_exists(realpath(plugin_dir_path(
|
462 |
add_action("activated_plugin", "ampforwp_load_plugin_last");
|
463 |
}
|
464 |
|
@@ -467,7 +467,7 @@ if( file_exists(realpath(plugin_dir_path(FILE).'../amp/amp.php')) ){
|
|
467 |
*/
|
468 |
function ampforwp_bundle_core_amp_files(){
|
469 |
// Bundling Default plugin
|
470 |
-
if($GLOBALS['pagenow'] === 'plugins.php' && file_exists( realpath(plugin_dir_path(
|
471 |
return false;
|
472 |
}
|
473 |
require_once AMPFORWP_PLUGIN_DIR .'/includes/vendor/vendor-compatibility.php';
|
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.94
|
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.94');
|
23 |
|
24 |
// any changes to AMP_QUERY_VAR should be refelected here
|
25 |
function ampforwp_generate_endpoint(){
|
458 |
array_push($active_plugins, $this_plugin);
|
459 |
update_option('active_plugins', $active_plugins);
|
460 |
}
|
461 |
+
if( file_exists(realpath(plugin_dir_path(__FILE__).'../amp/amp.php')) ){
|
462 |
add_action("activated_plugin", "ampforwp_load_plugin_last");
|
463 |
}
|
464 |
|
467 |
*/
|
468 |
function ampforwp_bundle_core_amp_files(){
|
469 |
// Bundling Default plugin
|
470 |
+
if($GLOBALS['pagenow'] === 'plugins.php' && file_exists( realpath(plugin_dir_path(__FILE__).'../amp/amp.php') ) ){
|
471 |
return false;
|
472 |
}
|
473 |
require_once AMPFORWP_PLUGIN_DIR .'/includes/vendor/vendor-compatibility.php';
|
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.6
|
7 |
-
Stable tag: 0.9.
|
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.6
|
7 |
+
Stable tag: 0.9.94
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|