Skip to content

Commit d4dd1d5

Browse files
committed
Update jphp version.
1 parent 7a2ed46 commit d4dd1d5

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-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-
12+
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-
12+
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.6
3+
version: 1.2.8
44
description: Compiler and Launcher for JPHP.
55

66
deps:
7-
jphp-runtime: '~1.2.6'
7+
jphp-runtime: '~1.2.8'
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-
12+
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-
12+
1313
```
1414

1515
### АПИ

jphp-runtime/package.php.yml

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

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

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

1616
history:
17+
1.2.8:
18+
- 'Fix #388: Cannot use the `class` magic constant in traits.'
19+
- 'Fix #404: Crash when using abstract class extending abstract class.'
20+
- 'Fix #407: Cannot bind closure.'
21+
- 'Fix #391: Allow making parameters nullable.'
22+
- 'Fixes in binary memory.'
23+
- 'Fix #383, Fix #390, Fix #395: Bugfixes for constants.'
24+
- 'Fix #394: Broken array expansion in foreach.'
25+
1.2.7:
26+
- Improve performance of new operator.
1727
1.2.5:
1828
- Add standalone compiler.
1929
- Add new methods for Module class.

0 commit comments

Comments
 (0)