From 0bf091cd15d27c9e088fbe9ae05e287cd6127c50 Mon Sep 17 00:00:00 2001 From: shakeeb Date: Fri, 6 Dec 2024 15:00:53 +0530 Subject: [PATCH] chore: update version and changelog --- constants.php | 2 +- readme.txt | 2 +- unusedcss.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/constants.php b/constants.php index 9a9f77f41..a4d51bb90 100644 --- a/constants.php +++ b/constants.php @@ -25,7 +25,7 @@ } if ( ! defined( 'UUCSS_VERSION' ) ) { - define( 'UUCSS_VERSION', '2.4.3' ); + define( 'UUCSS_VERSION', '2.4.4' ); } if ( ! defined( 'UUCSS_CACHE_CHILD_DIR' ) ) { diff --git a/readme.txt b/readme.txt index 6bf6638de..94f04ae53 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: Tags: unusedcss, criticalcss, rapidload, image optimization, minify js Requires at least: 5.0 Tested up to: 6.7 -Stable tag: 2.4.3 +Stable tag: 2.4.4 Requires PHP: 5.4 License: GPLv3 License URI: [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html) diff --git a/unusedcss.php b/unusedcss.php index 3ed68fe00..35d82f3fe 100644 --- a/unusedcss.php +++ b/unusedcss.php @@ -3,7 +3,7 @@ Plugin Name: RapidLoad - Optimize Web Vitals Automatically Plugin URI: https://rapidload.io/ Description: Makes your site even faster and lighter by automatically removing Unused CSS from your website. -Version: 2.4.3 +Version: 2.4.4 Author: RapidLoad Author URI: https://rapidload.io/ */