From 3d65b74cc7d54c7af07607469e1bc614ea3ace5f Mon Sep 17 00:00:00 2001 From: Cerdic Date: Mon, 18 Nov 2024 16:39:18 +0100 Subject: [PATCH] build: v2.2.0 --- README.md | 6 +++++- class.csstidy.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ca8c5a..6a2ff0c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ $css_code_opt = $csstidy->print->plain(); ## Changelog +* v2.2.0 : + * test suite switch to phpunit +* v2.1.0 : + * fix issues with css4 colors * v2.0.0 : * PHP 7.1 is the minimal version. Compatible PHP 8.0 and 8.1 * v1.7.3 : @@ -82,4 +86,4 @@ Only PHP version is here maintained ## History -Original Tracker : +Original Tracker : \ No newline at end of file diff --git a/class.csstidy.php b/class.csstidy.php index 6f094a8..4fa5226 100644 --- a/class.csstidy.php +++ b/class.csstidy.php @@ -70,7 +70,7 @@ * An online version should be available here: http://cdburnerxp.se/cssparse/css_optimiser.php * @package csstidy * @author Florian Schmitz (floele at gmail dot com) 2005-2006 - * @version 2.1.0 + * @version 2.2.0 */ class csstidy {