1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-04 05:07:27 +02:00

Prepare for 3.0.11 release

This commit is contained in:
Elan Ruusamäe
2021-03-11 13:57:57 +02:00
parent 40f9dafe5f
commit f1572a580a
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
--- ---
:major: 3 :major: 3
:minor: 0 :minor: 0
:patch: 10 :patch: 11
:special: '' :special: ''
:metadata: '' :metadata: ''

View File

@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.0.11] - 2021-03-11
- PHP 8.0 support, [#685], [#682], [#677]
[3.0.11]: https://github.com/mrclay/minify/compare/3.0.10...3.0.11
[#685]: https://github.com/mrclay/minify/pull/685
[#682]: https://github.com/mrclay/minify/pull/682
[#677]: https://github.com/mrclay/minify/pull/677
## [3.0.10] - 2020-04-02 ## [3.0.10] - 2020-04-02
- Exclude SSI Comments from HTML minify, [#670], [#671] - Exclude SSI Comments from HTML minify, [#670], [#671]