1
0
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:
Steve Clay
2013-07-23 15:58:28 -04:00
parent 9f46484c1a
commit db7fe24493
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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