Skip to content

Commit

Permalink
RELATES #6 Replace options handling with CMB2
Browse files Browse the repository at this point in the history
* Denote included libraries
* RELATES #6 Replace metabox and options handling with CMB2
  • Loading branch information
Michael Cannon committed Oct 26, 2014
1 parent 863931e commit e31461c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## master

## 1.1.6RC1
* Denote included libraries
* RELATES #6 Replace metabox and options handling with CMB2

## 1.1.5
* Abstract do_validate_settings for easier reuse
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A helper library for WordPress plugins by Aihrus.
```
git remote add aihrus https://github.com/michael-cannon/aihrus-framework.git
git subtree add -P include/libraries/aihrus-framework aihrus master
git commit -a -m "Readd aihrus framework"
git commit -a -m "Read aihrus framework"
git push origin master
```

Expand Down Expand Up @@ -72,3 +72,8 @@ git subtree pull -P include/libraries/aihrus-framework aihrus master
```
git push origin master
```

## Libraries Included

* [CMB2](https://github.com/WebDevStudios/CMB2)
* [Parsedown](http://parsedown.org/)

0 comments on commit e31461c

Please sign in to comment.