Skip to content

Commit 2c83b82

Browse files
committed
update changelog
1 parent 32150b8 commit 2c83b82

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

HISTORY.txt

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Minify Release History
22

3-
Version 2.3.0
3+
Version 2.3.2 (2017-06-09)
4+
* PHP 7.1 compatibility fix. #600
5+
6+
Version 2.3.1 (2017-04-03)
7+
* No longer alters inline SVG id URLs. #517, #519
8+
* Use $min_libPath in examples and move it within config.php. #522, #524
9+
* Prevent false mod_rewrite error. #540
10+
* Sync JSMin with mrclay/jsmin-php. #537
11+
* URI rewriter passes through empty URLs. #561, #564
12+
13+
Version 2.3.0 (2016-03-11)
414
* Adds `$min_concatOnly` option to just concatenate files
515
* Deprecates use of Minify_Loader
616
* Deprecates use of Minify_Logger
@@ -116,7 +126,7 @@ Version 2.1.0 (2008-09-18)
116126
* Better IIS support
117127
* Improved minifier classes:
118128
* JS: preserves IE conditional comments
119-
* CSS: smaller output, preserves more hacks and valid CSS syntax,
129+
* CSS: smaller output, preserves more hacks and valid CSS syntax,
120130
shorter line lengths, other bug fixes
121131
* HTML: smaller output, shorter line lengths, other bug fixes
122132
* Default Cache-Control: max-age of 30 minutes
@@ -133,15 +143,15 @@ Version 2.0.1 (2008-05-31)
133143
* E_STRICT compliance (Cache_Lite_File).
134144

135145
Version 2.0.0 (2008-05-22)
136-
* Complete code overhaul. Minify is now a PEAR-style class and toolkit
146+
* Complete code overhaul. Minify is now a PEAR-style class and toolkit
137147
for building customized minifying file servers.
138148
* Content-Encoding: deflate/gzip/compress, based on request headers
139149
* Expanded CSS and HTML minifiers with test cases
140150
* Easily plug-in 3rd-party minifiers (like Packer)
141151
* Plug-able front end controller allows changing the way files are chosen
142-
* Compression & encoding modules lazy-loaded as needed (304 responses use
152+
* Compression & encoding modules lazy-loaded as needed (304 responses use
143153
use minimal code)
144-
* Separate utility classes for HTTP encoding and cache control
154+
* Separate utility classes for HTTP encoding and cache control
145155

146156
Version 1.0.1 (2007-05-05)
147157
* Fixed various problems resolving pathnames when hosted on an NFS mount.

0 commit comments

Comments
 (0)