Releases: csalzano/power-boost-for-gravity-forms
Releases · csalzano/power-boost-for-gravity-forms
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_minimizeto 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.
v2.4.3
v2.4.0
v2.3.2
- [Fixed] Resend Feeds now handles feeds that store feed names in a feedName property rather than feed_name or provide no feed name at all. Also, a nice name is provided for the Partial Entries add-on which does not use feed names.
- [Fixed] Resend Feeds now disables asynchronous feed processing so feeds are resent immediately after pressing the Resend button.
- [Fixed] Fixes a green checkmark not showing near "Feeds were resent successfully"
Thanks @EffakT for contributing to this release.
v2.3.0
- [Added] Now creates .json file exports of each form during plugin activation.
- [Added] Form replacer now detects redirect-type confirmations and reminds users that these URLs might need to be updated after replacing forms.
- [Fixed] Fixes a bug in the Form replacer when providing an Edit Form link to users who just imported a single form.
- [Changed] Bumps tested up to version to 5.9.3
v2.2.0
- [Added] Adds a "Copy Shortcode" row action link to the forms list that copies a form's [gravityform] shortcode to the clipboard.
- [Changed] Changes the tested up to version number to 5.8.3.
- [Removed] Removes CSS that helps show long form names in the form switcher dropdown. Core Gravity Forms has caught up and fixed this bug.