From 390cdae51d034d09db39d38ed86f7fca3a37d8e6 Mon Sep 17 00:00:00 2001 From: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com> Date: Thu, 22 Sep 2022 12:33:53 +0200 Subject: [PATCH] updates/1.50.0.sh: Reinstall opcache.ini to apply workaround. Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com> --- changelog.md | 5 +++++ updates/1.50.0.sh | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 updates/1.50.0.sh 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"