Releases: riasvdv/statamic-redirect
Releases · riasvdv/statamic-redirect
4.1.2
What's Changed
- Update actions/checkout action to v6 by @renovate[bot] in #250
- Update dependency pestphp/pest to v4 - autoclosed by @renovate[bot] in #252
- Update dependency vite to v6.4.1 by @renovate[bot] in #257
- Update dependency axios to v1.13.4 by @renovate[bot] in #256
- Migrate Renovate config - autoclosed by @renovate[bot] in #255
- Update stefanzweifel/git-auto-commit-action action to v7 by @renovate[bot] in #254
- Update dependency @vitejs/plugin-vue to v6 by @renovate[bot] in #251
- Update dependency vite to v7 by @renovate[bot] in #253
- Update dependency laravel-vite-plugin to v2 by @renovate[bot] in #258
- Fix duplicate route name causing LogicException on route:cache by @riasvdv in #260
Full Changelog: 4.1.1...4.1.2
4.1.1
4.1.0
Add REST API and GraphQL support for redirects
REST API and GraphQL endpoints are now available for managing redirects programmatically.
Add static site redirect generators with tests and docs
New static site redirect generators for multiple platforms:
- Vercel: New command that generates and merges redirects into vercel.json
- Netlify: Fixed regex-to-splat conversion in the redirect command
- Cloudflare: Existing support maintained
- Comprehensive tests added for all three platforms
- Full documentation for the static site redirects feature
Artisan commands:
php artisan redirect:generate-cloudflare-redirects- Generate a Cloudflare redirects filephp artisan redirect:generate-netlify-redirects- Generate a Netlify redirects filephp artisan redirect:generate-vercel-redirects- Generate Vercel redirects in vercel.json
Fix 410 Gone redirects with Statamic half caching
Fixed issue where custom 410 error pages weren't rendering correctly when using Statamic's half caching strategy. Now uses a custom GoneHttpException with Statamic's RendersHttpExceptions trait for proper caching behavior. (Fixes #229)
Full Changelog: 4.0.0...4.1.0
3.14.1
4.0.1
4.0.0
4.0.0-beta.3
Full Changelog: 4.0.0-beta.2...4.0.0-beta.3
4.0.0-beta.1
What's Changed
- chore(deps): update stefanzweifel/git-auto-commit-action action to v6 by @renovate[bot] in #225
- chore(deps): update dependency prettier to v3.6.2 by @renovate[bot] in #224
Full Changelog: 4.0.0-alpha.1...4.0.0-beta.1
3.14.0
3.13.0
What's Changed
- chore(deps): update stefanzweifel/git-auto-commit-action action to v6 by @renovate[bot] in #225
- chore(deps): update dependency prettier to v3.6.2 by @renovate[bot] in #224
- Make
default_redirect_typeconfigurable via environment variable. by @marcorieser in #240
New Contributors
- @marcorieser made their first contribution in #240
Full Changelog: 3.12.0...3.13.0