diff --git a/init.php b/init.php index 8d6a982..2e18dff 100644 --- a/init.php +++ b/init.php @@ -6,7 +6,7 @@ Bill Erickson (@billerickson / billerickson.net) Justin Sternberg (@jtsternberg / dsgnwrks.pro) Description: This will create metaboxes with custom fields that will blow your mind. -Version: 1.1.0 +Version: 1.1.1 */ /** @@ -54,7 +54,7 @@ class cmb_Meta_Box { * @var string * @since 1.0.0 */ - const CMB_VERSION = '1.1.0'; + const CMB_VERSION = '1.1.1'; /** * Metabox Config array diff --git a/readme.md b/readme.md index 45604ce..d786a2e 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,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.0 +**Version**: 1.1.1 **Requires at least**: 3.5 **Tested up to**: 3.9-alpha **License**: GPLv2 @@ -96,6 +96,11 @@ This script is easy to install. If you can't figure it out you probably shouldn' ## Changelog +### 1.1.1 + +**Bug Fixes** +* Radio button values were not showing saved value. + ### 1.1.0 **Enhancements**