Skip to content

Commit

Permalink
v0.2.1 release (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Sroga <konradsroga@gmail.com>
  • Loading branch information
pteroca-com and ksroga authored Sep 8, 2024
1 parent df3f765 commit 7bf7acb
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 79 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

---

## [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.

## [0.2.0] - 2024-09-02

### Added
Expand Down
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"name": "pteroca/panel",
"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.",
"version": "0.2.1",
"type": "project",
"license": "proprietary",
"minimum-stability": "stable",
"prefer-stable": true,
"authors": [
{
"name": "Konrad Sroga",
"email": "konradsroga@gmail.com"
}
],
"require": {
"php": ">=8.2",
"ext-ctype": "*",
Expand Down
Loading

0 comments on commit 7bf7acb

Please sign in to comment.