Skip to content

Commit ac006b3

Browse files
committed
Upgrade jphp version.
1 parent 9012280 commit ac006b3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

jphp-core/package.php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
name: jphp-core
3-
version: 1.3.0
3+
version: 1.3.1
44
description: Compiler and Launcher for JPHP.
55

66
deps:
7-
jphp-runtime: '~1.3.0'
7+
jphp-runtime: 1.3.1
88

99

1010
plugins: [Doc, Hub]

jphp-runtime/package.php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
name: jphp-runtime
3-
version: 1.3.0
3+
version: 1.3.1
44
description: Runtime for JPHP + Standard library.
55

66
plugins: [Doc, Hub]
@@ -14,6 +14,8 @@ config:
1414
ignore: ['/package.hub.yml']
1515

1616
history:
17+
1.3.1:
18+
- Improve constant calls for functions and static methods.
1719
1.3.0:
1820
- Improve internal api for jphp extensions (add autowrap for unknown bean classes).
1921
- Many performance improvements.

0 commit comments

Comments
 (0)