From 60dcec0e966187a24075caa4ed4d09781f4b937b Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 11 Nov 2024 16:12:22 -0800 Subject: [PATCH] Bump versions --- README.md | 8 +++----- bin/transform-readme.php | 2 -- syntax-highlighting-code-block.php | 23 ++++++++++++----------- 3 files changed, 15 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index a74b26cd..31e85c81 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,10 @@ Extending the Code block with syntax highlighting rendered on the server, thus being AMP-compatible and having faster frontend performance. **Contributors:** [westonruter](https://profiles.wordpress.org/westonruter), [allejo](https://profiles.wordpress.org/allejo) -**Tags:** [block](https://wordpress.org/plugins/tags/block), [code](https://wordpress.org/plugins/tags/code), [code syntax](https://wordpress.org/plugins/tags/code-syntax), [syntax highlight](https://wordpress.org/plugins/tags/syntax-highlight), [code highlighting](https://wordpress.org/plugins/tags/code-highlighting) -**Requires at least:** 6.4 -**Tested up to:** 6.6 -**Stable tag:** 1.5.0 +**Tags:** [block](https://wordpress.org/plugins/tags/block), [code](https://wordpress.org/plugins/tags/code), [code syntax](https://wordpress.org/plugins/tags/code-syntax), [syntax highlight](https://wordpress.org/plugins/tags/syntax-highlight), [code highlighting](https://wordpress.org/plugins/tags/code-highlighting) +**Tested up to:** 6.7 +**Stable tag:** 1.5.1 **License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) -**Requires PHP:** 7.4 [![Continuous Integration](https://github.com/westonruter/syntax-highlighting-code-block/actions/workflows/ci.yaml/badge.svg)](https://github.com/westonruter/syntax-highlighting-code-block/actions/workflows/ci.yaml) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com) diff --git a/bin/transform-readme.php b/bin/transform-readme.php index 465c485e..0cf0f34a 100755 --- a/bin/transform-readme.php +++ b/bin/transform-readme.php @@ -66,12 +66,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 ] ) ) { diff --git a/syntax-highlighting-code-block.php b/syntax-highlighting-code-block.php index 6c10bf44..69e02bf4 100644 --- a/syntax-highlighting-code-block.php +++ b/syntax-highlighting-code-block.php @@ -1,22 +1,23 @@