Releases: csalzano/power-boost-for-gravity-forms
Releases · csalzano/power-boost-for-gravity-forms
v3.1.7
v3.1.6
v3.1.5
v3.1.4
v3.1.3
v3.1.2
v3.1.1
v3.1.0
- [Added] Adds caching to the Gravity Forms dashboard widget by replacing the widget with our own copy. The 3 database queries are cached for a maximum of 6 hours instead of running every time the dashboard widget loads. Six hours can be changed with the a filter
gravityforms_dashboard_cache_duration
. - [Fixed] Bug fix when retrieving a partial entry in the HTML field merge tags feature. Explicitly convert floats to strings so they are not interpreted as integers.
- [Changed] Changes tested up to version number to 6.2.0.
v3.0.2
- [Fixed] Adds support for PHP 7.2 by fixing syntax errors around commas after final function parameters.
- [Fixed] Bug fix when linking users to redirect-type confirmations after using the Replace Forms feature.
- [Fixed] No longer writes a form .json file when the plugin is activated if a form's file already exists and does not need updating.
v3.0.0
- [Changed] Stops minimizing form JSON files saved by the Local JSON feature
- [Added] Adds a filter
gravityforms_local_json_minimize
to enable minimized form JSON files to restore old behavior - [Fixed] Adds documentation for merge tags in HTML fields: form must have page breaks
- [Fixed] Replace Forms feature now maintains form active status after replacing forms instead of leaving previously-active forms inactive
- [Changed] Applies the WordPress coding standard, adds more translatable strings.