Skip to content

Commit

Permalink
Version bump to 140922
Browse files Browse the repository at this point in the history
  • Loading branch information
JasWSInc committed Sep 22, 2014
1 parent 7aa44ab commit b9a20d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions html-compressor/includes/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class core // Heart of the HTML Compressor.
*
* @var string Dated version string: `YYMMDD`.
*/
protected $version = '140901';
protected $version = '140922';

/**
* An array of class options.
Expand Down Expand Up @@ -664,7 +664,7 @@ protected function get_css_tag_frags(array $html_frag)
/**
* Test a tag fragment to see if it's CSS.
*
* @since 140921 Improving tag tests.
* @since 140922 Improving tag tests.
*
* @param array $tag_frag A tag fragment.
*
Expand Down Expand Up @@ -701,7 +701,7 @@ protected function is_link_tag_frag_css(array $tag_frag)
/**
* Test a tag fragment to see if it's CSS.
*
* @since 140921 Improving tag tests.
* @since 140922 Improving tag tests.
*
* @param array $tag_frag A tag fragment.
*
Expand Down Expand Up @@ -1353,7 +1353,7 @@ protected function get_js_tag_frags(array $html_frag)
/**
* Test a script tag fragment to see if it's JavaScript.
*
* @since 140921 Initial release.
* @since 140922 Improving attribute tests.
*
* @param array $tag_frag A JS tag fragment.
*
Expand Down

0 comments on commit b9a20d2

Please sign in to comment.