From af327a4da06bb84968c38add3b8899151fa5c5d7 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Sat, 12 Aug 2023 15:21:50 +0200 Subject: [PATCH 1/4] Update PHPStorm configs --- .idea/phpunit.xml | 2 +- .idea/plugin.iml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml index 2763174..9fb4b21 100644 --- a/.idea/phpunit.xml +++ b/.idea/phpunit.xml @@ -3,7 +3,7 @@ diff --git a/.idea/plugin.iml b/.idea/plugin.iml index 4fcadf3..3ebb08f 100644 --- a/.idea/plugin.iml +++ b/.idea/plugin.iml @@ -3,9 +3,9 @@ - + From 5cfb3764bd2a8c0b6b967c99be6aa83f02f17524 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Sat, 12 Aug 2023 15:22:17 +0200 Subject: [PATCH 2/4] Add unused PHPStorm configs to ignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4af5517..f1300bd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ /.idea/codeStyles/ /.idea/inspectionProfiles/ /.idea/misc.xml +/.idea/codeception.xml +/.idea/phpspec.xml /.env .phpunit.result.cache From 31ac29447351a2aa24dcf97bc117ac1e965d1a19 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Sat, 12 Aug 2023 15:23:19 +0200 Subject: [PATCH 3/4] Fix duplicate section --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eda2cfa..e0fbfcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,8 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Modular build script: build the plugin, including modules, in place (#32). - Application init test (#32). - Node and WP-CLI now parts of relevant services (#32). - -### Added - Now building on PHP 8.1 and 8.2 as well (#30). ## [0.2.0] - 2023-08-04 From c9b2c3b9995e21f510c315da59c6bf2d6cde6065 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Sat, 12 Aug 2023 15:23:30 +0200 Subject: [PATCH 4/4] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fbfcc..0cee1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [[*next-version*]] - YYYY-MM-DD + +## [0.3.0-alpha1] - 2023-08-12 ### Changed - Renamed `modules.local` to simply `modules` (#28). - Now using [`dhii/services`][] to declare services (#31).