Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bainternet committed Apr 1, 2014
1 parent 4d0e3ea commit 4696db9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Wordpress Admin Page Class

The Admin Page Class is used by including it in your plugin files and using its methods to create custom Admin Pages. It is meant to be very simple and straightforward.
###Stable tag: 1.2.9
###Stable tag: 1.3.0
###Tested up to Wordpress: 3.9 beta 2

##Description
Expand Down Expand Up @@ -42,6 +42,16 @@ Ohad Raz http://en.bainternet.info
Copyright © 2012 Ohad Raz, <[email protected]> , Licensed under the [GPL](http://www.gnu.org/licenses/gpl.html).

##Changelog
###1.3.0
*Added action hooks to allow callback support #50.
`WP_EX_before_save`
`WP_EX_after_save`

*Fixed import export function #54.
*Fixed #46.
*Fixed #42.
*Updated Select2 to ver 3.4.6.

###1.2.9
*Fixed #38. the post type parameter should be passed inside args array. see demo plugin.

Expand Down

0 comments on commit 4696db9

Please sign in to comment.