Skip to content

Commit

Permalink
build: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerdic committed Nov 18, 2024
1 parent 2cdb524 commit 3d65b74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down Expand Up @@ -82,4 +86,4 @@ Only PHP version is here maintained
## History

Original Tracker : <http://sourceforge.net/tracker/?group_id=148404&atid=771415>
Original Tracker : <http://sourceforge.net/tracker/?group_id=148404&atid=771415>
2 changes: 1 addition & 1 deletion class.csstidy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 3d65b74

Please sign in to comment.