Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f8b39a1

Browse files
authoredNov 12, 2024··
Merge pull request #7918 from ampproject/prepare/2.5.5-release
Update meta for 2.5.5 release
2 parents a5a08dd + 5dc2cb9 commit f8b39a1

File tree

5 files changed

+207
-609
lines changed

5 files changed

+207
-609
lines changed
 

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ An easier path to great Page Experience for everyone. Powered by AMP.
66

77
**Contributors:** [google](https://profiles.wordpress.org/google), [xwp](https://profiles.wordpress.org/xwp), [rtcamp](https://profiles.wordpress.org/rtcamp), [automattic](https://profiles.wordpress.org/automattic), [westonruter](https://profiles.wordpress.org/westonruter), [albertomedina](https://profiles.wordpress.org/albertomedina), [schlessera](https://profiles.wordpress.org/schlessera), [delawski](https://profiles.wordpress.org/delawski/), [swissspidy](https://profiles.wordpress.org/swissspidy), [pierlo](https://profiles.wordpress.org/pierlo), [joshuawold](https://profiles.wordpress.org/joshuawold), [thelovekesh](https://profiles.wordpress.org/thelovekesh/)
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)
9-
**Requires at least:** 6.5
109
**Tested up to:** 6.7
11-
**Stable tag:** 2.5.4
10+
**Stable tag:** 2.5.5
1211
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
13-
**Requires PHP:** 7.4
1412

1513
[![Build Status](https://github.com/ampproject/amp-wp/workflows/Build,%20test%20&%20measure/badge.svg)](https://github.com/ampproject/amp-wp/actions?query=branch%3Adevelop+workflow%3A%22Build%2C+test+%26+measure%22)
1614
[![Coverage Status](https://img.shields.io/codecov/c/github/ampproject/amp-wp/develop.svg)](https://codecov.io/gh/ampproject/amp-wp)

‎amp.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
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.5-alpha
8+
* Version: 2.5.5
99
* License: GPLv2 or later
10+
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1011
* Requires at least: 6.5
1112
* Requires PHP: 7.4
13+
* Text Domain: amp
1214
*
1315
* @package AMP
1416
*/
1517

1618
define( 'AMP__FILE__', __FILE__ );
1719
define( 'AMP__DIR__', dirname( __FILE__ ) );
18-
define( 'AMP__VERSION', '2.5.5-alpha' );
20+
define( 'AMP__VERSION', '2.5.5' );
1921

2022
/**
2123
* Errors encountered while loading the plugin.

‎bin/transform-readme.php

-2
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,10 @@ static function ( $matches ) {
6767
$expected_metadata = [
6868
'Contributors',
6969
'Tags',
70-
'Requires at least',
7170
'Tested up to',
7271
'Stable tag',
7372
'License',
7473
'License URI',
75-
'Requires PHP',
7674
];
7775
foreach ( $expected_metadata as $key ) {
7876
if ( empty( $metadata[ $key ] ) ) {
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.