diff --git a/changelog.md b/changelog.md index 029f122b..a7e6b060 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +## [v1.49.1](https://github.com/nextcloud/nextcloudpi/tree/v1.50.0) (2022-09-22) Update PHP to version 8.1 and Nextcloud to version 24 + +- Add support for Nextcloud v24.0.5 +- Upgrade PHP to version 8.1 when upgrading Nextcloud to version >=24 + ## [v1.49.1](https://github.com/nextcloud/nextcloudpi/tree/v1.49.0) (2022-09-14) Minor fixes - ncp-diag: Fix port check if ncp is running behind a dual stack lite (no publicly visible ipv4 address) diff --git a/updates/1.50.0.sh b/updates/1.50.0.sh new file mode 100644 index 00000000..477848de --- /dev/null +++ b/updates/1.50.0.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +source /usr/local/etc/library.sh + + +install_template "php/opcache.ini.sh" "/etc/php/${PHPVER}/mods-available/opcache.ini"