From b9a20d27da373b1ab2a83b0e1416cac14734694e Mon Sep 17 00:00:00 2001 From: JasWSInc Date: Mon, 22 Sep 2014 00:48:27 -0800 Subject: [PATCH] Version bump to 140922 --- html-compressor/includes/core.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html-compressor/includes/core.php b/html-compressor/includes/core.php index d79532f..ea4bc48 100644 --- a/html-compressor/includes/core.php +++ b/html-compressor/includes/core.php @@ -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. @@ -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. * @@ -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. * @@ -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. *