From 4696db9bf5e7052a08abe00e270f1235d735738a Mon Sep 17 00:00:00 2001 From: raz ohad Date: Tue, 1 Apr 2014 14:22:50 +0300 Subject: [PATCH] Updated Readme --- README.markdown | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index c95b07f..fedccf4 100644 --- a/README.markdown +++ b/README.markdown @@ -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, , 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.