Skip to content

Commit cbaba15

Browse files
committed
Make compatible with XP Compiler version 8
1 parent d352e1d commit cbaba15

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ XP static initializer blocks - ChangeLog
33

44
## ?.?.? / ????-??-??
55

6+
## 0.3.0 / 2022-01-24
7+
8+
* Made compatible with compiler version 8.0.0, and dropped support
9+
for versions older than 7.0.0.
10+
(@thekid)
11+
612
## 0.2.0 / 2021-12-20
713

814
* Allowed multiple static initializer blocks, just like NodeJS does, see

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["language", "module", "xp"],
88
"require" : {
99
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
10-
"xp-framework/compiler": "^7.0 | ^6.0 | ^5.0 | ^4.3",
10+
"xp-framework/compiler": "^8.0 | ^7.0",
1111
"php" : ">=7.0.0"
1212
},
1313
"require-dev" : {

0 commit comments

Comments
 (0)