Compare commits

...

2 Commits

Author SHA1 Message Date
Alexey Berezhok
4c51952ee3 Added change log 2025-01-06 19:36:07 +03:00
Alexey Berezhok
7402364d0b Fixed congrats message 2025-01-06 19:25:46 +03:00
3 changed files with 14 additions and 11 deletions

View File

@@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [1.9.2.rpm] - Alpha release
- Forked from 1.8.6 alpha and reworked for rpm based systems support
- Added passenger support (https://hestiadocs.brepo.ru/docs/extensions/extended-modules.html#passenger-manager)
- Added unified proxy templates support (https://hestiadocs.brepo.ru/docs/user-guide/web-domains.html#шаблоны-прокси)
- Added php-cli-selector (https://hestiadocs.brepo.ru/docs/extensions/php-cli-selector.html#php-cli-selector)
- Added alternative extensions support (https://hestiadocs.brepo.ru/docs/extensions/php-cli-selector.html#php-cli-selector)
- Added russian documentation (https://hestiadocs.brepo.ru/docs/introduction/getting-started.html)
## [1.8.6] - Alpha release ## [1.8.6] - Alpha release
- Added rpm systems support - Added rpm systems support

View File

@@ -2073,25 +2073,19 @@ fi
echo -e -n " Username: admin echo -e -n " Username: admin
Password: $displaypass Password: $displaypass
Thank you for choosing Hestia Control Panel to power your full stack web server, Thank you for choosing Hestia Control Panel(RPM edition) to power your full stack web server,
we hope that you enjoy using it as much as we do! we hope that you enjoy using it as much as we do!
Please feel free to contact us at any time if you have any questions, Documentation: https://hestiadocs.brepo.ru/
or if you encounter any bugs or problems:
Documentation: https://docs.hestiacp.com/
Forum: https://forum.hestiacp.com/ Forum: https://forum.hestiacp.com/
GitHub: https://www.github.com/hestiacp/hestiacp GitHub: https://github.com/bayrepo/hestiacp or development storage https://dev.brepo.ru/bayrepo/hestiacp
Note: Automatic updates are enabled by default. If you would like to disable them, Note: Automatic updates are enabled by default. If you would like to disable them,
please log in and navigate to Server > Updates to turn them off. please log in and navigate to Server > Updates to turn them off.
Help support the Hestia Control Panel project by donating via PayPal:
https://www.hestiacp.com/donate
-- --
Sincerely yours, Sincerely yours,
The Hestia Control Panel development team The Hestia Control Panel(RPM edition) development team
Made with love & pride by the open-source community around the world. Made with love & pride by the open-source community around the world.
" >> $tmpfile " >> $tmpfile

View File

@@ -1,7 +1,7 @@
{ {
"name": "hestia", "name": "hestia",
"private": true, "private": true,
"version": "1.8.6", "version": "1.9.2.rpm",
"description": "An open-source Linux web server control panel.", "description": "An open-source Linux web server control panel.",
"repository": "https://github.com/hestiacp/hestiacp", "repository": "https://github.com/hestiacp/hestiacp",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",