Skip to content

Releases: riasvdv/statamic-redirect

3.4.3

30 Nov 12:47
Compare
Choose a tag to compare
  • Validate on redirects having a unique source

Full Changelog: 3.4.2...3.4.3

3.4.2

30 Nov 12:36
0046ed3
Compare
Choose a tag to compare
  • Fix exporters - fixes #144

Full Changelog: 3.4.1...3.4.2

3.4.1

30 Nov 12:29
8114d42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.0...3.4.1

3.4.0

29 Nov 13:28
Compare
Choose a tag to compare

What's Changed

  • Support symfony http foundation steamed response by @jhhazelaar in #143
  • Switch to using a repository & facade for Redirect, add eloquent support by @ryanmitchell in #139

New Contributors

Full Changelog: 3.3.0...3.4.0

3.3.0

11 Nov 16:53
87215e0
Compare
Choose a tag to compare

What's new

This addon comes with the following widgets:

  • errors: for a listing of the most recent errors
  • errors_last_month: the same chart as in the redirect dashboard
  • errors_last_week: the same chart as in the redirect dashboard
  • errors_last_day: the same chart as in the redirect dashboard

Widgets can be added to the dashboard by modifying the widgets array in the config/statamic/cp.php file.

// config/statamic/cp.php
 
'widgets' => [
  [
      'type' => 'errors',
      'limit' => 5,
  ],
  'errors_last_month',
  'errors_last_week',
  'errors_last_day',
],

Like the default widgets of Statamic, you can also configure title& width of the widgets.

Full Changelog: 3.2.1...3.3.0

3.2.1

11 Nov 16:08
6d1f85c
Compare
Choose a tag to compare

What's Changed

  • Fix an issue with Statamic 4.33

Dependencies

  • Update stefanzweifel/git-auto-commit-action action to v5 by @renovate in #136
  • Update dependency orchestra/testbench to v8.15.0 - autoclosed by @renovate in #135
  • Update vue monorepo to v2.7.15 by @renovate in #134
  • Update dependency vue-loader to v15.11.1 - autoclosed by @renovate in #125
  • Update dependency phpunit/phpunit to v10 by @renovate in #123

Full Changelog: 3.2.0...3.2.1

3.2.0

13 Oct 14:57
625d82c
Compare
Choose a tag to compare

What's Changed

  • Redirects can now be sorted
  • A search field has been added to both the error & redirect listing
  • Destination is no longer required when creating a redirect with status 410
  • After creating a redirect, we now redirect back to the error dashboard if you clicked the "create" button there
  • Fixed an issue where ->isSuper() was being called on auth()->user() instead of Statamic's user model

Full Changelog: 3.1.0...3.2.0

3.1.0

26 May 14:27
cdde0d2
Compare
Choose a tag to compare

What's Changed

  • add delete_conflicting_redirects config setting by @galengidman in #119
  • Add site to the export headers
  • Make the findByUrl method do a case sensitive comparison instead of case insensitive

New Contributors

Full Changelog: 3.0.1...3.1.0

3.0.1

16 May 18:03
e78825d
Compare
Choose a tag to compare
  • Fix live preview being hidden on other entries

Full Changelog: 3.0.0...3.0.1

3.0.0

09 May 16:12
09a04ca
Compare
Choose a tag to compare

What's new

This major release adds support for Statamic v4

Full Changelog: 2.7.0...3.0.0