You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### `Added` for new features
11
11
12
-
- The new boolean input `stop-on-manual-fix` will cause the workflow to stop (fail) if manual fixes are necessary.
13
-
- Also stop with an error if some manual fixes are required on top of automatic fixes.
14
-
15
12
### `Changed` for changes in existing functionality
16
13
17
14
### `Deprecated` for soon-to-be removed features
@@ -22,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
19
23
20
### `Security` in case of vulnerabilities
24
21
22
+
## [1.1.0] - 2025-02-01
23
+
24
+
### Added
25
+
26
+
- The new boolean input `stop-on-manual-fix` will cause the workflow to stop (fail) if manual fixes are necessary.
27
+
- Also stop with an error if some manual fixes are required on top of automatic fixes.
28
+
- Cache `vendor/` (for a unique combination of php-version and composer.json) after a successful run in order to speed up further runs.
29
+
25
30
## [1.0.0] - 2025-01-18
26
31
27
32
- This GitHub Action automates PHPCS formatting across your project, ensuring consistent code styling by creating a new branch for review when necessary. It simplifies integrating PHPCS/PHPCBF into your workflow.
@@ -33,5 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
38
- Notice about a successful commit.
34
39
-**Checkout code**: Fetches the latest changes so that modifications from a previous job are included, enabling seamless job chaining.
0 commit comments