From 327dad148edfbde4f2c94f9237865ec06c2f7e58 Mon Sep 17 00:00:00 2001 From: Justin Sternberg Date: Sat, 3 May 2014 16:45:40 -0400 Subject: [PATCH] Change version to 1.2.0. --- helpers/cmb_Meta_Box_field.php | 2 +- init.php | 6 +++--- readme.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helpers/cmb_Meta_Box_field.php b/helpers/cmb_Meta_Box_field.php index 3202658..1f155da 100644 --- a/helpers/cmb_Meta_Box_field.php +++ b/helpers/cmb_Meta_Box_field.php @@ -411,7 +411,7 @@ public function render_field() { /** * Replaces a hash key - {#} - with the repeatable count - * @since 1.1.4 + * @since 1.2.0 * @param string $value Value to update * @return string Updated value */ diff --git a/init.php b/init.php index a7917fd..adfedf6 100644 --- a/init.php +++ b/init.php @@ -7,7 +7,7 @@ Bill Erickson (@billerickson / billerickson.net) Andrew Norcross (@norcross / andrewnorcross.com) Description: This will create metaboxes with custom fields that will blow your mind. -Version: 1.1.4 +Version: 1.2.0 */ /** @@ -55,7 +55,7 @@ class cmb_Meta_Box { * @var string * @since 1.0.0 */ - const CMB_VERSION = '1.1.4'; + const CMB_VERSION = '1.2.0'; /** * Metabox Config array @@ -120,7 +120,7 @@ class cmb_Meta_Box { /** * Whether CMB nonce has been added to the page. (oly add once) * @var bool - * @since 1.1.4 + * @since 1.2.0 */ protected static $nonce_added = false; diff --git a/readme.md b/readme.md index 4c4dfca..bb41c83 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ * Bill Erickson ( [@billerickson](http://twitter.com/billerickson ) / [billerickson.net](http://billerickson.net/) ) * Andrew Norcross ( [@norcross](http://twitter.com/norcross ) / [andrewnorcross.com](http://andrewnorcross.com/) ) -**Version**: 1.1.4 +**Version**: 1.2.0 **Requires at least**: 3.5 **Tested up to**: 3.9 **License**: GPLv2 @@ -97,7 +97,7 @@ This script is easy to install. If you can't figure it out you probably shouldn' ## Changelog -### 1.1.4 +### 1.2.0 **Enhancements**