Skip to content

Releases: csalzano/power-boost-for-gravity-forms

v3.1.7

30 Sep 21:06
Compare
Choose a tag to compare
  • [Fixed] Starts writing the .json file when form confirmations and notifications are updated.
  • [Fixed] Stops creating .json exports of inactive forms during plugin activation.
  • [Changed] Changes tested up to version number to 6.6.2.

v3.1.6

30 Sep 21:06
Compare
Choose a tag to compare
  • [Fixed] Fixes a bug where field IDs are shown in the form editor's Compact View. This view already has a switch to show or hide field IDs.

v3.1.5

23 May 18:52
Compare
Choose a tag to compare
  • [Fixed] Prevents field ID prefixes from being added near field names more than once while editing entries.
  • [Changed] Changes tested up to version number to 6.5.3.

v3.1.4

23 May 18:51
Compare
Choose a tag to compare
  • [Fixed] Adds compatibility with language packs.

v3.1.3

18 Jan 16:57
Compare
Choose a tag to compare
  • [Fixed] Adds compatibility with language packs by using the correct text domain.
  • [Changed] Changes tested up to version number to 6.4.2.

v3.1.2

05 Oct 14:22
Compare
Choose a tag to compare
  • [Fixed] Fixes an error during activation when Gravity Forms is not active.
  • [Changed] Changes tested up to version number to 6.3.1.

v3.1.1

26 Apr 13:38
Compare
Choose a tag to compare
  • [Added] Adds a short sentence to the dashboard widget telling users that they are looking at cached numbers.
  • [Added] Adds a screenshot and documentation about the cached dashboard widget added in 3.1.0.

v3.1.0

20 Apr 13:53
Compare
Choose a tag to compare
  • [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

07 Mar 16:08
Compare
Choose a tag to compare
  • [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

04 Oct 16:04
Compare
Choose a tag to compare
  • [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.