From 221fe29cf0254911b30fcb6371e94702e2db61ea Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Sun, 19 Jan 2025 22:11:40 +0300 Subject: [PATCH] Added alternative php. Part 4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961ee18..1b16724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [1.9.5.rpm] - Release + +- Added support installation of alternative php not only remi + ## [1.9.4.rpm] - Release - Fixed sha-512 auth in hestiacp diff --git a/package.json b/package.json index ceead32..5921f0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hestia", "private": true, - "version": "1.9.4.rpm", + "version": "1.9.5.rpm", "description": "An open-source Linux web server control panel.", "repository": "https://github.com/hestiacp/hestiacp", "license": "GPL-3.0-or-later",