Skip to content

Latest commit

 

History

History
109 lines (75 loc) · 3.43 KB

CHANGELOG.md

File metadata and controls

109 lines (75 loc) · 3.43 KB

Change Log for the Eightshift Boilerplate Plugin

All notable changes to this project will be documented in this file.

This projects adheres to Semantic Versioning and Keep a CHANGELOG.

Changed

  • Main CLI command prefix.

Update

  • Boilerplate is clean and is using only temporary files used for the initial setup. After running the setup, the temporary files are removed and replaced with the actual files.
  • Minimum PHP version is now 8.2+.

Update

Update

Update

  • Major braking changes do to updates on css variables, and helpers.

Changed

  • Eightshift-frontend-libs update.
  • Eightshift-libs update.
  • composer.json updated packages, fixing scripts names.

Changed

  • Eightshift-frontend-libs update.
  • Eightshift-libs update.

Changed

  • Eightshift-frontend-libs update.
  • Eightshift-libs update.
  • Modified const name in wp-config-project.php from ES_ENV to EB_ENV to be consistent with the rest of the project.
  • Added eslint rule to ignore external dependencies from @eightshift/frontend-libs.

Changed

  • Eightshift-frontend-libs update.
  • Eightshift-libs update.

Removed

  • Removed Config dependency from enqueue classes
  • Removed .babelrc file.

Added

  • Added babel.config.js

BRAKING CHANGES:

  • Please replace you old .babelrc file with the new one babel.config.js and convert it from .json to .js format.

Changed

  • Eightshift-frontend-libs update.
  • Eightshift-libs update.

Changed

  • Eightshift-frontend-libs update
  • Eightshift-libs update

Changed

  • Eightshift-frontend-libs update
  • Eightshift-libs update
  • Fixing readme.

[1.0.0]

Initial tagged release.