Skip to content

Releases: infinum/eightshift-forms-utils

2.0.0

05 Jun 08:08
Compare
Choose a tag to compare

Updated

  • eightshift-forms-utils to version 2.0.0.
  • @infinum/eightshift-libs to version 8.0.0.

Removed

  • MAIN_PLUGIN_MANIFEST_ITEM_HOOK_NAME constant.
  • getDataManifest, getDataManifestRaw, getProjectVersion, getCountrySelectList functions.
  • src/Manifest/UtilsManifest.php class.

Changed

  • getDataManifestPath helper now supports only $path param.
  • camelToSnakeCase, kebabToSnakeCase, recursiveFind, getCurrentUrl, cleanPageUrl are now used from the @infinum/eightshift-libs package.
  • Minimum PHP version is now 8.2.

1.3.6

21 May 12:52
05949f4
Compare
Choose a tag to compare

Fixed

  • Encrypted data now supports filters to provide custom keys.

1.3.5

19 Apr 07:59
Compare
Choose a tag to compare

Fixed

  • getDataManifestPath helper now returns the correct path.

1.3.4

19 Apr 07:50
Compare
Choose a tag to compare

Changed

  • location of the data manifest path.

1.3.3

18 Apr 09:32
2fa8947
Compare
Choose a tag to compare

Changed

  • improvements on the sanitize_text_field function on the usage with the forms params data.

1.3.2

13 Mar 13:55
Compare
Choose a tag to compare

Added

  • fix for multi-select props parsing.

1.2.5

13 Mar 13:39
Compare
Choose a tag to compare

Added

  • fix for multi-select props parsing.

1.3.1

11 Mar 11:17
Compare
Choose a tag to compare

Added

  • new JS selectors.

1.3.0

11 Mar 10:30
3745c9b
Compare
Choose a tag to compare

Added

  • new constants for CPT result.

Changed

  • getListingPageUrl function is now more dynamic.

Removed

  • getFormsLocationsPageUrl function.
  • getFormsEntriesPageUrl function.
  • getFormsTrashPageUrl function.

1.2.4

27 Feb 16:57
Compare
Choose a tag to compare

Removed

  • FD_PARAMS_SKIPPED due to not being used.