Releases: riasvdv/statamic-redirect
Releases · riasvdv/statamic-redirect
3.4.3
- Validate on redirects having a unique
source
Full Changelog: 3.4.2...3.4.3
3.4.2
3.4.1
What's Changed
- Fix wrong variable name in eloquent repository by @SylvesterDamgaard in #147
New Contributors
- @SylvesterDamgaard made their first contribution in #147
Full Changelog: 3.4.0...3.4.1
3.4.0
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
- @jhhazelaar made their first contribution in #143
- @ryanmitchell made their first contribution in #139
Full Changelog: 3.3.0...3.4.0
3.3.0
What's new
This addon comes with the following widgets:
errors
: for a listing of the most recent errorserrors_last_month
: the same chart as in the redirect dashboarderrors_last_week
: the same chart as in the redirect dashboarderrors_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
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
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
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
- @galengidman made their first contribution in #119
Full Changelog: 3.0.1...3.1.0
3.0.1
- Fix live preview being hidden on other entries
Full Changelog: 3.0.0...3.0.1