Skip to content

Commit 30d91c1

Browse files
committed
chore: add modified compatibility 3.1.5
1 parent 0fa455b commit 30d91c1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ With this library you need less code to write system and class extensions for mo
77

88
## Requirements
99
- PHP 7.4 or above
10-
- modified 2.0.5.0 to 3.1.4
10+
- modified 2.0.5.0 to 3.1.5
1111
- [MMLC](https://module-loader.de) *(recommended)*
1212

1313
## Authors

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
44
## [Unreleased]
55
Unreleased features and fixes can be viewed on GitHub. To do this, click on [Unreleased].
66

7+
## [0.16.0] - 2025-09-02
8+
### Added
9+
- Support for modified version `3.1.5`
10+
711
## [0.15.0] - 2025-05-19
812
### Added
913
- Support for modified version `3.1.4`
@@ -166,7 +170,8 @@ Unreleased features and fixes can be viewed on GitHub. To do this, click on [Unr
166170
### Added
167171
- initial commit
168172

169-
[Unreleased]: https://github.com/RobinTheHood/modified-std-module/compare/0.15.0...HEAD
173+
[Unreleased]: https://github.com/RobinTheHood/modified-std-module/compare/0.16.0...HEAD
174+
[0.16.0]: https://github.com/RobinTheHood/modified-std-module/compare/0.15.0...0.16.0
170175
[0.15.0]: https://github.com/RobinTheHood/modified-std-module/compare/0.14.0...0.15.0
171176
[0.14.0]: https://github.com/RobinTheHood/modified-std-module/compare/0.13.0...0.14.0
172177
[0.13.0]: https://github.com/RobinTheHood/modified-std-module/compare/0.12.0...0.13.0

moduleinfo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"3.1.1",
3232
"3.1.2",
3333
"3.1.3",
34-
"3.1.4"
34+
"3.1.4",
35+
"3.1.5"
3536
],
3637

3738
"autoload": {

0 commit comments

Comments
 (0)