-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d0e3ea
commit 4696db9
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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. | ||
|
||
|