Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Commit

Permalink
Change version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed May 3, 2014
1 parent d0bb52c commit 327dad1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helpers/cmb_Meta_Box_field.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
6 changes: 3 additions & 3 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/**
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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**

Expand Down

0 comments on commit 327dad1

Please sign in to comment.