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 021f3b3 commit 148daba
Show file tree
Hide file tree
Showing 5 changed files with 2,690 additions and 2,296 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,32 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

*No documentation available about unreleased changes as of yet.*

## [1.3.0] - 2020-05-25

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

## [1.2.2] - 2020-05-15

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

## [1.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.

## [1.2.0] - 2020-05-06

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

### Removed
- Removed `Config` dependency from enqueue classes
Expand Down Expand Up @@ -63,6 +70,7 @@ Initial tagged release.

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

[1.3.0]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/v1.2.2...v1.3.0
[1.2.2]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/v1.1.0...v1.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-plugin",
"version": "1.2.2",
"version": "1.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-plugin"
},
"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"
},
"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"
}
}
84 changes: 38 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 148daba

Please sign in to comment.