Skip to content

Commit 273b510

Browse files
committed
Bump 2.5.1
1 parent 8f79eec commit 273b510

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ An easier path to great Page Experience for everyone. Powered by AMP.
88
**Tags:** [page experience](https://wordpress.org/plugins/tags/page-experience), [performance](https://wordpress.org/plugins/tags/performance), [amp](https://wordpress.org/plugins/tags/amp), [mobile](https://wordpress.org/plugins/tags/mobile), [optimization](https://wordpress.org/plugins/tags/optimization), [accelerated mobile pages](https://wordpress.org/plugins/tags/accelerated-mobile-pages)
99
**Requires at least:** 5.3
1010
**Tested up to:** 6.4
11-
**Stable tag:** 2.5.0
11+
**Stable tag:** 2.5.1
1212
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1313
**Requires PHP:** 7.4
1414

@@ -113,6 +113,8 @@ Please see the [FAQs on amp-wp.org](https://amp-wp.org/documentation/frequently-
113113

114114
## Changelog
115115

116+
**Version 2.5.1 is a maintenance and security release which fixes a reflected XSS vulnerability when mobile redirection is enabled.** For prior affected versions, the fix is backported to new patch releases: v2.0.12, v2.1.5, v2.2.5, v2.3.1, and v2.4.3. These are available in the WordPress.org Plugin Directory but not on GitHub.
117+
116118
For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/ampproject/amp-wp/releases).
117119

118120
## Upgrade Notice

amp.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://amp-wp.org
66
* Author: AMP Project Contributors
77
* Author URI: https://github.com/ampproject/amp-wp/graphs/contributors
8-
* Version: 2.5.1-alpha
8+
* Version: 2.5.1
99
* License: GPLv2 or later
1010
* Requires at least: 5.3
1111
* Requires PHP: 7.4
@@ -15,7 +15,7 @@
1515

1616
define( 'AMP__FILE__', __FILE__ );
1717
define( 'AMP__DIR__', dirname( __FILE__ ) );
18-
define( 'AMP__VERSION', '2.5.1-alpha' );
18+
define( 'AMP__VERSION', '2.5.1' );
1919

2020
/**
2121
* Errors encountered while loading the plugin.

0 commit comments

Comments
 (0)