Skip to content

Commit

Permalink
Preparing release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed Nov 8, 2016
1 parent 91d610a commit 73a0477
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## $v
## v161108

- **Enhancing Exclusion Tests:** Now testing exclusion rules against full open tag instead of only the CSS or JS URL and content. This allows for exclusion rules that exclude CSS or JS based on an opening tag attribute; e.g., `<style id='rs-plugin-settings-inline-css'`. See also: [this Comet Cache issue](https://github.com/websharks/comet-cache/issues/614).

Expand Down
4 changes: 2 additions & 2 deletions src/includes/classes/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Core // Heart of the HTML Compressor.
*
* @type string Dated version string: `YYMMDD`.
*/
protected $version = '160118'; //version//
protected $version = '161108'; //version//

/**
* An array of class options.
Expand Down Expand Up @@ -2484,7 +2484,7 @@ protected function removeNumericKeysDeep(array $array, $___recursion = false)
/**
* Removes UTF-8 BOM (Byte Order Marker).
*
* @since 15xxxx Correcting bug in CSS compilation.
* @since 161108 Correcting bug in CSS compilation.
*
* @param string $string Input string to strip.
*
Expand Down
1 change: 1 addition & 0 deletions src/includes/phar-stub.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
// @codingStandardsIgnoreFile
/**
* PHAR Stub.
*
Expand Down

0 comments on commit 73a0477

Please sign in to comment.