Skip to content

Commit

Permalink
Merge pull request #1076 from WordPress/bump/embed-optimizer-wp-64
Browse files Browse the repository at this point in the history
Bump minimum required WP version to 6.4
  • Loading branch information
westonruter authored Mar 21, 2024
2 parents 84762da + 5e43969 commit 90ec41a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions plugins/embed-optimizer/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: Embed Optimizer
* Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/embed-optimizer
* Description: Optimizes the performance of embeds by lazy-loading iframes and scripts.
* Requires at least: 6.3
* Requires at least: 6.4
* Requires PHP: 7.0
* Version: 0.1.0
* Version: 0.1.1
* Author: WordPress Performance Team
* Author URI: https://make.wordpress.org/performance/
* License: GPLv2 or later
Expand All @@ -20,7 +20,7 @@
exit;
}

define( 'EMBED_OPTIMIZER_VERSION', '0.1.0' );
define( 'EMBED_OPTIMIZER_VERSION', '0.1.1' );

// Load in the Embed Optimizer module hooks.
require_once __DIR__ . '/hooks.php';
8 changes: 6 additions & 2 deletions plugins/embed-optimizer/readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Embed Optimizer ===

Contributors: wordpressdotorg
Requires at least: 6.3
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Stable tag: 0.1.0
Stable tag: 0.1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, embeds
Expand Down Expand Up @@ -49,6 +49,10 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu

== Changelog ==

= 0.1.1 =

* Bump minimum required WP version to 6.4. ([1076](https://github.com/WordPress/performance/pull/1076))

= 0.1.0 =

* Initial release.

0 comments on commit 90ec41a

Please sign in to comment.