Skip to content

Commit

Permalink
Upgrade jphp version.
Browse files Browse the repository at this point in the history
dim-s committed Mar 18, 2020
1 parent 9012280 commit ac006b3
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jphp-core/package.php.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

name: jphp-core
version: 1.3.0
version: 1.3.1
description: Compiler and Launcher for JPHP.

deps:
jphp-runtime: '~1.3.0'
jphp-runtime: 1.3.1


plugins: [Doc, Hub]
4 changes: 3 additions & 1 deletion jphp-runtime/package.php.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

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

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

0 comments on commit ac006b3

Please sign in to comment.