Skip to content

Commit

Permalink
3.5.4 & 3.5.3 details
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Jan 23, 2014
1 parent 4fa6a65 commit a2151a8
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion trunk/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
* Hide the field in Single Entry View

0 comments on commit a2151a8

Please sign in to comment.