File tree Expand file tree Collapse file tree 4 files changed +22
-5
lines changed
Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 1.5.1] - Service release
5+
6+ ### Bugfixes
7+
8+ - Add B2 delete file support to BlackBlaze
9+ - Open phpmyadmin in new tab or window #2250 @manuelserol
10+ - Fix issue with ipset not working properly [ Forum] ( https://forum.hestiacp.com/t/error-ipset-object-not-found/5015 )
11+ - Improve port detection on multiple servers for SSH #2242 and #2255
12+ - Fixed an issue with # in config files
13+ - Fixed multiple bugs in installer
14+ - Set correct permission /install/deb/ folder
15+ - Adjust /etc/apt/sources.list.d/hestia.list to include architecture to resolve issue with I386 missing in apt.hestiacp.com
16+
17+ ### Dependencies
18+
19+ - Update Roundcube to 1.5.0 [ Release Notice] ( https://roundcube.net/news/2021/11/28/update-1.5.1-released )
20+
421## [ 1.5.0] - Major Release (Feature / Quality Update)
522
623### Breaking changes ###
Original file line number Diff line number Diff line change 22
33[ Hestia Control Panel] ( https://www.hestiacp.com/ )
44==================================================
5- ** Latest stable release:** Version 1.5.0 | [ View Changelog] ( https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md ) | [ ![ Build Status] ( https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main )] ( https://drone.hestiacp.com/hestiacp/hestiacp ) <br >
5+ ** Latest stable release:** Version 1.5.1 | [ View Changelog] ( https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md ) | [ ![ Build Status] ( https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main )] ( https://drone.hestiacp.com/hestiacp/hestiacp ) <br >
66
77** Web:** [ www.hestiacp.com ] ( https://www.hestiacp.com/ ) <br >
88** Documentation:** [ docs.hestiacp.com] ( https://docs.hestiacp.com/ ) <br >
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323VERBOSE=' no'
2424
2525# Define software versions
26- HESTIA_INSTALL_VER=' 1.5.1~alpha '
26+ HESTIA_INSTALL_VER=' 1.5.1'
2727pma_v=' 5.1.1'
28- rc_v=" 1.5.0 "
28+ rc_v=" 1.5.1 "
2929multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" " 8.0" " 8.1" )
3030fpm_v=" 8.0"
3131mariadb_v=" 10.6"
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323VERBOSE=' no'
2424
2525# Define software versions
26- HESTIA_INSTALL_VER=' 1.5.1~alpha '
26+ HESTIA_INSTALL_VER=' 1.5.1'
2727pma_v=' 5.1.1'
28- rc_v=" 1.5.0 "
28+ rc_v=" 1.5.1 "
2929multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" " 8.0" " 8.1" )
3030fpm_v=" 8.0"
3131mariadb_v=" 10.6"
You can’t perform that action at this time.
0 commit comments