Changeset 1870897
- Timestamp:
- 05/08/2018 03:45:33 PM (8 years ago)
- File:
-
- 1 edited
-
html-minifier/trunk/readme.md (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
html-minifier/trunk/readme.md
r1870886 r1870897 5 5 Requires at least: 3.6.4 6 6 Tested up to: 4.9.5 7 Stable tag: 2.1. 17 Stable tag: 2.1.5 8 8 License: GPLv2 or later 9 9 … … 11 11 12 12 == Description == 13 14 *If you have installed Version 2.1.2 to 2.1.4, please uninstall it and reinstall the older version, as these versions are found to have severe bugs.*15 13 16 14 HTML Minifier is a server-side source code minifier and cacher that is available both as a PHP class and as a WordPress plugin. It is designed to optimise HTML, CSS and Javascript output sent out to the client by removing whitespace, and by reorganising and / or merging <link>, <style> and <script> tags scattered across HTML pages that are built dynamically on server-side applications. … … 25 23 26 24 == Changelog == 25 26 = 2.1.5 = 27 *Release Date - 8 March 2018* 28 29 * Bug-fix: Rolled back the files to version 2.1.1 as versions 2.1.2 to 2.1.4 contained severe errors. 27 30 28 31 = 2.1.4 =
Note: See TracChangeset
for help on using the changeset viewer.