Skip to content

Commit af73c10

Browse files
authored
prep for 1.18 release (#132)
1 parent bc00e43 commit af73c10

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Runtime PHP
2-
Copyright 2016-2021 The Apache Software Foundation
2+
Copyright 2016-2023 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

core/php7.4Action/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
#
1818
-->
1919

20-
## Next Release
20+
## Apache 1.18.0
2121
- Use php:7.4-cli-buster image to always pull latest patch version
2222
- Golang Action loop updatetd to golang 1.20
23+
- Support array result include sequence action (#120)
24+
2325
## Apache 1.17.0
2426
- Update version of PHP to 7.4.21
2527
- Build actionloop from 1.16@1.18.0 (#107)

core/php8.0Action/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
#
1818
-->
1919

20-
## Next Release
20+
## Apache 1.18.0
2121
- Use php:8.0-cli-buster image to always pull latest patch version
2222
- Golang Action loop updatetd to golang 1.20
23+
- Support array result include sequence action (#120)
2324

2425
## Apache 1.17.0
2526
- Update version of PHP to 8.0.8

core/php8.1Action/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,10 @@
1717
#
1818
-->
1919

20-
## Migrating from PHP 7 to PHP 8
21-
PHP 8 as new features and some incompatiblities. See [migration guide](https://www.php.net/manual/en/migration80.php) for more information.
22-
23-
## Next Release
24-
- Used openwhisk-runtime-go 1.22.0 to build proxy
25-
26-
## Initial release
20+
## Apache 1.18.0
21+
Initial release
2722

2823
- Added: PHP: 8.1.9
29-
- Used openwhisk-runtime-go 1.18.0 to build proxy
3024
- Added: PHP extensions in addition to the standard ones:
3125
- bcmath
3226
- curl

0 commit comments

Comments
 (0)