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-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Unreleased
6
6
7
-
## 4.2.3 - 2025-12-02
8
-
9
-
## 4.2.3 - 2025-12-02
10
-
11
-
## 4.2.3 - 2025-12-02
12
-
13
-
## 4.2.3 - 2025-12-02
14
-
15
-
## 4.2.3 - 2025-12-02
7
+
## 5.0.0 - TBD
8
+
9
+
- Changed: Minimum PHP version to **8.1** (`^8.1`).
10
+
- Changed: Upgraded `php-di/php-di` from `^6.0` to **`^7.0`** for PHP 8 compatibility.
11
+
- Changed: Removed abandoned `spatie/data-transfer-object`. Field Models use a first-party DTO layer under `Tribe\Libs\Field_Models\DTO` while keeping Spatie-compatible extension points (`castValue`, `castType`, validator property names) and class aliases under `Spatie\DataTransferObject\*` when Spatie is not installed.
12
+
- Changed: Subpackage interdependencies use `self.version` (monorepo) until a 5.0 release sets mutual versions; branch alias `5.0-dev`.
0 commit comments