Skip to content

Commit

Permalink
Version 0.7.7 Bumped
Browse files Browse the repository at this point in the history
Version 0.7.7 Bumped
  • Loading branch information
ahmedkaludi committed Aug 16, 2016
1 parent 3129dd0 commit 50ee1c3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 15 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ 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.5.3
Stable tag: 0.7.6
Stable tag: 0.7.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your WordPress site.
Supports AMP for WordPress out of the box. Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your WordPress site.

== 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.

[View Demo and Screenshot of the plugin](http://ahmedkaludi.com/accelerated-mobile-pages/)
[What's New in Version 0.7.7?](http://ampforwp.com/blog/amp-0-7-7/) | [View Demo and Screenshot of the plugin](http://ahmedkaludi.com/accelerated-mobile-pages/)

**Features:**

Expand Down Expand Up @@ -138,4 +138,15 @@ Please check if you have "Pretty Permalinks" enabled. If not then activate it. F

= 0.7.6 =
* Google Adsense Support Added with AMP-Ad
* Wrong Homepage rel amphtml bug fixed
* Wrong Homepage rel amphtml bug fixed

= 0.7.7 =
* Proper Details at http://ampforwp.com/blog/amp-0-7-7/
* Big Validation Error fix Update
* Disable AMP support on specific Pages and Posts
* Option to disable the Post meta from the Single
* Footer Credits and Copyright Text Option
* New options for Social Sharing Bar in Single
* Jetpack Social & Related Sharing Issue fixed
* Gaping in footer if the Sticky bar is enabled
* Text domain added on few strings
4 changes: 2 additions & 2 deletions accelerated-moblie-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Plugin Name: Accelerated Mobile Pages
Plugin URI: https://wordpress.org/plugins/accelerated-mobile-pages/
Description: Accelerated Mobile Pages for WordPress
Version: 0.7.7 Beta
Version: 0.7.7
Author: Ahmed Kaludi, Mohammed Kaludi
Author URI: http://AhmedKaludi.com/
Author URI: http://ampforwp.com/
License: GPL2
*/
// Exit if accessed directly.
Expand Down
10 changes: 5 additions & 5 deletions options/options-init.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'page_slug' => 'amp_options',
'page_title' => 'Accelerated Mobile Pages Options',
'update_notice' => false,
'intro_text' => '<a href="https://wordpress.org/support/plugin/accelerated-mobile-pages" target="_blank">Need Help? Support Forum</a> | <a href="https://wordpress.org/plugins/accelerated-mobile-pages/faq/" target="_blank">FAQ</a> | <a href="https://wordpress.org/plugins/accelerated-mobile-pages/changelog/" target="_blank">Change Log</a> | <a href="https://wordpress.org/support/view/plugin-reviews/accelerated-mobile-pages" target="_blank">Reviews</a>',
'intro_text' => '<a href="https://wordpress.org/support/plugin/accelerated-mobile-pages" target="_blank">Need Help? Support Forum</a> | <a href="https://wordpress.org/plugins/accelerated-mobile-pages/faq/" target="_blank">FAQ</a> | <a href="https://wordpress.org/plugins/accelerated-mobile-pages/changelog/" target="_blank">Change Log</a> | <a href="https://wordpress.org/support/view/plugin-reviews/accelerated-mobile-pages" target="_blank">Reviews</a>| <a href="https://www.paypal.me/Kaludi/5" target="_blank">Donate</a>',
'footer_text' => '',
'admin_bar' => TRUE,
'menu_type' => 'menu',
Expand Down Expand Up @@ -138,7 +138,7 @@
Redux::setSection( $opt_name, array(
'title' => __( 'Welcome', 'redux-framework-demo' ),
'id' => 'basic',
'desc' => __( '<div class="amp-faq">Thank you for using Accelerated Mobile Pages plugin.'. '<p>' . 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' ), 'Yoast SEO' ) . '</p>'
'desc' => __( '<div class="amp-faq">Thank you for using Accelerated Mobile Pages plugin. <b> <a href="http://ampforwp.com/blog/amp-0-7-7/" target="_blank"> What\'s New in this Version?</a></b>'. '<p>' . 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' ) . '</p>'
. '<h2>' . __( 'Frequently Asked Questions', 'redux-framework-demo' ) . '</h2>'
. '<p><strong>' . __( 'How to Setup Navigation Menu?', 'redux-framework-demo' ) . '</strong><br/>' . __( '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' ) . '</p>'
. '<p><strong>' . __( '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' ) . '</strong><br/>' . __( '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' ) . '</p>'
Expand All @@ -153,12 +153,12 @@
', 'redux-framework-demo' ) . '</strong><br/>' . __( 'Add /?amp at the end of your website url and you will get amp version of your website.', 'redux-framework-demo' ) . '</p>'

. '<p><strong>' . sprintf( __( 'I have addded /?amp at the end of the url and still I am not able to see the AMP version of my site?
', 'redux-framework-demo' ), 'Yoast SEO' ) . '</strong><br/>'
', 'redux-framework-demo' ), 'redux-framework-demo' ) . '</strong><br/>'
. sprintf( __( 'Please check if you have "Pretty Permalinks" enabled. If not then activate it.', 'redux-framework-demo' ), '' )
. '</p>'

. '<p><strong>' . sprintf( __( 'How do I report Bug reports?
', 'redux-framework-demo' ), 'Yoast SEO' ) . '</strong><br/>'
', 'redux-framework-demo' ), 'redux-framework-demo' ) . '</strong><br/>'
. sprintf( __( 'Before you submit a new bug, please check if there already is an existing bug report for it. If so, it may be far more valuable to add to the existing one, than to create a new bug report. You can submit bug reports and feature requests at
%1$sGitHub Issues Page%2$s.
Expand All @@ -169,7 +169,7 @@
. sprintf( __( '
<h2>%1$sLike this plugin? Support us by leaving a 5 Star Rating%2$s</h2><br />
', 'redux-framework-demo' ), '<a target="_blank" href="' . esc_url( 'https://wordpress.org/support/view/plugin-reviews/accelerated-mobile-pages#postform' ) . '">', '</a>' )
', 'redux-framework-demo' ), '<a target="_blank" href="' . esc_url( 'https://wordpress.org/support/view/plugin-reviews/accelerated-mobile-pages?rate=5#postform' ) . '">', '</a>' )
. '</p></div>'

, 'redux-framework-demo' ),
Expand Down
19 changes: 15 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ 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.5.3
Stable tag: 0.7.6
Stable tag: 0.7.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your WordPress site.
Supports AMP for WordPress out of the box. Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your WordPress site.

== 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.

[View Demo and Screenshot of the plugin](http://ahmedkaludi.com/accelerated-mobile-pages/)
[What's New in Version 0.7.7?](http://ampforwp.com/blog/amp-0-7-7/) | [View Demo and Screenshot of the plugin](http://ahmedkaludi.com/accelerated-mobile-pages/)

**Features:**

Expand Down Expand Up @@ -167,4 +167,15 @@ Please check if you have "Pretty Permalinks" enabled. If not then activate it. F

= 0.7.6 =
* Google Adsense Support Added with AMP-Ad
* Wrong Homepage rel amphtml bug fixed
* Wrong Homepage rel amphtml bug fixed

= 0.7.7 =
* Proper Details at http://ampforwp.com/blog/amp-0-7-7/
* Big Validation Error fix Update
* Disable AMP support on specific Pages and Posts
* Option to disable the Post meta from the Single
* Footer Credits and Copyright Text Option
* New options for Social Sharing Bar in Single
* Jetpack Social & Related Sharing Issue fixed
* Gaping in footer if the Sticky bar is enabled
* Text domain added on few strings

0 comments on commit 50ee1c3

Please sign in to comment.