AMP for WP – Accelerated Mobile Pages - Version 0.9.1.1

Version Description

Download this release

Release Info

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

Code changes from version 0.9.1 to 0.9.1.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.1
7
  Author: Ahmed Kaludi, Mohammed Kaludi
8
  Author URI: http://ampforwp.com/
9
  Donate link: https://www.paypal.me/Kaludi/5
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.1.1
7
  Author: Ahmed Kaludi, Mohammed Kaludi
8
  Author URI: http://ampforwp.com/
9
  Donate link: https://www.paypal.me/Kaludi/5
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/5
5
  Requires at least: 3.0
6
  Tested up to: 4.7
7
- Stable tag: 0.9.1
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/5
5
  Requires at least: 3.0
6
  Tested up to: 4.7
7
+ Stable tag: 0.9.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
templates/design-manager.php CHANGED
@@ -77,7 +77,7 @@ function ampforwp_design_selector() {
77
  add_action('pre_amp_render_post','ampforwp_stylesheet_file_insertion', 12 );
78
  function ampforwp_stylesheet_file_insertion() {
79
 
80
- if ( empty( ampforwp_design_selector() ) ) {
81
  $ampforwp_design_selector = 2;
82
  } else {
83
  $ampforwp_design_selector = ampforwp_design_selector();
77
  add_action('pre_amp_render_post','ampforwp_stylesheet_file_insertion', 12 );
78
  function ampforwp_stylesheet_file_insertion() {
79
 
80
+ if ( ! ampforwp_design_selector() ) {
81
  $ampforwp_design_selector = 2;
82
  } else {
83
  $ampforwp_design_selector = ampforwp_design_selector();