Skip to content

Commit df0997b

Browse files
committed
Upd.
1 parent c1739e6 commit df0997b

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.0.10, created by JPPM.
6+
> version 1.1.1, created by JPPM.
77
88
Runtime for JPHP + Standard library.
99

1010
### Install
1111
```
12-
jppm add jphp-runtime@1.0.10
12+
jppm add jphp-runtime@1.1.1
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.0.10, создано с помощью JPPM.
6+
> версия 1.1.1, создано с помощью JPPM.
77
88
Runtime for JPHP + Standard library.
99

1010
### Установка
1111
```
12-
jppm add jphp-runtime@1.0.10
12+
jppm add jphp-runtime@1.1.1
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.0.10
3+
version: 1.1.1
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.0:
18+
- Add PHP 7.2 features (ref in list, is_countable, count() warnings).
1719
1.0.10:
1820
- Add arr::merge method to merge arrays.
1921
1.0.9:

0 commit comments

Comments
 (0)