Skip to content

Releases: infinum/eightshift-forms

4.0.6

15 Jul 14:05
08a6bcc
Compare
Choose a tag to compare

Updated

  • Eightshift-forms-utils to the latest version 2.0.2.
  • result output item now supports conditional logic with both single and duplicate values.

Added

  • email fallbacks now supports request IP sent from the server, the data is anonymized.
  • new form setting that will hide form once it is submitted with success.
  • new esFormsROISF shortcode that can be used inside the result output item to show the form again.

4.0.5

10 Jul 10:14
830866b
Compare
Choose a tag to compare

Updated

  • Eightshift-forms-utils to the latest version 2.0.1.

Fixed

  • Countries get list pulled the data from the wrong manifest cache file.

4.0.4

08 Jul 08:29
e5947ef
Compare
Choose a tag to compare

Fixed

  • Updating .js files for the new eslint rules.

Updated

  • @infinum/eightshift-frontend-libs to the latest version 12.1.5.

4.0.3

08 Jul 06:53
Compare
Choose a tag to compare

Changed

  • Countries list is now loaded from php file and not from the manifest json.

Removed

  • Countries list from cache.

Added

  • Translations for the countries list for 14 languages.

4.0.2

02 Jul 08:38
c0c6fa9
Compare
Choose a tag to compare

Fixed

  • Geolocation added an additional check for sent headers.

4.0.1

14 Jun 10:18
b2dbe24
Compare
Choose a tag to compare

Fixed

  • Changing the main Manifest cache function for setting up initial cache.

4.0.0

05 Jun 08:16
Compare
Choose a tag to compare

Updated

  • Eightshift-forms-utils to the latest version 2.0.0.
  • @infinum/eightshift-libs to the latest version 8.0.0.
  • @infinum/eightshift-frontend-libs to the latest version 12.0.0.

Removed

  • All Data are not loaded from utils lib.
  • Top bar no longer supports listing all forms items for faster loading.
  • src/Exception/MissingFilterInfoException.php because it is not used anymore.

Added

  • New Caching service for manifest data and new options to flush cache from the settings.
  • Input number validation for allowed keys.
  • WP Rocket cache options settings.

Fixed

  • Custom post type labels are not translatable.

Changed

  • Filter script_dependency_theme is now script_dependency_theme_captcha.

3.1.12

22 May 08:22
bd8abb2
Compare
Choose a tag to compare

Fixed

  • Geolocation will now work even if forms is configured but global setting is disabled.
  • HubSpot Client fixes for additional params broken after security fixes on the Chrome browser.

Added

  • Two new filters for encryption and decryption of the data.

3.1.11

21 May 12:58
6907ecb
Compare
Choose a tag to compare

Changed

  • Updated the @infinum/eightshift-forms-utils to the latest version.

Added

  • Two new filters for encryption and decryption of the data.

3.1.10

16 May 13:44
36d31ab
Compare
Choose a tag to compare

Fixed

  • Airtable integration now supports multiple select fields.
  • Moments form validation of input fields limiting the number of characters to 1000.
  • Calculator will no longer break reCaptcha validation.
  • Single submit with global msg disabled will no longer output the empty success message.
  • Single submit now supports input type number.

Added

  • Security feature now supports calculator rate limiting separate setting.