mirror of
https://github.com/mrclay/minify.git
synced 2025-08-08 23:26:43 +02:00
Prepare 2.1.7 release
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
Minify Release History
|
||||
|
||||
Version 2.1.7
|
||||
* Fixes arbitrary file inclusion vulnerability on some systems.
|
||||
* Thanks to Matt Mecham for reporting this.
|
||||
|
||||
Version 2.1.6
|
||||
* JSMin fixes
|
||||
* Prevents some Closure Compiler API failures
|
||||
|
@@ -24,7 +24,7 @@
|
||||
*/
|
||||
class Minify {
|
||||
|
||||
const VERSION = '2.1.6';
|
||||
const VERSION = '2.1.7';
|
||||
const TYPE_CSS = 'text/css';
|
||||
const TYPE_HTML = 'text/html';
|
||||
// there is some debate over the ideal JS Content-Type, but this is the
|
||||
|
Reference in New Issue
Block a user