Skip to content

Releases: infinum/eightshift-libs

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.

9.3.5

21 Mar 13:43
6e7feb4
Compare
Choose a tag to compare

Added

  • wp-block dependency to getAdminScriptDependencies method.

9.3.4

13 Feb 21:28
220aa06
Compare
Choose a tag to compare

Fixed

  • option to set css variables to other attribute values in the outputCssVariables method on inner components.

9.3.3

13 Feb 18:51
7d0bea8
Compare
Choose a tag to compare

Added

  • option to set css variables to other attribute values in the outputCssVariables method.

9.3.2

07 Jan 12:45
bf4ee92
Compare
Choose a tag to compare

Updated

  • Updated isWebPMediaUsed method to use static variable so the check is done only once.

9.3.1

26 Nov 13:12
9e53e47
Compare
Choose a tag to compare

Fixed

  • get_plugin_data method will no longer translate the plugin name and description implemented in core 6.7.