Releases: pricorephp/pricore
Releases · pricorephp/pricore
v0.52.4
v0.52.3
Security
- Organization access control: Fixed an authorization issue affecting organization-scoped routes. Only relevant to multi-tenant setups (instances hosting more than one organization). Upgrading is recommended.
v0.52.2
Repairs the Bitbucket integration after Atlassian removed cross-workspace enumeration.
Fixes
- Bitbucket workspace listing (#87): Replaced the broken workspace dropdown with a "Workspace" text input in the Import Repositories and Add Repository dialogs. Atlassian's
/workspacesand/repositories?role=…endpoints now return HTTP 410 (CHANGE-2770) with no replacement, so users type their workspace slug (the part afterbitbucket.org/in the URL) and the repo list loads. The slug is remembered per organization inlocalStorage. - Fixed a Bitbucket pagination bug that caused 30-second timeouts on workspaces with more than 100 repositories. Laravel's HTTP client was overwriting the cursor's query string on every "next page" request, so the loop kept re-fetching page 1 until PHP's execution limit killed the process.
- Fixed a fallback that surfaced the authenticated user's Bitbucket username as a selectable owner, which then 404'd when picked because users are not workspaces under the new permissions model.
v0.52.1
Fixes
- Propagated
APP_URLto the Horizon, scheduler, and Reverb Docker services so queued syncs no longer persisthttp://localhostdist URLs. Versions synced before upgrading need a resync to be corrected.
v0.52.0
This release adds visibility into Pricore's own release lifecycle and makes navigating package commits one click faster.
New Features
- Release notes viewer: The sidebar version label now opens a modal listing the latest release notes from GitHub, with a small indicator next to the version when a newer release is available. Releases are fetched lazily and cached for 24h, so no scheduler is required.
Improvements
- Package versions: Commit hashes in the package versions list are now clickable and link to the provider's commit URL.
v0.51.4
Fixes
- Updated dependencies
v0.51.3
Fixes
- Fixed a horizontal scrollbar appearing when dropdown menus were opened
v0.51.2
Fixes
- Increased health check start period to 90s to prevent check failures
v0.51.1
v0.51.0
This release improves the setup experience, fixes GitHub repository discovery, and adds version tag links.
New Features
- Tag/Version Links (#62): Package versions now link to their tag or release page on GitHub, GitLab, and Bitbucket, making it easy to view release details directly from Pricore.
- Security Advisory Sync During Setup: The install command now prompts to sync security advisories, giving new installations immediate vulnerability coverage.
Fixes
- Fixed GitHub repository listing not showing private repos. The correct API endpoints are now used for both personal and organization repositories.