Skip to content

Commit 9d54ffd

Browse files
pteroca-comksroga
andauthored
Version release (#83)
Co-authored-by: Konrad Sroga <[email protected]>
1 parent cfc4960 commit 9d54ffd

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
--
4+
5+
## [0.5.10] - 2025-10-12
6+
7+
### Added
8+
- Added automatic Docker installation script - available at [pteroca.com/scripts/docker_installer.sh](https://pteroca.com/scripts/docker_installer.sh).
9+
- Integrated Docker-based installation method into daily automated test runs to ensure long-term reliability and prevent future breakages.
10+
11+
### Changed
12+
- Updated entire installation documentation section to reflect new Docker setup method.
13+
- Improved updater process - enhanced dependency installation handling via Composer and improved permission management during updates.
14+
- Updated `README.md` with latest setup and contribution instructions.
15+
16+
### Fixed
17+
- Fixed server name display - the user-defined server name is now shown consistently across the panel.
18+
- Fixed special character escaping in the Egg Manager.
19+
- Fixed Docker architecture - installation via Docker now works flawlessly.
20+
- Fixed HTTP 500 error occurring when viewing email logs with non-empty metadata in Email Log CRUD.
21+
322
---
423

524
## [0.5.9] - 2025-10-05

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pteroca/panel",
33
"description": "PteroCA.com is a free, open-source client area and management panel designed specifically for Pterodactyl server users and hosting providers. The platform simplifies and automates server management with a user-friendly interface and robust billing features.",
4-
"version": "0.5.9",
4+
"version": "0.5.10",
55
"type": "project",
66
"license": "MIT",
77
"minimum-stability": "stable",

src/Core/Resources/config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
version: '0.5.9'
2+
version: '0.5.10'
33
categories_base_path: '/uploads/categories'
44
categories_directory: 'public/uploads/categories'
55
products_base_path: '/uploads/products'

themes/default/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "PteroCA.com",
66
"version": "1.1.1",
77
"license": "MIT",
8-
"pterocaVersion": "0.5.9",
8+
"pterocaVersion": "0.5.10",
99
"phpVersion": ">=8.2",
1010
"options": {
1111
"supportDarkMode": true,

0 commit comments

Comments
 (0)