From 3379c7969fc175584237cd6e2779997c0ac7cc0a Mon Sep 17 00:00:00 2001 From: Matth_eu Date: Tue, 25 Mar 2014 14:00:52 +0000 Subject: [PATCH] update change log --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fa6b09bb..43477319 100644 --- a/readme.md +++ b/readme.md @@ -12,8 +12,8 @@ The framework also features a basic layout engine for fields, allowing you to al ## Usage -* Include the custom-meta-boxes.php framework file. - * In your theme: include the CMB directory to your theme directory, and add `require_once( 'Custom-Meta-Boxes/custom-meta-boxes.php' );` to functions.php +* Include the custom-meta-boxes.php framework file. + * In your theme: include the CMB directory to your theme directory, and add `require_once( 'Custom-Meta-Boxes/custom-meta-boxes.php' );` to functions.php * As an MU Plugin: [Refer to the WordPress Codex here for more information](http://codex.wordpress.org/Must_Use_Plugins) * Filter `cmb_meta_boxes` to add your own meta boxes. [The wiki has more details and example code](https://github.com/humanmade/Custom-Meta-Boxes/wiki/Create-a-Meta-Box) @@ -42,5 +42,8 @@ See [CONTRIBUTING.md](https://github.com/humanmade/Custom-Meta-Boxes/blob/master ## Changelog ## +**1.0.1** +* Fix bug - AJAX post select field displaying incorrect content. + **1.0** * Initial stable version of the fork.