v3.68.5
payloadcms/payloadv3.68.5Dec 15, 2025by denolfe
AI Summary
A maintenance release focusing on route matching and admin URL formatting to ensure compatibility with Next.js routing configurations.
Key Highlights
- Fixes server URL omission in route matching.
- Adds relative flag to admin URL formatting utility.
New Features
- Omit server url from route matching
- Add relative flag to formatAdminURL utility
Full Release Notes
## [v3.68.5](https://github.com/payloadcms/payload/compare/v3.68.4...v3.68.5) (2025-12-15) ### 🐛 Bug Fixes * **next:** omit server url from route matching ([#14919](https://github.com/payloadcms/payload/issues/14919)) ([38c2f89](https://github.com/payloadcms/payload/commit/38c2f89)) ### 🛠 Refactors * add relative flag to formatAdminURL util ([#14925](https://github.com/payloadcms/payload/issues/14925)) ([4f12bee](https://github.com/payloadcms/payload/commit/4f12bee)) ### 🤝 Contributors - Jake (@jacobsfletch)