Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheu committed Mar 25, 2014
1 parent 39f8d62 commit 3379c79
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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.

0 comments on commit 3379c79

Please sign in to comment.