Changeset 1987784
- Timestamp:
- 12/07/2018 11:33:07 AM (7 years ago)
- Location:
- html-minifier/trunk
- Files:
-
- 2 edited
-
html-minifier.php (modified) (2 diffs)
-
readme.md (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
html-minifier/trunk/html-minifier.php
r1970986 r1987784 7 7 Plugin URI: http://www.terresquall.com/web/html-minifier/ 8 8 Description: Provides a variety of optimisation options (e.g. minification, caching, code reorganisation) for your site's source code to help meet today's web performance standards. 9 Version: 2.3. 010 Dated: 0 8/11/20189 Version: 2.3.1 10 Dated: 07/12/2018 11 11 Author: Terresquall 12 12 Author URI: http://www.terresquall.com/ … … 29 29 require_once HTML_MINIFIER__PLUGIN_DIR . 'inc/HTMLMinifier.manager.php'; 30 30 31 define('HTML_MINIFIER_PLUGIN_VERSION', '2.3. 0');32 define('HTML_MINIFIER_PLUGIN_VERSION_DATE', ' 8 November 2018');31 define('HTML_MINIFIER_PLUGIN_VERSION', '2.3.1'); 32 define('HTML_MINIFIER_PLUGIN_VERSION_DATE', '7 December 2018'); 33 33 34 34 add_action('init',array('HTMLMinifier_Manager','init')); -
html-minifier/trunk/readme.md
r1970986 r1987784 4 4 Tags: source minifier, minify, html, javascript, css, optimisation, caching, reorganisation 5 5 Requires at least: 3.6.4 6 Tested up to: 4.9.87 Stable tag: 2.3. 06 Tested up to: 5.0.0 7 Stable tag: 2.3.1 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 24 24 25 25 == Changelog == 26 27 = 2.3.1 = 28 *Release Date - 7 December 2018* 29 30 * Compatibility update with WordPress 5.0. 26 31 27 32 = 2.3.0 =
Note: See TracChangeset
for help on using the changeset viewer.