Releases: infinum/eightshift-libs
Releases · infinum/eightshift-libs
10.5.1
Removed
- AbstractCli Trait helper and moved it to the Abstract CLI class.
10.5.0
Removed
- GitIgnore CLI command and example file.
- Export and Import CLI commands and example files.
10.4.2
Fixed
- Removing wp_json_encode for native json_encode for caching performance.
10.4.1
Fixed
- Manifest combined cache name.
10.4.0
Changed
- Internal caching mechanism for manifests.
- All caching is now stored in the
eightshift
folder in the root of the theme or plugin.
- All manifest caching is now stored on the disk and not in the transients.
Render
method for faster rendering time.
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.