Skip to content

Commit

Permalink
Merge branch 'sambauers-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclay committed Mar 12, 2014
2 parents eadf601 + c91f746 commit d245bca
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
28 changes: 25 additions & 3 deletions HISTORY.txt
@@ -1,8 +1,30 @@
Minify Release History

Version 2.2.0
* Fix handling of RegEx in certain situations in JSMin
* Thanks to Vovan-VE for reporting this
* Update composer.json with support info
* Add ability to set ClosureCompiler URL
* Thanks Elan Ruusamäe for the pull request
* Better report of temp directory errors
* Also thanks to Elan Ruusamäe for anatoher pull request
* Updated CSSmin and added Minify_CSSmin wrapper

This comment has been minimized.

Copy link
@glensc

glensc Mar 17, 2014

Collaborator

anatoher spelling error!

* Fix windows issue associated with long cache filenames
* Fix issue with web-based tool
* Fix bug in JSMin exceptions
* Fix "about:blank" bug in CSS_UriRewriter
* Cite is no longer a block element in HTML minification
* Allow for definition of custom config locations outside of the min directory
* Thanks Sam Bauers for the pull request
* Allow option for overriding the maximum byte size POST limit for ClosureCompiler and other additions
* Thanks Joscha Feth for the code
* Fixes to file-relative URL identification in UriRewriter
* Allow far-future expiration and file versioning with the "v" querystirng parameter in addition to existing method
* Lots of general code tidy ups

Version 2.1.7
* Fixes arbitrary file inclusion vulnerability on some systems.
* Thanks to Matt Mecham for reporting this.
* Fixes arbitrary file inclusion vulnerability on some systems
* Thanks to Matt Mecham for reporting this

Version 2.1.6
* JSMin fixes
Expand Down Expand Up @@ -113,4 +135,4 @@ Version 1.0.1 (2007-05-05)
* Replaced old JSMin library with a much faster custom implementation.

Version 1.0.0 (2007-05-02)
* First release.
* First release.
2 changes: 1 addition & 1 deletion min/lib/Minify.php
Expand Up @@ -24,7 +24,7 @@
*/
class Minify {

const VERSION = '2.1.7';
const VERSION = '2.2.0';
const TYPE_CSS = 'text/css';
const TYPE_HTML = 'text/html';
// there is some debate over the ideal JS Content-Type, but this is the
Expand Down

0 comments on commit d245bca

Please sign in to comment.