Skip to content

Commit

Permalink
Bump version to 2.2.2.1 for the bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed Jun 28, 2016
1 parent 136a492 commit 17d60c7
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## 2.2.2.1 - 2016-06-27

### Bug Fixes

* Fix issue that kept CMB2 stylesheet from being enqueued when using the [options-page snippets](https://github.com/WebDevStudios/CMB2-Snippet-Library/tree/master/options-and-settings-pages).
* Fix issue which caused the CMB2 column display styles to be enqueued in the wrong pages. Now only enqueues on admin pages with columns.

## 2.2.2 - 2016-06-27

### Enhancements
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
**Tags:** metaboxes, forms, fields, options, settings
**Requires at least:** 3.8.0
**Tested up to:** 4.4.2
**Stable tag:** 2.2.2
**Stable tag:** 2.2.2.1
**License:** GPLv2 or later
**License URI:** [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)

Expand Down Expand Up @@ -113,6 +113,13 @@ If including the library in your plugin or theme:

## Most Recent Changes

### 2.2.2.1 - 2016-06-27

#### Bug Fixes

* Fix issue that kept CMB2 stylesheet from being enqueued when using the [options-page snippets](https://github.com/WebDevStudios/CMB2-Snippet-Library/tree/master/options-and-settings-pages).
* Fix issue which caused the CMB2 column display styles to be enqueued in the wrong pages. Now only enqueues on admin pages with columns.

### 2.2.2 - 2016-06-27

#### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion includes/CMB2_hookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ public function once( $action, $hook, $priority = 10, $accepted_args = 1 ) {

/**
* Enqueues the 'cmb2-display-styles' if the conditions match (has columns, on the right page, etc).
* @since 2.2.3
* @since 2.2.2.1
*/
protected function maybe_enqueue_column_display_styles() {
global $pagenow;
Expand Down
20 changes: 10 additions & 10 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Bill Erickson (@billerickson / billerickson.net)
* Andrew Norcross (@norcross / andrewnorcross.com)
*
* Version: 2.2.2
* Version: 2.2.2.1
*
* Text Domain: cmb2
* Domain Path: languages
Expand Down Expand Up @@ -48,7 +48,7 @@
or things might explode!
*************************************************************************/

if ( ! class_exists( 'CMB2_Bootstrap_222', false ) ) {
if ( ! class_exists( 'CMB2_Bootstrap_2221', false ) ) {

/**
* Handles checking for and loading the newest version of CMB2
Expand All @@ -61,14 +61,14 @@
* @license GPL-2.0+
* @link http://webdevstudios.com
*/
class CMB2_Bootstrap_222 {
class CMB2_Bootstrap_2221 {

/**
* Current version number
* @var string
* @since 1.0.0
*/
const VERSION = '2.2.2';
const VERSION = '2.2.2.1';

/**
* Current version hook priority.
Expand All @@ -77,20 +77,20 @@ class CMB2_Bootstrap_222 {
* @var int
* @since 2.0.0
*/
const PRIORITY = 9982;
const PRIORITY = 9981;

/**
* Single instance of the CMB2_Bootstrap_222 object
* Single instance of the CMB2_Bootstrap_2221 object
*
* @var CMB2_Bootstrap_222
* @var CMB2_Bootstrap_2221
*/
public static $single_instance = null;

/**
* Creates/returns the single instance CMB2_Bootstrap_222 object
* Creates/returns the single instance CMB2_Bootstrap_2221 object
*
* @since 2.0.0
* @return CMB2_Bootstrap_222 Single instance object
* @return CMB2_Bootstrap_2221 Single instance object
*/
public static function initiate() {
if ( null === self::$single_instance ) {
Expand Down Expand Up @@ -180,6 +180,6 @@ public function l10ni18n() {
}

// Make it so...
CMB2_Bootstrap_222::initiate();
CMB2_Bootstrap_2221::initiate();

}
10 changes: 5 additions & 5 deletions languages/cmb2.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file is distributed under the same license as the CMB2 package.
msgid ""
msgstr ""
"Project-Id-Version: CMB2 2.2.2\n"
"Project-Id-Version: CMB2 2.2.2.1\n"
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/cmb2\n"
"POT-Creation-Date: 2016-06-27 17:01:22+00:00\n"
"POT-Creation-Date: 2016-06-28 01:27:02+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2016-6-27 17:1+240\n"
"PO-Revision-Date: 2016-6-27 1:27+240\n"
"Last-Translator: WebDevStudios [email protected]\n"
"Language-Team: WebDevStudios [email protected]\n"
"X-Generator: grunt-wp-i18n 0.4.9\n"
Expand Down Expand Up @@ -461,13 +461,13 @@ msgstr ""
msgid "Add Row"
msgstr ""

#: includes/CMB2_hookup.php:145
#: includes/CMB2_hookup.php:143
msgid ""
"Term Metadata is a WordPress > 4.4 feature. Please upgrade your WordPress "
"install."
msgstr ""

#: includes/CMB2_hookup.php:149
#: includes/CMB2_hookup.php:147
msgid "Term metaboxes configuration requires a 'taxonomies' parameter"
msgstr ""

Expand Down
23 changes: 22 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://webdevstudios.com
Tags: metaboxes, forms, fields, options, settings
Requires at least: 3.8.0
Tested up to: 4.4.2
Stable tag: 2.2.2
Stable tag: 2.2.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -80,6 +80,13 @@ A complete list of all our awesome contributors found here: [github.com/WebDevSt

### Most Recent Changes

#### 2.2.2.1 - 2016-06-27

##### Bug Fixes

* Fix issue that kept CMB2 stylesheet from being enqueued when using the [options-page snippets](https://github.com/WebDevStudios/CMB2-Snippet-Library/tree/master/options-and-settings-pages).
* Fix issue which caused the CMB2 column display styles to be enqueued in the wrong pages. Now only enqueues on admin pages with columns.

#### 2.2.2 - 2016-06-27

##### Enhancements
Expand Down Expand Up @@ -140,6 +147,13 @@ FAQ's usually end up in the [github wiki](https://github.com/WebDevStudios/CMB2/

== Changelog ==

### 2.2.2.1 - 2016-06-27

#### Bug Fixes

* Fix issue that kept CMB2 stylesheet from being enqueued when using the [options-page snippets](https://github.com/WebDevStudios/CMB2-Snippet-Library/tree/master/options-and-settings-pages).
* Fix issue which caused the CMB2 column display styles to be enqueued in the wrong pages. Now only enqueues on admin pages with columns.

### 2.2.2 - 2016-06-27

#### Enhancements
Expand Down Expand Up @@ -600,6 +614,13 @@ It is now passed a null value vs saved value. If null is returned, default sanit

== Upgrade Notice ==

### 2.2.2.1 - 2016-06-27

#### Bug Fixes

* Fix issue that kept CMB2 stylesheet from being enqueued when using the [options-page snippets](https://github.com/WebDevStudios/CMB2-Snippet-Library/tree/master/options-and-settings-pages).
* Fix issue which caused the CMB2 column display styles to be enqueued in the wrong pages. Now only enqueues on admin pages with columns.

### 2.2.2 - 2016-06-27

#### Enhancements
Expand Down

0 comments on commit 17d60c7

Please sign in to comment.