Skip to content

Releases: riasvdv/statamic-redirect

2.3.4

25 May 13:55
cd63bb4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.3...2.3.4

2.3.3

23 May 17:20
Compare
Choose a tag to compare

What's changed

  • Automatically add a .gitignore in the storage/redirect folder the first time we create the database

Full Changelog: 2.3.2...2.3.3

2.3.2

23 May 15:23
Compare
Choose a tag to compare

2.3.2 (2022-05-23)

  • Fix selected site not saving correctly to redirect
  • A Redirect's site can be switched by switching the site at the top of the page when updating a Redirect

Full Changelog: 2.3.1...2.3.2

2.3.1

23 May 13:56
Compare
Choose a tag to compare

What's Changed

  • Fix bug when listening to Entry saved events
  • Update actions/checkout action to v3 by @renovate in #66
  • Update stefanzweifel/git-auto-commit-action action to v4 by @renovate in #67

Full Changelog: 2.3.0...2.3.1

2.3.0

22 May 11:24
dba9eb1
Compare
Choose a tag to compare

What's Changed

  • Adds support for multisite
  • Adds validation to the importer that skips invalid rows

Full Changelog: 2.2.0...2.3.0

2.2.0

09 May 14:51
111fffa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.2...2.2.0

2.1.2

27 Mar 15:10
Compare
Choose a tag to compare

What's fixed

  • Fix button alignment - #44
  • Fix import failing with a txt file - #46
  • Fix permissions check to user correct User instance - #48
  • Reload on delete - #51
  • Add down migration - #50

Full Changelog: 2.1.1...2.1.2

2.1.1

22 Mar 13:51
7bedabb
Compare
Choose a tag to compare

What's Changed

  • Changed migration to set lastSeenAt and timestamp as integer by @linuxtheblack in #53

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

15 Mar 17:53
Compare
Choose a tag to compare
  • Add support for Statamic 3.3
  • Drop support for Statamic 3.2

Full Changelog: 2.0.0...2.1.0

2.0.0

21 Jan 18:56
a756b59
Compare
Choose a tag to compare

2.0.0 (2022-01-21)

BREAKING

  • The config file has been restructured make sure to publish it again using:
php artisan vendor:publish --tag=statamic-redirect-config --force
  • You can no longer choose between Eloquent and Stache for storing Redirects, these are considered content so are currently always Stache.
  • You can no longer choose to store errors & hits inside the Stache, there's just no way to keep this performant.