Skip to content

Releases: infinum/eightshift-libs

10.11.0

09 Jul 07:25
7a87d33
Compare
Choose a tag to compare

Added

  • Added ServiceCliInterface to custom post type and taxonomy abstract methods so that they are available in the CLI commands when flushing permalinks.

10.10.0

08 Jul 07:27
f2431ae
Compare
Choose a tag to compare

Added

  • New I18nThemeCli and I18nPluginCli commands for creating i18n service classes for theme and plugin.

10.9.4

08 Jul 06:53
a827041
Compare
Choose a tag to compare

Fixed

  • getAttrsOutput helper now correctly escapes the attributes.
  • prepareArgs helper now correctly handles the composer config path.

10.9.3

07 Jul 12:22
580f4b8
Compare
Choose a tag to compare

Added

  • getAttrsOutput helper to output attributes in a more readable format.

10.9.2

07 Jul 10:22
049bad3
Compare
Choose a tag to compare

Fixed

  • outputCssVariablesInline and outputCssVariablesGlobal methods now correctly output the css variables.

10.9.1

06 Jul 19:24
45ae450
Compare
Choose a tag to compare

Fixed

  • getPluginDetails helper now correctly handles the plugin path.

10.9.0

06 Jul 19:16
428479e
Compare
Choose a tag to compare

Changed

  • getProjectPaths helper now supports root and projectRoot paths as a deprecated option.
  • CssVariables helpers now support global settings so it can be overridden via filter.

10.8.3

02 Jul 12:20
931834e
Compare
Choose a tag to compare

Updated

  • getUnique helper will now support attributes param so if it used inside SSR component it uses the real unique ID.

10.8.2

26 Jun 09:12
a934dc4
Compare
Choose a tag to compare

Fixed

  • parseManifest helper now returns empty array if the manifest is empty or null.

10.8.1

18 Jun 11:19
f80ca6a
Compare
Choose a tag to compare

Fixed

  • Updating prepareSimpleApiParams helper to be able to sanitize nested arrays also.