From c2543df6e36914330c8c035b454aab13c5fa7cb0 Mon Sep 17 00:00:00 2001 From: Matthew Denton Date: Thu, 21 May 2026 11:39:53 -0400 Subject: [PATCH] Update tested to 7.0 --- page-optimize.php | 2 +- readme.txt | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/page-optimize.php b/page-optimize.php index cfb049f..b8d82ce 100644 --- a/page-optimize.php +++ b/page-optimize.php @@ -4,7 +4,7 @@ Plugin URI: https://wordpress.org/plugins/page-optimize/ Description: Optimizes JS and CSS for faster page load and render in the browser. Author: Automattic -Version: 0.6.2 +Version: 0.6.3 Author URI: http://automattic.com/ */ diff --git a/readme.txt b/readme.txt index bb3cb1e..8c781bc 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: aidvu, bjorsch, bpayton, mreishus, rcrdortiz Tags: performance Requires at least: 5.3 -Tested up to: 6.9 +Tested up to: 7.0 Requires PHP: 7.4 -Stable tag: 0.6.2 +Stable tag: 0.6.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -67,6 +67,9 @@ Optional overrides (examples): == Changelog == += 0.6.3 = + * Update Tested up to version to 7.0 + = 0.6.2 = * Fix: Harden CSS concat `@import` hoisting to preserve long Google Fonts-style URLs with semicolons and avoid false positives from `@import`-like substrings in rule bodies/URL paths.