Skip to content

Commit

Permalink
Update to 2.4.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed May 25, 2018
1 parent 32e7761 commit 77f588d
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 28 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
### Enhancements
### Bug Fixes

## [2.4.1 - 2018-05-25](https://github.com/CMB2/CMB2/releases/tag/v2.4.1)

### Bug Fixes

* Do not set repeated field values to string "false" when boolean false. Fixes [#1138](https://github.com/CMB2/CMB2/issues/1138).

## [2.4.0 - 2018-05-24](https://github.com/CMB2/CMB2/releases/tag/v2.4.0)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
**Tags:** metaboxes, forms, fields, options, settings
**Requires at least:** 3.8.0
**Tested up to:** 4.9.6
**Stable tag:** 2.4.0
**Stable tag:** 2.4.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
2 changes: 1 addition & 1 deletion css/cmb2-display-rtl.css

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

2 changes: 1 addition & 1 deletion css/cmb2-display-rtl.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 css/cmb2-display.css

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

2 changes: 1 addition & 1 deletion css/cmb2-display.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 css/cmb2-front-rtl.css

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

2 changes: 1 addition & 1 deletion css/cmb2-front-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/cmb2-front.css

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

2 changes: 1 addition & 1 deletion css/cmb2-front.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/cmb2-rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* CMB2 - v2.4.0 - 2018-05-25
* CMB2 - v2.4.1 - 2018-05-25
* https://cmb2.io
* Copyright (c) 2018
* Licensed GPLv2+
Expand Down
2 changes: 1 addition & 1 deletion css/cmb2-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/cmb2.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* CMB2 - v2.4.0 - 2018-05-25
* CMB2 - v2.4.1 - 2018-05-25
* https://cmb2.io
* Copyright (c) 2018
* Licensed GPLv2+
Expand Down
2 changes: 1 addition & 1 deletion css/cmb2.min.css

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Bill Erickson (@billerickson / billerickson.net)
* Andrew Norcross (@norcross / andrewnorcross.com)
*
* Version: 2.4.0
* Version: 2.4.1
*
* Text Domain: cmb2
* Domain Path: languages
Expand Down Expand Up @@ -54,7 +54,7 @@
* ***********************************************************************
*/

if ( ! class_exists( 'CMB2_Bootstrap_240', false ) ) {
if ( ! class_exists( 'CMB2_Bootstrap_241', false ) ) {

/**
* Handles checking for and loading the newest version of CMB2
Expand All @@ -67,15 +67,15 @@
* @license GPL-2.0+
* @link https://cmb2.io
*/
class CMB2_Bootstrap_240 {
class CMB2_Bootstrap_241 {

/**
* Current version number
*
* @var string
* @since 1.0.0
*/
const VERSION = '2.4.0';
const VERSION = '2.4.1';

/**
* Current version hook priority.
Expand All @@ -84,20 +84,20 @@ class CMB2_Bootstrap_240 {
* @var int
* @since 2.0.0
*/
const PRIORITY = 9968;
const PRIORITY = 9967;

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

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

// Make it so...
CMB2_Bootstrap_240::initiate();
CMB2_Bootstrap_241::initiate();

}// End if().
6 changes: 3 additions & 3 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.4.0\n"
"Project-Id-Version: CMB2 2.4.1\n"
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/cmb2\n"
"POT-Creation-Date: 2018-05-25 04:04:34+00:00\n"
"POT-Creation-Date: 2018-05-25 14:02:49+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-5-25 4:4+240\n"
"PO-Revision-Date: 2018-5-25 14:2+240\n"
"Last-Translator: CMB2 Team [email protected]\n"
"Language-Team: CMB2 Team [email protected]\n"
"X-Generator: grunt-wp-i18n 0.4.9\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cmb2",
"title": "CMB2",
"version": "2.4.0",
"version": "2.4.1",
"description": "CMB2 is a developer's toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind.",
"main": "Gruntfile.js",
"directories": {
Expand Down
14 changes: 13 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://cmb2.io
Tags: metaboxes, forms, fields, options, settings
Requires at least: 3.8.0
Tested up to: 4.9.6
Stable tag: 2.4.0
Stable tag: 2.4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -125,6 +125,12 @@ FAQ's usually end up in the [github wiki](https://github.com/CMB2/CMB2/wiki).

== Changelog ==

### 2.4.1

#### Bug Fixes

* Do not set repeated field values to string "false" when boolean false. Fixes [#1138](https://github.com/CMB2/CMB2/issues/1138).

### 2.4.0

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

== Upgrade Notice ==

### 2.4.1

#### Bug Fixes

* Do not set repeated field values to string "false" when boolean false. Fixes [#1138](https://github.com/CMB2/CMB2/issues/1138).

### 2.4.0

#### Enhancements
Expand Down

0 comments on commit 77f588d

Please sign in to comment.