Releases: infinum/eightshift-libs
Releases · infinum/eightshift-libs
10.3.1
Added
- wp_head helper for
outputCssVariablesGlobal
helper output used for older projects.
10.3.0
Fixed
- Allowed blocks for forms broken on the WP 6.8 version.
10.2.0
Added
- New
getRequestParams
helper to extract params from request based on the request type.
- New
prepareSimpleApiParams
helper to prepare and secure params for simple API endpoints.
- New
checkUserPermission
helper to check user permission for route action.
10.1.0
Fixed
- Geolocation and manifest cache for countries.
10.0.0
Removed
- Add Block and initial setup configuration.
- Unnecessary documentation
Changed
- Enqueue methods names for Theme and Admin
- Admin settings page view method no longer auto renders the view.
- Way the blocks are registered.
- Internal caching mechanism for manifests.
- All caching is now stored in the
eightshift
folder in the root of the project.
- DI container caching for autowiring classes are now cached.
9.3.5
Added
wp-block
dependency to getAdminScriptDependencies
method.
9.3.4
Fixed
- option to set css variables to other attribute values in the
outputCssVariables
method on inner components.
9.3.3
Added
- option to set css variables to other attribute values in the
outputCssVariables
method.
9.3.2
Updated
- Updated
isWebPMediaUsed
method to use static variable so the check is done only once.
9.3.1
Fixed
get_plugin_data
method will no longer translate the plugin name and description implemented in core 6.7
.