Plugin Directory

Changeset 1871111


Ignore:
Timestamp:
05/09/2018 12:30:42 AM (8 years ago)
Author:
terresquall
Message:

Forgot to update the version info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • html-minifier/tags/2.1.5/html-minifier.php

    r1849373 r1871111  
    77Plugin URI: http://www.terresquall.com/web/html-minifier/
    88Description: 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.1
    10 Dated: 29/03/2018
     9Version: 2.1.5
     10Dated: 09/05/2018
    1111Author: Terresquall
    1212Author URI: http://www.terresquall.com/
     
    2929require_once HTML_MINIFIER__PLUGIN_DIR . 'inc/HTMLMinifier.manager.php';
    3030
    31 define('HTML_MINIFIER_PLUGIN_VERSION', '2.1.1');
    32 define('HTML_MINIFIER_PLUGIN_VERSION_DATE', '29 March 2018');
     31define('HTML_MINIFIER_PLUGIN_VERSION', '2.1.5');
     32define('HTML_MINIFIER_PLUGIN_VERSION_DATE', '9 May 2018');
    3333
    3434add_action('init',array('HTMLMinifier_Manager','init'));
Note: See TracChangeset for help on using the changeset viewer.