Plugin Directory

Changeset 1987784


Ignore:
Timestamp:
12/07/2018 11:33:07 AM (7 years ago)
Author:
terresquall
Message:

Commit for v2.3.1.

Location:
html-minifier/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • html-minifier/trunk/html-minifier.php

    r1970986 r1987784  
    77Plugin URI: http://www.terresquall.com/web/html-minifier/
    88Description: 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.0
    10 Dated: 08/11/2018
     9Version: 2.3.1
     10Dated: 07/12/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.3.0');
    32 define('HTML_MINIFIER_PLUGIN_VERSION_DATE', '8 November 2018');
     31define('HTML_MINIFIER_PLUGIN_VERSION', '2.3.1');
     32define('HTML_MINIFIER_PLUGIN_VERSION_DATE', '7 December 2018');
    3333
    3434add_action('init',array('HTMLMinifier_Manager','init'));
  • html-minifier/trunk/readme.md

    r1970986 r1987784  
    44Tags: source minifier, minify, html, javascript, css, optimisation, caching, reorganisation
    55Requires at least: 3.6.4
    6 Tested up to: 4.9.8
    7 Stable tag: 2.3.0
     6Tested up to: 5.0.0
     7Stable tag: 2.3.1
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    2424
    2525== Changelog ==
     26
     27= 2.3.1 =
     28*Release Date - 7 December 2018*
     29
     30* Compatibility update with WordPress 5.0.
    2631
    2732= 2.3.0 =
Note: See TracChangeset for help on using the changeset viewer.