From a2151a847adcc7b7e9169574568aae37a3a89aa7 Mon Sep 17 00:00:00 2001 From: Zack Katz Date: Thu, 23 Jan 2014 13:20:45 -0700 Subject: [PATCH] 3.5.4 & 3.5.3 details --- trunk/readme.txt | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/trunk/readme.txt b/trunk/readme.txt index fc80fcb..1a05985 100644 --- a/trunk/readme.txt +++ b/trunk/readme.txt @@ -216,6 +216,18 @@ To fix this issue, add this to your theme's `functions.php` file: == Changelog == += 3.5.4 (January 23, 2014) = +* Separated Change Entry Creator functionality into a separate, packaged plugin. This will allow you to enable or disable the functionality as you would a plugin. +* Added a new filter (`kws_gf_entry_creator_users`) for the Change Entry Creator plugin. This allows you to define what users appear in the dropdown (as an array of `WP_User` objects). If no users are specified, all users are shown. + += 3.5.3 (January 13, 2014) = +The fixes in this update were submitted by [Dylan Bartlett](http://www.dylanbarlett.com). Thanks, Dylan! + +* Check for 'page' request var instead of suppressing error when not set. +* Add filters & actions to `gf_edit_forms` only when editing a specific form +* Fixed: Use correct path to enqueue Colorbox JS +* Fixed: JS syntax in Search function + = 3.5.2 (December 30, 2013) = * Fixed: Fatal error for users using < Gravity Forms 1.8 @@ -449,6 +461,18 @@ Note: This update has only been tested with WordPress 3.2 and Gravity Forms 1.5. == Upgrade Notice == += 3.5.4 (January 23, 2014) = +* Separated Change Entry Creator functionality into a separate, packaged plugin. This will allow you to enable or disable the functionality as you would a plugin. +* Added a new filter (`kws_gf_entry_creator_users`) for the Change Entry Creator plugin. This allows you to define what users appear in the dropdown (as an array of `WP_User` objects). If no users are specified, all users are shown. + += 3.5.3 (January 13, 2014) = +The fixes in this update were submitted by [Dylan Bartlett](http://www.dylanbarlett.com). Thanks, Dylan! + +* Check for 'page' request var instead of suppressing error when not set. +* Add filters & actions to `gf_edit_forms` only when editing a specific form +* Fixed: Use correct path to enqueue Colorbox JS +* Fixed: JS syntax in Search function + = 3.5.2 (December 30, 2013) = * Fixed: Fatal error for users using < Gravity Forms 1.8 @@ -675,4 +699,4 @@ When editing a form, click on a field to expand the field. Next, click the "Dire * Choose whether you would like the field to be a link to the Single Entry View; * Hide the field in Directory View; and -* Hide the field in Single Entry View \ No newline at end of file +* Hide the field in Single Entry View