Skip to content

Commit ea3cb27

Browse files
committed
Update jphp-runtime version.
1 parent f685222 commit ea3cb27

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

jphp-runtime/api-docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
---
44

55
## jphp-runtime
6-
> version 1.1.3, created by JPPM.
6+
> version 1.1.4, created by JPPM.
77
88
Runtime for JPHP + Standard library.
99

1010
### Install
1111
```
12-
12+
1313
```
1414

1515
### API

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
---
44

55
## jphp-runtime
6-
> версия 1.1.3, создано с помощью JPPM.
6+
> версия 1.1.4, создано с помощью JPPM.
77
88
Runtime for JPHP + Standard library.
99

1010
### Установка
1111
```
12-
12+
1313
```
1414

1515
### АПИ

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.1.3
3+
version: 1.1.4
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.1.4:
18+
- Fix array long keys.
1719
1.1.2:
1820
- Improve call stack performance.
1921
1.1.1:

0 commit comments

Comments
 (0)