Releases: infinum/eightshift-forms-utils
Releases · infinum/eightshift-forms-utils
2.0.0
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
Fixed
- Encrypted data now supports filters to provide custom keys.
1.3.5
Fixed
getDataManifestPath
helper now returns the correct path.
1.3.4
Changed
- location of the data manifest path.
1.3.3
Changed
- improvements on the
sanitize_text_field
function on the usage with the forms params data.
1.3.2
Added
- fix for multi-select props parsing.
1.2.5
Added
- fix for multi-select props parsing.
1.3.0
Added
- new constants for CPT result.
Changed
getListingPageUrl
function is now more dynamic.
Removed
getFormsLocationsPageUrl
function.
getFormsEntriesPageUrl
function.
getFormsTrashPageUrl
function.
1.2.4
Removed
FD_PARAMS_SKIPPED
due to not being used.