Changeset 1871111
- Timestamp:
- 05/09/2018 12:30:42 AM (8 years ago)
- File:
-
- 1 edited
-
html-minifier/tags/2.1.5/html-minifier.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
html-minifier/tags/2.1.5/html-minifier.php
r1849373 r1871111 7 7 Plugin URI: http://www.terresquall.com/web/html-minifier/ 8 8 Description: Minifies and caches the HTML output of your Wordpress site, along with accompanying CSS and Javascript files. There are no embedded ads, no feature that is pay-to-use, no tricky money-making mechanisms. Just a source-minifying tool that is as simple and useful as possible. 9 Version: 2.1. 110 Dated: 29/03/20189 Version: 2.1.5 10 Dated: 09/05/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.1. 1');32 define('HTML_MINIFIER_PLUGIN_VERSION_DATE', ' 29 March2018');31 define('HTML_MINIFIER_PLUGIN_VERSION', '2.1.5'); 32 define('HTML_MINIFIER_PLUGIN_VERSION_DATE', '9 May 2018'); 33 33 34 34 add_action('init',array('HTMLMinifier_Manager','init'));
Note: See TracChangeset
for help on using the changeset viewer.