Skip to content

Commit 3fa26e8

Browse files
pteroca-comksroga
andauthored
v0.5.6 Release (#70)
Co-authored-by: Konrad Sroga <[email protected]>
1 parent 3e5ab8e commit 3fa26e8

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
---
44

5+
## [0.5.6] - 2025-08-15
6+
7+
### Added
8+
- Added ability to copy products in the admin panel.
9+
- Added EULA detection: when a server requires EULA acceptance after reinstallation, a modal with an Accept EULA button is displayed.
10+
- Added PteroCA Addon for Pterodactyl version check on the admin dashboard.
11+
- Added `pteroca:sync-servers` command to automatically remove servers no longer present in Pterodactyl.
12+
13+
### Changed
14+
- Updated README.md file.
15+
- Slight upgrade to the update command with improved local change protection, better repository fetching, enhanced scenario handling, and clearer error messages.
16+
17+
### Fixed
18+
- Fixed grid layout issue in the My Servers section.
19+
20+
---
21+
522
## [0.5.5] - 2025-07-27
623

724
### Added

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.5",
4+
"version": "0.5.6",
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.5'
2+
version: '0.5.6'
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.0",
77
"license": "MIT",
8-
"pterocaVersion": "0.5.5",
8+
"pterocaVersion": "0.5.6",
99
"phpVersion": ">=8.2",
1010
"options": {
1111
"supportDarkMode": true,

0 commit comments

Comments
 (0)