Skip to content

Commit

Permalink
Merge pull request #7918 from ampproject/prepare/2.5.5-release
Browse files Browse the repository at this point in the history
Update meta for 2.5.5 release
  • Loading branch information
westonruter authored Nov 12, 2024
2 parents a5a08dd + 5dc2cb9 commit f8b39a1
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 609 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ An easier path to great Page Experience for everyone. Powered by AMP.

**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/)
**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)
**Requires at least:** 6.5
**Tested up to:** 6.7
**Stable tag:** 2.5.4
**Stable tag:** 2.5.5
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
**Requires PHP:** 7.4

[![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)
[![Coverage Status](https://img.shields.io/codecov/c/github/ampproject/amp-wp/develop.svg)](https://codecov.io/gh/ampproject/amp-wp)
Expand Down
6 changes: 4 additions & 2 deletions amp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@
* Plugin URI: https://amp-wp.org
* Author: AMP Project Contributors
* Author URI: https://github.com/ampproject/amp-wp/graphs/contributors
* Version: 2.5.5-alpha
* Version: 2.5.5
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* Requires at least: 6.5
* Requires PHP: 7.4
* Text Domain: amp
*
* @package AMP
*/

define( 'AMP__FILE__', __FILE__ );
define( 'AMP__DIR__', dirname( __FILE__ ) );
define( 'AMP__VERSION', '2.5.5-alpha' );
define( 'AMP__VERSION', '2.5.5' );

/**
* Errors encountered while loading the plugin.
Expand Down
2 changes: 0 additions & 2 deletions bin/transform-readme.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,10 @@ static function ( $matches ) {
$expected_metadata = [
'Contributors',
'Tags',
'Requires at least',
'Tested up to',
'Stable tag',
'License',
'License URI',
'Requires PHP',
];
foreach ( $expected_metadata as $key ) {
if ( empty( $metadata[ $key ] ) ) {
Expand Down
Loading

0 comments on commit f8b39a1

Please sign in to comment.