You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ The following list gives an overview of known shortcomings in ph-css
221
221
222
222
A Maven plugin to compress CSS files at build time using ph-css.
223
223
224
-
It requires Java 8 and Maven 3 to run.
224
+
It requires Java 11 and Maven 3 to run.
225
225
226
226
## Maven configuration
227
227
@@ -314,7 +314,7 @@ Configuration items are:
314
314
315
315
## News and noteworthy
316
316
317
-
* v7.0.4 - work in progress
317
+
* v7.0.4 - 2025-02-17
318
318
* Added additional media query features. See [#104}(https://github.com/phax/ph-css/pull/104) - thx @nhubbard
319
319
* Added new setting `CSSReaderSettings.setKeepDeprecatedProperties(boolean)` to customize if they should be read or discarded. See [#107](https://github.com/phax/ph-css/issues/107) - thx @hrozhkov1
320
320
* Added the property `keepDeprecatedProperties` to the Maven plugin
0 commit comments