Skip to content

Releases: riasvdv/statamic-redirect

4.1.2

09 Feb 10:26
ca4b2e9

Choose a tag to compare

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

06 Feb 20:50
4e652c6

Choose a tag to compare

  • Fix multisite redirects losing site prefix (#235)
  • Add choices for redirection after saving (#103)

Full Changelog: 4.1.0...4.1.1

4.1.0

06 Feb 20:20

Choose a tag to compare

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 file
  • php artisan redirect:generate-netlify-redirects - Generate a Netlify redirects file
  • php 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

27 Jan 20:51
d8c07b2

Choose a tag to compare

  • Fix an issue where we would query the database if migrations were disabled (#245)

Full Changelog: 3.14.0...3.14.1

4.0.1

30 Jan 17:41
1599d36

Choose a tag to compare

  • Fix an issue when linking a redirect to an entry (#246)

Full Changelog: 4.0.0...4.0.1

4.0.0

28 Jan 20:38
1599d36

Choose a tag to compare

What's Changed

  • Statamic v6

Full Changelog: 3.12.0...4.0.0

4.0.0-beta.3

21 Jan 18:13
1599d36

Choose a tag to compare

4.0.0-beta.3 Pre-release
Pre-release

4.0.0-beta.1

13 Jan 12:06
1599d36

Choose a tag to compare

4.0.0-beta.1 Pre-release
Pre-release

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

06 Dec 19:16

Choose a tag to compare

What's Changed

Full Changelog: 3.13.0...3.14.0

3.13.0

03 Dec 19:53
400aad8

Choose a tag to compare

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_type configurable via environment variable. by @marcorieser in #240

New Contributors

Full Changelog: 3.12.0...3.13.0