Skip to content

Commit

Permalink
Merge branch 'refs/heads/v1.2.0-rc1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgrainger committed Feb 4, 2014
2 parents 02e44e2 + 8b08d44 commit 64154bd
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 46 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/examples export-ignore
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

##### v1.2.0
* allow taxonomies to be sorted with the `sortable()` method
* use of `.gitattributes` to make package lighter when deploying for production.

##### v1.1.0
* make repository a composer package

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WP Custom Post Type Class v1.1.0
# WP Custom Post Type Class v1.2.0

A single class to help you build more advanced custom post types quickly.

Expand Down Expand Up @@ -221,7 +221,7 @@ For a full list of icons and the class names to use visit [http://melchoyce.gith
## Notes

* The class has no methods for making custom fields for post types, use [Advanced Custom Fields (ACF)](http://advancedcustomfields.com)
* The books example used in the README.md can be found in the [example.php](https://github.com/jjgrainger/wp-custom-post-type-class/blob/master/example.php)
* The books example used in the README.md can be found in the [books-post-type.php](examples/books-post-type.php)
* Licensed under the [MIT License](https://github.com/jjgrainger/wp-custom-post-type-class/blob/master/LICENSE)
* Maintained under the [Semantic Versioning Guide](http://semver.org)

Expand Down
Loading

0 comments on commit 64154bd

Please sign in to comment.