Skip to content

Commit a977949

Browse files
committed
Upgrade jphp version.
1 parent 0a072b5 commit a977949

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

jphp-core/api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

jphp-core/api-docs/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
### АПИ

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.2.8
3+
version: 1.3.0
44
description: Compiler and Launcher for JPHP.
55

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

99

1010
plugins: [Doc, Hub]

jphp-runtime/api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

jphp-runtime/api-docs/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
### АПИ

jphp-runtime/package.php.yml

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

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

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

1616
history:
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.'

0 commit comments

Comments
 (0)