Skip to content

Releases: infinum/eightshift-libs

10.5.1

28 May 07:21
7e413af
Compare
Choose a tag to compare

Removed

  • AbstractCli Trait helper and moved it to the Abstract CLI class.

10.5.0

28 May 07:08
9cba17d
Compare
Choose a tag to compare

Removed

  • GitIgnore CLI command and example file.
  • Export and Import CLI commands and example files.

10.4.2

27 May 09:39
a346bb4
Compare
Choose a tag to compare

Fixed

  • Removing wp_json_encode for native json_encode for caching performance.

10.4.1

27 May 09:13
4c2910c
Compare
Choose a tag to compare

Fixed

  • Manifest combined cache name.

10.4.0

27 May 08:23
94fc00c
Compare
Choose a tag to compare

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

16 May 16:23
811fabf
Compare
Choose a tag to compare

Added

  • wp_head helper for outputCssVariablesGlobal helper output used for older projects.

10.3.0

16 May 15:38
7ac7ffe
Compare
Choose a tag to compare

Fixed

  • Allowed blocks for forms broken on the WP 6.8 version.

10.2.0

14 May 10:17
6bed836
Compare
Choose a tag to compare

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

08 May 10:35
4aaab32
Compare
Choose a tag to compare

Fixed

  • Geolocation and manifest cache for countries.

10.0.0

24 Apr 09:36
0998576
Compare
Choose a tag to compare

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.