1
1
Minify Release History
2
2
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)
4
14
* Adds `$min_concatOnly` option to just concatenate files
5
15
* Deprecates use of Minify_Loader
6
16
* Deprecates use of Minify_Logger
@@ -116,7 +126,7 @@ Version 2.1.0 (2008-09-18)
116
126
* Better IIS support
117
127
* Improved minifier classes:
118
128
* 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,
120
130
shorter line lengths, other bug fixes
121
131
* HTML: smaller output, shorter line lengths, other bug fixes
122
132
* Default Cache-Control: max-age of 30 minutes
@@ -133,15 +143,15 @@ Version 2.0.1 (2008-05-31)
133
143
* E_STRICT compliance (Cache_Lite_File).
134
144
135
145
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
137
147
for building customized minifying file servers.
138
148
* Content-Encoding: deflate/gzip/compress, based on request headers
139
149
* Expanded CSS and HTML minifiers with test cases
140
150
* Easily plug-in 3rd-party minifiers (like Packer)
141
151
* 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
143
153
use minimal code)
144
- * Separate utility classes for HTTP encoding and cache control
154
+ * Separate utility classes for HTTP encoding and cache control
145
155
146
156
Version 1.0.1 (2007-05-05)
147
157
* Fixed various problems resolving pathnames when hosted on an NFS mount.
0 commit comments