Skip to content

Commit de3826c

Browse files
pteroca-comksroga
andauthored
v0.3.2 (#36)
* [task-140] Change user password command * [task-140] Fix * [task-141] User registration error handling improvements * [task-141] Removed unused import * [task-144] Fixed cache problem in checking updates method * [task-143] Added russian translations * [v0.3.2] Discord link in admin overview * [v0.3.2] Prepared registration service test for new changes * [v0.3.2] Updated year in LICENSE file * [v0.3.2] Updated CHANGELOG.md * [v0.3.2] Updated dependencies * [v0.3.2] Added icon before logout link --------- Co-authored-by: Konrad Sroga <[email protected]>
1 parent dd41834 commit de3826c

File tree

20 files changed

+1205
-390
lines changed

20 files changed

+1205
-390
lines changed

CHANGELOG.md

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

33
---
44

5+
## [0.3.2] - 2025-02-02
6+
7+
### Added
8+
- Added a new command to change the user's password via CLI.
9+
- Added a new language: Russian (thanks to @Futuraura for the translation).
10+
- Added discord link in the admin overview page (as a support link).
11+
12+
### Changed
13+
- Improved error handling during user registration.
14+
15+
### Fixed
16+
- Cache issue with the current version of the application.
17+
18+
---
19+
20+
## [0.3.1] - 2025-01-28
21+
22+
### Added
23+
- Added a role confirmation prompt to the user creation command.
24+
- Added banner files to products.
25+
- Added validation rules for updating server variables.
26+
27+
### Changed
28+
- Improved error handling during user creation via CLI.
29+
- Enhanced error handling when updating server variables.
30+
- Updated translations for the "Add Balance" button.
31+
- Revised the README.md file.
32+
33+
### Fixed
34+
- Fixed an issue where missing images caused empty spaces to appear.
35+
- Resolved a bug with email translations.
36+
- Blocked access to the registration page for logged-in users.
37+
- Corrected a layout issue by separating product images from banners.
38+
39+
---
40+
541
## [0.3.0] - 2025-01-12
642

743
### Added
@@ -22,6 +58,8 @@
2258
- Empty space on product page when no image is provided
2359
- Grid layout issue on categories page
2460

61+
---
62+
2563
## [0.2.4] - 2024-11-25
2664

2765
### Changed
@@ -30,6 +68,8 @@
3068
- Removed the "Edit Log" option from the log details view to simplify navigation and improve usability.
3169
- Adjusted default database configurator variables (DB_HOST, DB_NAME, DB_USER) for a more streamlined setup experience.
3270

71+
---
72+
3373
## [0.2.3] - 2024-11-19
3474

3575
### Added
@@ -38,6 +78,8 @@
3878
### Fixed
3979
- Fixed route name in url.
4080

81+
---
82+
4183
## [0.2.2] - 2024-09-09
4284

4385
### Added
@@ -51,6 +93,8 @@
5193
- Moved css from the templates to the css file.
5294
- Set default settings as a migration.
5395

96+
---
97+
5498
## [0.2.1] - 2024-09-08
5599

56100
### Added
@@ -70,6 +114,8 @@
70114
### Fixed
71115
- Fixed the issue with viewing price in the renewal product page.
72116

117+
---
118+
73119
## [0.2.0] - 2024-09-02
74120

75121
### Added
@@ -85,12 +131,14 @@
85131
### Fixed
86132
- Bug fixes related to application logic.
87133
- Dashboard template loading server data issue fix.
134+
88135
---
89136

90137
## [0.1.1] - 2024-08-28
91138

92139
### Fixed
93140
- Minor css loading issue fix.
141+
94142
---
95143

96144
## [0.1.0] - 2024-08-27

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 PteroCA.com
3+
Copyright (c) 2025 PteroCA.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.3.0",
4+
"version": "0.3.2",
55
"type": "project",
66
"license": "MIT",
77
"minimum-stability": "stable",

0 commit comments

Comments
 (0)