Skip to content

Commit

Permalink
Phing release of v161227 with the following changes:
Browse files Browse the repository at this point in the history
_**Note:** This is a Comet Cache Pro maintenance release._

- **Bug Fix** (Pro): Resolves an issue with the previous Pro maintenance release (v161226) where `admin-bar.min.css` was missing, which caused issues with the Admin Bar buttons. This was due to a glitch in our build system. See [Issue #864](#864).
  • Loading branch information
raamdev committed Dec 27, 2016
1 parent daff701 commit ac0d16b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitchange
@@ -1,4 +1,4 @@
1460135613
49dd4154d8f5d3b70691c8e3f52a063a49137fb7:57be33556df067.43016776
853d9120b42cf4f2eabe2f35ea18a6ace7170ea6:585cfba51d7115.78255177
d0e05c36184f81b133761b71ca6ee0136be67409:5861a7bdd62385.64706493
d0e05c36184f81b133761b71ca6ee0136be67409:5862af7eeb5ac2.32178454
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
= v161227 =

_**Note:** This is a Comet Cache Pro maintenance release._

- **Bug Fix** (Pro): Resolves an issue with the previous Pro maintenance release (v161226) where `admin-bar.min.css` was missing, which caused issues with the Admin Bar buttons. This was due to a glitch in our build system. See [Issue #864](https://github.com/websharks/comet-cache/issues/864).

= v161226 =

_**Note:** This is a Comet Cache Pro maintenance release._
Expand Down
2 changes: 1 addition & 1 deletion comet-cache.php
@@ -1,6 +1,6 @@
<?php
/*
Version: 161226
Version: 161227
Text Domain: comet-cache
Plugin Name: Comet Cache
Network: true
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
@@ -1,6 +1,6 @@
=== Comet Cache ===

Stable tag: 161226
Stable tag: 161227
Requires at least: 4.2
Tested up to: 4.8-alpha
Text Domain: comet-cache
Expand Down Expand Up @@ -340,6 +340,12 @@ Requires WordPress v4.2+.

== Changelog ==

= v161227 =

_**Note:** This is a Comet Cache Pro maintenance release._

- **Bug Fix** (Pro): Resolves an issue with the previous Pro maintenance release (v161226) where `admin-bar.min.css` was missing, which caused issues with the Admin Bar buttons. This was due to a glitch in our build system. See [Issue #864](https://github.com/websharks/comet-cache/issues/864).

= v161226 =

_**Note:** This is a Comet Cache Pro maintenance release._
Expand Down
2 changes: 2 additions & 0 deletions src/client-s/css/admin-bar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/includes/stub.php
Expand Up @@ -13,7 +13,7 @@
require_once dirname(__DIR__).'/vendor/autoload.php';
require_once __DIR__.'/functions/i18n-utils.php';

${__FILE__}['version'] = '161226'; //version//
${__FILE__}['version'] = '161227'; //version//
${__FILE__}['plugin'] = dirname(dirname(__DIR__));
${__FILE__}['plugin'] .= '/'.basename(${__FILE__}['plugin']).'.php';
${__FILE__}['ns_path'] = str_replace('\\', '/', __NAMESPACE__); // To dir/path.
Expand Down

0 comments on commit ac0d16b

Please sign in to comment.