All notable changes to this project will be documented in this file.
This projects adheres to Semantic Versioning and Keep a CHANGELOG.
5.0.0 - 2021-01-05
MAYOR BREAKING CHANGES
- You should not try to update from version 4 to 5 because they are not compatible.
4.3.0 - 2020-05-25
Eightshift-frontend-libs
update.Eightshift-libs
update.composer.json
updated packages, fixing scripts names.
4.2.2 - 2020-05-15
Eightshift-frontend-libs
update.Eightshift-libs
update.
4.2.1 - 2020-05-13
Eightshift-frontend-libs
update.Eightshift-libs
update.
- Modified const name in wp-config-project.php from ES_ENV to UNI_ENV to be consistent with the rest of the project.
- Adde eslint rule to ignore external dependencies from @eightshift/frontend-libs.
4.2.0 - 2020-05-06
- Removed
Config
dependency from enqueue classes. - Removed .babelrc file.
- 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.
4.1.0 - 2020-03-05
- Eightshift-frontend-libs update.
- Eightshift-libs update.
- Changing header.php for now libs layout.
- Changing footer.php for now libs layout.
4.0.7 - 2020-01-29
- Eightshift-frontend-libs update
- Eightshift-libs update
4.0.6 - 2020-01-27
- Eightshift-frontend-libs update
- Eightshift-libs update
- Fixing readme.
4.0.5 - 2020-01-23
- Readme Fix
4.0.4 - 2020-01-23
- Corrections due to movement all src/blocks/layout/... to src/blocks/components in eightshift-frontend-libs
- Updating composer to latest version of eightshift-libs
- class-modify-admin-appearance.php fixed a typo
4.0.3 - 2020-01-16
- Updated eightshift-libs to version 2.0.4
- Updated eightshift-frontend-libs to version 3.0.3
- Updated Webpack
- Updated PostCss
- Updated @eightshift/frontend-libs
4.0.1 - 2019-11-12
- postcss-font-magician from package.json
- Postcss config from object to array
- package.json - @eightshift/frontend-libs to 2.0.4
- composer.json - infinum/eightshift-libs to 2.0.2
4.0.0 - 2019-11-06
- Implementing Eightshift-libs
- Implementing Eightshift-frontend-libs
- Updating docs
- Adding type hinting
- Updating npm packages
- Global folder structure refactor
- New file for shortcodes
- New file for manifest
- Small changes on project name and description for easy project setup.
- Readme file.
- Versioning.
- package.lock and composer.lock
- Complete webpack config refactoring
3.0.1 - 2019-04-23
- Added code of conduct
- Minor phpcs fixes
- Added changelog
- Added widget class
- Minor updates to setup script
- Added flex grid mixin
- phpcs.xml.dist rules name change
- Refactored scss assets
- Minor refactor in excerpt class
- Remove jQuery override so that the theme obey wordpress.org rules
- Minor webpack config fix
3.0.0 - 2019-01-03
- Added setup wizard guide for easier theme setup
- Travis update
- phpcs fixes
- Renamed Infinum -> Eightshift, since that is our new brand
- Updates in package.json and composer.json
- phpcs.xml.dist updates
- Added husky for precommit scripts
- Added object helper
- Cleaned assets
- Boilerplate acts as a standalone theme now
- Replaced
file_get_contents
withfile
(for support)
2.1.1 - 2018-05-03
- Travis integration
- Issue and contributing template
- Change color admin based on the environment (dev, staging, production)
- Added phpcs.xml.dist for the project
- Added validate xml helper for svg uploads
- Added lazy loading images feature
- License update
- Small codebase changes
- Changes in @since tags
- ACF functionality from the boilerplate
- jQuery webpack exposing due to admin issues
- Autoloader path fix
- Fixed setup script
- Fixed rename script
- Minor phpcs fixes
2.0.1 - 2018-02-07
- Locale class for translation handling
- Assets cache busting
- Updated readme
- Updated eslintrc
- Updated stylelint
- Updated .gitignore
- Updated coding standards, added composer scripts
- Removed ACF class from the boilerplate
- Removed unnecessary register_global_theme_options_variable method that set global variable
2.0.0 - 2018-01-19
This build is a breaking change in comparison to v1.0.0 (procedural -> OOP)
- Added namespaces, autoloader, webpack 3+
- Added import/export scripts
- Added project setup script
- Added util class
- Added ACF class
- Added theme options and helpers
- Changed codebase to OOP
- Readme update
- Updated documentation
- .gitignore file update
- Asset update
- Removed procedural code and updated the codebase to OOP
- Removed jQuery from WP (used webpack to bundle it)
- Rename scripts minor fix with theme package name (shell script)
- Indentation fix
1.0.0 - 2018-01-03
Initial tagged release.