Skip to content

Commit

Permalink
updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed May 25, 2020
1 parent fe9f639 commit 98b05bb
Show file tree
Hide file tree
Showing 4 changed files with 2,321 additions and 2,028 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,31 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

## [Unreleased]

## [4.3.0] - 2020-05-25

### Changed
- `Eightshift-frontend-libs` update.
- `Eightshift-libs` update.
- `composer.json` updated packages, fixing scripts names.

## [4.2.2] - 2020-05-15

### Changed
- Eightshift-frontend-libs update
- Eightshift-libs update
- `Eightshift-frontend-libs` update.
- `Eightshift-libs` update.

## [4.2.1] - 2020-05-13

### Changed
- Eightshift-frontend-libs update
- Eightshift-libs update
- `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.
* Adde eslint rule to ignore external dependencies from @eightshift/frontend-libs.

## [4.2.0] - 2020-05-06

### Removed
- Removed `Config` dependency from enqueue classes
- Removed `Config` dependency from enqueue classes.
- Removed .babelrc file.

### Added
Expand Down Expand Up @@ -246,6 +253,7 @@ Initial tagged release.

[Unreleased]: https://github.com/infinum/eightshift-boilerplate/compare/master...HEAD

[4.3.0]: https://github.com/infinum/eightshift-boilerplate/compare/4.2.2...v4.3.0
[4.2.2]: https://github.com/infinum/eightshift-boilerplate/compare/4.2.1...v4.2.2
[4.2.1]: https://github.com/infinum/eightshift-boilerplate/compare/4.2.0...v4.2.1
[4.2.0]: https://github.com/infinum/eightshift-boilerplate/compare/4.1.0...v4.2.0
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eightshift/eightshift-boilerplate",
"version": "4.2.2",
"version": "4.3.0",
"description": "This repository contains all the tools you need to start building a modern WordPress project.",
"keywords": [
"composer",
Expand All @@ -25,12 +25,12 @@
"source": "https://github.com/infinum/eightshift-boilerplate"
},
"require-dev": {
"infinum/coding-standards-wp": "0.4.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5"
"infinum/coding-standards-wp": "0.4.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6"
},
"require": {
"php": ">=7.1",
"infinum/eightshift-libs": "^2.2.2"
"php": ">=7.2",
"infinum/eightshift-libs": ">=2.3.x"
},
"autoload": {
"classmap": [
Expand All @@ -45,7 +45,7 @@
"process-timeout": 2000
},
"scripts": {
"check-cs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 7.1-",
"fix-cs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --runtime-set testVersion 7.1-"
"standards:check": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"standards:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"
}
}
Loading

0 comments on commit 98b05bb

Please sign in to comment.