Skip to content

Commit

Permalink
Changelog and version number updated
Browse files Browse the repository at this point in the history
Changelog and version number updated
  • Loading branch information
MohammedKaludi committed Dec 4, 2018
1 parent 6636f0b commit 43ed594
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 9 deletions.
34 changes: 33 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, go
Donate link: https://www.paypal.me/Kaludi/25
Requires at least: 3.0
Tested up to: 4.9.8
Stable tag: 0.9.97.21
Stable tag: 0.9.97.22
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -183,6 +183,38 @@ You can contact us from [here](https://ampforwp.com/contact/)

== Changelog ==

= 0.9.97.22 (4th December 2018) =
* Fixed: Sanitation of user contents before save #2679
* Fixed: Vuukle AMP integration #2600
* Fixed: "Change Internal Links to AMP" not working properly for anchor tags (internal links) #2562
* Fixed: Secondary menu color is not outputting the value in latest update #2680
* Fixed: The instagram embed code is not working in facebook instant article in the AMP. #2523
* Fixed: FTP Link being generated in Non-AMP but not in AMP #2477
* Fixed: Videos aren't rendering whenever Convert AMP to WP theme (Beta) is enabled #2501
* Fixed: More debug errors #2513
* Fixed: Comments closed not looking good in Swift theme #2542
* Fixed: Total Plus theme compatibility #2511
* Fixed: Excerpt Option is not Working. #2509
* Fixed: Image of Design 3 and Swift are same in Installation wizard #2540
* Fixed: AMP renders with ?q after the /amp #2361
* Fixed: Tables overflow in swift theme when adding the tables to the site [TEST + ALT solution] #2392
* Fixed: Unable Access the Wp-admin page when Amp takeover option is Enabled. #2476
* Fixed: Latest post title is displaying in the AMP homepage instead of site title #2419
* Fixed: AMP menu is not working when Jetpack Mobile theme option is enabled #2584
* Fixed: Allow SVG format Logo in AMP #2431
* Fixed: Link to Non-AMP page in Footer points to 404 #2586
* Fixed: Debug warnings in error logs #2367
* Fixed: The AMP for WP plugin(Version 0.9.97.20) bug are notice-error :undefine index and Unused code. #2687
* Fixed: Improvements in AMP page builder code #2471
* Fixed: Table class is getting removed in AMP pages. #2699
* Fixed: View Non-AMP version link is not working when Mobile Redirection option is enabled. #2607
* Fixed: Pagination is not working when AMP Takeover is enabled #2686
* Fixed: The featured slider is not displaying properly images using the Firefox browser with the design 3 theme. #2677
* Fixed: Icons for AMP Stories and Shortcode Ultimate #2598
* Fixed: Images are stretched whenever Convert AMP to WP theme (Beta) Option is enabled. #2694
* Fixed: Vertical words in table on mobile #2606
* Fixed: Re-modification of single settings option panel when newspaper theme activated #2706

= 0.9.97.21 (21st November 2018) =
* Fixed: Sanitation of user contents before save #2679
* Fixed: Menu is Not working in Minimal Blogging theme (0.9.97.20) #2667
Expand Down
4 changes: 2 additions & 2 deletions accelerated-moblie-pages.php
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Accelerated Mobile Pages
Plugin URI: https://wordpress.org/plugins/accelerated-mobile-pages/
Description: AMP for WP - Accelerated Mobile Pages for WordPress
Version: 0.9.97.21
Version: 0.9.97.22
Author: Ahmed Kaludi, Mohammed Kaludi
Author URI: https://ampforwp.com/
Donate link: https://www.paypal.me/Kaludi/25
Expand All @@ -20,7 +20,7 @@
define('AMPFORWP_DISQUS_URL',plugin_dir_url(__FILE__).'includes/disqus.html');
define('AMPFORWP_IMAGE_DIR',plugin_dir_url(__FILE__).'images');
define('AMPFORWP_MAIN_PLUGIN_DIR', plugin_dir_path( __DIR__ ) );
define('AMPFORWP_VERSION','0.9.97.21');
define('AMPFORWP_VERSION','0.9.97.22');
// any changes to AMP_QUERY_VAR should be refelected here
function ampforwp_generate_endpoint(){
$ampforwp_slug = '';
Expand Down
32 changes: 32 additions & 0 deletions changelog.txt
@@ -1,5 +1,37 @@
== Changelog ==

= 0.9.97.22 (4th December 2018) =
* Fixed: Sanitation of user contents before save #2679
* Fixed: Vuukle AMP integration #2600
* Fixed: "Change Internal Links to AMP" not working properly for anchor tags (internal links) #2562
* Fixed: Secondary menu color is not outputting the value in latest update #2680
* Fixed: The instagram embed code is not working in facebook instant article in the AMP. #2523
* Fixed: FTP Link being generated in Non-AMP but not in AMP #2477
* Fixed: Videos aren't rendering whenever Convert AMP to WP theme (Beta) is enabled #2501
* Fixed: More debug errors #2513
* Fixed: Comments closed not looking good in Swift theme #2542
* Fixed: Total Plus theme compatibility #2511
* Fixed: Excerpt Option is not Working. #2509
* Fixed: Image of Design 3 and Swift are same in Installation wizard #2540
* Fixed: AMP renders with ?q after the /amp #2361
* Fixed: Tables overflow in swift theme when adding the tables to the site [TEST + ALT solution] #2392
* Fixed: Unable Access the Wp-admin page when Amp takeover option is Enabled. #2476
* Fixed: Latest post title is displaying in the AMP homepage instead of site title #2419
* Fixed: AMP menu is not working when Jetpack Mobile theme option is enabled #2584
* Fixed: Allow SVG format Logo in AMP #2431
* Fixed: Link to Non-AMP page in Footer points to 404 #2586
* Fixed: Debug warnings in error logs #2367
* Fixed: The AMP for WP plugin(Version 0.9.97.20) bug are notice-error :undefine index and Unused code. #2687
* Fixed: Improvements in AMP page builder code #2471
* Fixed: Table class is getting removed in AMP pages. #2699
* Fixed: View Non-AMP version link is not working when Mobile Redirection option is enabled. #2607
* Fixed: Pagination is not working when AMP Takeover is enabled #2686
* Fixed: The featured slider is not displaying properly images using the Firefox browser with the design 3 theme. #2677
* Fixed: Icons for AMP Stories and Shortcode Ultimate #2598
* Fixed: Images are stretched whenever Convert AMP to WP theme (Beta) Option is enabled. #2694
* Fixed: Vertical words in table on mobile #2606
* Fixed: Re-modification of single settings option panel when newspaper theme activated #2706

= 0.9.97.21 (21st November 2018) =
* Fixed: Sanitation of user contents before save #2679
* Fixed: Menu is Not working in Minimal Blogging theme (0.9.97.20) #2667
Expand Down
37 changes: 31 additions & 6 deletions readme.txt
Expand Up @@ -4,7 +4,7 @@ Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, go
Donate link: https://www.paypal.me/Kaludi/25
Requires at least: 3.0
Tested up to: 4.9.8
Stable tag: 0.9.97.21
Stable tag: 0.9.97.22
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -184,11 +184,36 @@ You can contact us from [here](https://ampforwp.com/contact/)

== Changelog ==

= 0.9.97.21 (21st November 2018) =
= 0.9.97.22 (4th December 2018) =
* Fixed: Sanitation of user contents before save #2679
* Fixed: Menu is Not working in Minimal Blogging theme (0.9.97.20) #2667
* Fixed: Author bio not showing proper link #2674
* Fixed: HTML not being rendered on cookie consent notifications #2671
* Fixed: Telephone link not working
* Fixed: Vuukle AMP integration #2600
* Fixed: "Change Internal Links to AMP" not working properly for anchor tags (internal links) #2562
* Fixed: Secondary menu color is not outputting the value in latest update #2680
* Fixed: The instagram embed code is not working in facebook instant article in the AMP. #2523
* Fixed: FTP Link being generated in Non-AMP but not in AMP #2477
* Fixed: Videos aren't rendering whenever Convert AMP to WP theme (Beta) is enabled #2501
* Fixed: More debug errors #2513
* Fixed: Comments closed not looking good in Swift theme #2542
* Fixed: Total Plus theme compatibility #2511
* Fixed: Excerpt Option is not Working. #2509
* Fixed: Image of Design 3 and Swift are same in Installation wizard #2540
* Fixed: AMP renders with ?q after the /amp #2361
* Fixed: Tables overflow in swift theme when adding the tables to the site [TEST + ALT solution] #2392
* Fixed: Unable Access the Wp-admin page when Amp takeover option is Enabled. #2476
* Fixed: Latest post title is displaying in the AMP homepage instead of site title #2419
* Fixed: AMP menu is not working when Jetpack Mobile theme option is enabled #2584
* Fixed: Allow SVG format Logo in AMP #2431
* Fixed: Link to Non-AMP page in Footer points to 404 #2586
* Fixed: Debug warnings in error logs #2367
* Fixed: The AMP for WP plugin(Version 0.9.97.20) bug are notice-error :undefine index and Unused code. #2687
* Fixed: Improvements in AMP page builder code #2471
* Fixed: Table class is getting removed in AMP pages. #2699
* Fixed: View Non-AMP version link is not working when Mobile Redirection option is enabled. #2607
* Fixed: Pagination is not working when AMP Takeover is enabled #2686
* Fixed: The featured slider is not displaying properly images using the Firefox browser with the design 3 theme. #2677
* Fixed: Icons for AMP Stories and Shortcode Ultimate #2598
* Fixed: Images are stretched whenever Convert AMP to WP theme (Beta) Option is enabled. #2694
* Fixed: Vertical words in table on mobile #2606
* Fixed: Re-modification of single settings option panel when newspaper theme activated #2706

Full changelog available in changelog.txt

0 comments on commit 43ed594

Please sign in to comment.