Releases: pteroca-com/panel
Releases · pteroca-com/panel
v0.3.0
[0.3.0] - 2025-01-12
Added
- Product egg configuration with startup variable permissions
- Server management page with server console, statistics, startup configuration, and activity logs
- Admin panel for server management
- Update check functionality on the admin overview page
- Data synchronization command
- Support for PteroCA plugin for Pterodactyl
- Admin management panel for server logs
Changed
- Updated Composer dependencies
- The text allowing egg changes after product purchase on the product page now depends on product settings
Fixed
- Caching issue with system settings
- Empty space on product page when no image is provided
- Grid layout issue on categories page
v0.2.4
[0.2.4] - 2024-11-25
Changed
- Updated README.md with new demo credentials and additional information.
- Revised project documentation to include more comprehensive and useful details.
- Removed the "Edit Log" option from the log details view to simplify navigation and improve usability.
- Adjusted default database configurator variables (
DB_HOST
,DB_NAME
,DB_USER
) for a more streamlined setup experience.
v0.2.3
[0.2.3] - 2024-11-19
Added
- Added Admin Dashboard with statistics & useful information.
Fixed
- Fixed route name in url.
v0.2.2
[0.2.2] - 2024-09-09
Added
- Added url to login page on the registration page.
- Added terms of service page.
- Added css files versioning based on the application version.
Changed
- Refactored the enums.
- Split store template into multiple files.
- Moved css from the templates to the css file.
- Set default settings as a migration.
v0.2.1
[0.2.1] - 2024-09-08
Added
- One main queue worker for all the queues.
- Deleting old expired servers from the database (after 3 months).
- Added created at and updated at timestamps to the user table.
Changed
- Updated md files with proper email address and version.
- CRUDs are now sorted by the created date.
- Category is not necessary for the product creation.
- Changed placeholder images to local urls.
- Changed login and register document titles.
- Split large template views into components.
- Updated project information in the composer.json file.
Fixed
- Fixed the issue with viewing price in the renewal product page.
v0.2.0
[0.2.0] - 2024-09-02
Added
- Introduced unit and integration tests.
- Introduced PHPStan for static analysis.
- Introduced CI workflow for automated testing.
- Added CHANGELOG.md file.
Changed
- Refactored and cleaned up a significant portion of the codebase.
- Updated the README.md file with more information.
Fixed
- Bug fixes related to application logic.
- Dashboard template loading server data issue fix.
v0.1.1
Minor template fixes
v0.1.0
v0.1.0 - Initial Release.