Releases
Release notes and changelog for Pricore.
Release v0.7.0
0.7.0 (2026-01-10)
Features
- track last accessed organization and optimize routing (608a725)
Bug Fixes
- config: update default home route path (eef0387)
Release v0.6.0
0.6.0 (2025-11-26)
Features
- docker: only install required redis deps (7bfd062)
- organization: refactor role handling to use OrganizationRole enum and implement repository management features including edit and delete functionality (3e5255f)
Bug Fixes
- docker: add missing redis & pdo_pgsql extensions (9ceb96e)
Styles
- fix phpstan issue (993a789)
Release v0.5.0
0.5.0 (2025-11-22)
Features
- git: add GenericGitProvider for handling Git operations and update SyncRepositoryJob to reduce retry attempts (45e262f)
Release v0.4.0
0.4.0 (2025-11-22)
Features
- organization: implement organization settings management, including slug updates for owners and leave organization functionality for members (721b2ab)
Release v0.3.0
0.3.0 (2025-11-21)
Features
- ui: update sidebar styles and introduce InfoBox component for enhanced UI consistency and information display (b368d02)
Release v0.2.1
0.2.1 (2025-11-21)
Code Refactoring
- docker: remove unnecessary PHP extensions from Dockerfile to streamline image size and improve build efficiency (8aff736)
Release v0.2.0
0.2.0 (2025-11-16)
Features
- docker: update Dockerfile to copy additional Laravel directories and create necessary storage directories for improved application setup (c9815a0)