| Server IP : 194.61.116.167 / Your IP : 216.73.217.84 Web Server : Apache/2 System : Linux nimbus2000.evosiber.com 5.14.0-503.11.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 12 09:26:13 EST 2024 x86_64 User : evoplastik ( 1130) PHP Version : 8.1.34 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/evoplastik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php/ |
Upload File : |
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## 2.4.3 - 2022-12-13 * Keep newline before private class member, #20, #15 * Keep newline after string template, #21, #8 ## 2.4.2 - 2022-12-07 * Improve control character handling, #9 * Fix PHP Deprecation warning: ord(null), #16 ## 2.4.1 - 2022-03-26 * Fix php 8.1 deprecation notice for ord(null), #10, #12, #13 ## 2.4.0 - 2018-12-06 * Preserve ES6 template literals, #7 ## 2.3.2 - 2015-03-30 * Correctly identifies regexes following keywords with no space. E.g. return/regex/; ## 2.3.1 - 2014-08-25 * Exception classes are PSR-0 loadable ## 2.3.0 - 2014-08-25 Rework as JSMin library on packagist. Releases prior this version are contained in minify package. * Removes leading UTF-8 BOM ## 2.2.0 * Fix handling of RegEx in certain situations in JSMin * Fix bug in JSMin exceptions ## 2.1.6 * JSMin fixes ## 2.1.4 * JSMin won't choke on common Closure compiler syntaxes (i+ ++j) * mbstring.func_overload usage is safer ## 2.1.2 * quote characters inside RegExp literals no longer cause exception ## 2.1.0 * JS: preserves IE conditional comments ## 1.0.1 - 2007-05-05 * Replaced old JSMin library with a much faster custom implementation.