File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed
Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Compiler and Launcher for JPHP.
99
1010### Install
1111```
12- jppm add jphp-core@1.2.8
12+ jppm add jphp-core@1.3.0
1313```
1414
1515### API
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Compiler and Launcher for JPHP.
99
1010### Установка
1111```
12- jppm add jphp-core@1.2.8
12+ jppm add jphp-core@1.3.0
1313```
1414
1515### АПИ
Original file line number Diff line number Diff line change 11
22name : jphp-core
3- version : 1.2.8
3+ version : 1.3.0
44description : Compiler and Launcher for JPHP.
55
66deps :
7- jphp-runtime : ' ~1.2.8 '
7+ jphp-runtime : ' ~1.3.0 '
88
99
1010plugins : [Doc, Hub]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Runtime for JPHP + Standard library.
99
1010### Install
1111```
12- jppm add jphp-runtime@1.2.8
12+ jppm add jphp-runtime@1.3.0
1313```
1414
1515### API
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Runtime for JPHP + Standard library.
99
1010### Установка
1111```
12- jppm add jphp-runtime@1.2.8
12+ jppm add jphp-runtime@1.3.0
1313```
1414
1515### АПИ
Original file line number Diff line number Diff line change 11
22name : jphp-runtime
3- version : 1.2.8
3+ version : 1.3.0
44description : Runtime for JPHP + Standard library.
55
66plugins : [Doc, Hub]
@@ -14,6 +14,10 @@ config:
1414 ignore : ['/package.hub.yml']
1515
1616history :
17+ 1.3.0 :
18+ - Improve internal api for jphp extensions (add autowrap for unknown bean classes).
19+ - Many performance improvements.
20+ - Many Bugfixes.
1721 1.2.8 :
1822 - ' Fix #388: Cannot use the `class` magic constant in traits.'
1923 - ' Fix #404: Crash when using abstract class extending abstract class.'
You can’t perform that action at this time.
0 commit comments