Skip to content

Releases: infinum/eightshift-forms

8.14.5

12 Mar 12:59
f02f3c7

Choose a tag to compare

Fixed

  • Country component: removed incorrectly passed fieldHideLabel prop that caused issues with the hide label behavior.
  • Security: fixed rate limit calculator to use a proper fallback value when the setting is not configured.
  • Security: fixed activity type comparison using correct camelCase key (activityType) when checking per-type rate limits.

Updated

  • Dependencies to the latest versions.

8.14.4

09 Mar 07:51
dc83398

Choose a tag to compare

Fixed

  • Multiselect field now correctly enforces the maximum number of selectable items on the frontend.
  • Project settings are now passed to outputCssVariablesInline so inline CSS variables are output correctly.

3.1.14

09 Mar 12:54
1094fe0

Choose a tag to compare

Fixed

  • reCaptcha Enterprise fixes

8.14.3

06 Mar 08:16
c0c2fdd

Choose a tag to compare

Fixed

  • Cache key for entries will now also include query params. Resolves the issue with object cache.

8.14.1

05 Feb 08:38
9844541

Choose a tag to compare

Updated

  • translation fixes for the German language

8.14.0

03 Feb 18:09
516f5ac

Choose a tag to compare

Updated

  • Dependencies to the latest version.

Changed

  • Geolocation is now using new way of detecting user's geolocation by providing data to the JS state via PHP code. Cookie will be set but manually changing the value on the frontend will not work anymore.

8.13.0

29 Jan 09:33
963859f

Choose a tag to compare

Added

  • Additional debug data for captcha validation.

Fixed

  • Linters and added Husky for pre-commit hooks.
  • Global message role is now set correctly.

Updated

  • Dependencies to the latest version.
  • Eightshift menu is now added to the admin bar.

Changed

  • Global message timeout is now set to 15 seconds by default.

8.12.1

07 Jan 14:48
0e7adc6

Choose a tag to compare

Added

  • New helper function for getting user's geolocation.

8.12.0

09 Dec 09:01
755daec

Choose a tag to compare

Added

  • New granular rate limiting for each individual form.
  • Ability in admin listing to search for draft to get only draft forms.
  • Ability in locations listing to go to edit and view pages for the forms with the correct links.
  • Drafted items are now being shown in the admin listing.
  • DB sync functionality for new tables if needed and for future migrations.

8.11.0

09 Dec 08:51
605c3e1

Choose a tag to compare

Added

  • E2E tests for the forms.
  • Date field now supports multiple and range modes.

Removed

  • Old outdated tests.