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
+4-6
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,13 @@ This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a C
6
6
7
7
### Added
8
8
9
-
-`Widget_Feature` feature. #32
10
-
-`Widget_Features` feature. #32
11
-
- Ignore `.idea` dir from source control for PHPStorm users.
12
-
- CI: support PHP 8.4. #35
9
+
-`Widget_Feature` feature.
10
+
-`Widget_Features` feature.
11
+
- PHP 8.4 support.
13
12
14
13
### Changed
15
14
16
-
- PHPCS: The minimum PHP version is now 8.2.
17
-
- Unit test: `WidgetFeatureTest` test works por PHP 8.3 and 8.4.
15
+
-`Features::include()` no longer accepts a spread of individual `Feature` instances. Use something more specific like `Group` or `Ordered` to include multiple features at once.
0 commit comments