Skip to content

Commit

Permalink
Merge pull request #757 from Automattic/release/0.5.1
Browse files Browse the repository at this point in the history
Bump version to 0.5.1
  • Loading branch information
mjangda authored Aug 17, 2017
2 parents 325df70 + eefe992 commit 8d25583
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions amp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* Plugin URI: https://github.com/automattic/amp-wp
* Author: Automattic
* Author URI: https://automattic.com
* Version: 0.5
* Version: 0.5.1
* Text Domain: amp
* Domain Path: /languages/
* License: GPLv2 or later
*/

define( 'AMP__FILE__', __FILE__ );
define( 'AMP__DIR__', dirname( __FILE__ ) );
define( 'AMP__VERSION', '0.5' );
define( 'AMP__VERSION', '0.5.1' );

require_once( AMP__DIR__ . '/back-compat/back-compat.php' );
require_once( AMP__DIR__ . '/includes/amp-helper-functions.php' );
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: batmoo, joen, automattic, potatomaster
Tags: amp, mobile
Requires at least: 4.7
Tested up to: 4.8
Stable tag: 0.5
Stable tag: 0.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -53,6 +53,11 @@ A wise green Yoda once said, "Patience you must have, my young padawan." We're w

== Changelog ==

= 0.5.1 (2017-08-17) =

- Fix: issues with invalid tags not being stripped out (e.g. script tags) (h/t tmmbecker, fahmi182, pppdog, seejacobscott, RavanH, jenniejj, lkraav, simonrperry for the reports).
- Fix: issues with dimension extraction for protocol-less and relative URLs (h/t ktmn for the report).

= 0.5 (2017-08-04) =

- Whitelist Sanitizer: Replace Blacklist Sanitizer with a whitelist-based approach using the AMP spec (props delputnam)
Expand Down

0 comments on commit 8d25583

Please sign in to comment.