Skip to content

Releases: pteroca-com/panel

v0.2.2

09 Sep 20:15
4f8d4f3
Compare
Choose a tag to compare

[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

08 Sep 00:24
7bf7acb
Compare
Choose a tag to compare

[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

02 Sep 18:00
8493630
Compare
Choose a tag to compare

[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

28 Aug 19:49
Compare
Choose a tag to compare

Minor template fixes

v0.1.0

27 Aug 12:49
18c3055
Compare
Choose a tag to compare

v0.1.0 - Initial Release.