diff --git a/README.md b/README.md index 9dcb2a517..d3be5a028 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Contributors: mohammed_kaludi, ahmedkaludi Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, google Requires at least: 3.0 Tested up to: 4.6.1 -Stable tag: 0.8.4 +Stable tag: 0.8.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -15,7 +15,7 @@ The Must have AMP plugin for WordPress. Automatically add Accelerated Mobile Pag == Description == Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your WordPress site. AMP WP is a plugin that needs to no configuration, just activate it and you are done. -[What's New in Version 0.8.4?](http://ampforwp.com/blog/structured-data-validation/) | [Priority Support](http://ampforwp.com/priority-support/) | [View Demo and Screenshot of the plugin](http://ahmedkaludi.com/accelerated-mobile-pages/) +[What's New in Version 0.8.5?](http://ampforwp.com/new/) | [Priority Support](http://ampforwp.com/priority-support/) | [View Demo and Screenshot of the plugin](http://ahmedkaludi.com/accelerated-mobile-pages/) [youtube https://www.youtube.com/watch?v=zzRy6Q_VGGc] @@ -63,7 +63,7 @@ To view the AMP version, add /?amp at the end of your url. An example would be h Yes, Absolutely! I would suggest you to send your feature request by creating an issue in Github at https://github.com/ahmedkaludi/Accelerated-Mobile-Pages/issues/new/ . It helps us organize the feedback easily. **How do I get in touch?** -You can contact me using this url: http://ahmedkaludi.com/contact-me/ +You can contact me using this url: http://ampforwp.com/contact/ == Installation == @@ -112,6 +112,13 @@ Please check if you have "Pretty Permalinks" enabled. If not then activate it. F == Changelog == += 0.8.5 = +* Proper Details at http://ampforwp.com/the-0-4-compatibility/ +* AMP 0.4 Compatibility Check +* Even better Structured Data Validation, Once in for all! +* Structured Data Options to eliminate Validation errors +* AMP Page Exclude option + = 0.8.4 = * Proper Details at http://ampforwp.com/blog/structured-data-validation/ * Structured Data Validation diff --git a/accelerated-moblie-pages.php b/accelerated-moblie-pages.php index 4266efb93..ae7c3158e 100644 --- a/accelerated-moblie-pages.php +++ b/accelerated-moblie-pages.php @@ -3,7 +3,7 @@ Plugin Name: Accelerated Mobile Pages Plugin URI: https://wordpress.org/plugins/accelerated-mobile-pages/ Description: AMP Toolbox - Accelerated Mobile Pages for WordPress -Version: 0.8.4 +Version: 0.8.5 Author: Ahmed Kaludi, Mohammed Kaludi Author URI: http://ampforwp.com/ License: GPL2 diff --git a/includes/options/options-init.php b/includes/options/options-init.php index be056cfad..3a472fec7 100644 --- a/includes/options/options-init.php +++ b/includes/options/options-init.php @@ -138,7 +138,7 @@ Redux::setSection( $opt_name, array( 'title' => __( 'Welcome', 'redux-framework-demo' ), 'id' => 'basic', - 'desc' => __( '
' . sprintf( __( 'We are actively working on updating the plugin. We have built user friendly options which allows you to make changes on your AMP version. I have put togeather some frequently asked questions below.', 'redux-framework-demo' ), 'redux-framework-demo' ) . '
' + 'desc' => __( '' . sprintf( __( 'We are actively working on updating the plugin. We have built user friendly options which allows you to make changes on your AMP version. I have put togeather some frequently asked questions below.', 'redux-framework-demo' ), 'redux-framework-demo' ) . '
' . '' . __( 'How to Setup Navigation Menu?', 'redux-framework-demo' ) . '
' . __( 'We have created a Seperate Navigation menu for AMP version which you can setup from the WordPress Menus, then navigate to Menu Locations, their you will notice AMP Menu. You can assign existing menus to this locations.', 'redux-framework-demo' ) . '
' . __( 'I added /?amp on the end of one of my URLs and a minimalist version of my page appeared. It looks just like on one of your screenshots, so I guess its installed properly. Okay what now? Is it just enough to install it and the plugin will do the rest?', 'redux-framework-demo' ) . '
' . __( 'After you see the minimalist view if you use the url with ?amp then it means that it has been installed properly. You dont need any extra steps to enable it.', 'redux-framework-demo' ) . '