Releases: nystudio107/craft-retour
Releases · nystudio107/craft-retour
Version 3.1.53
Version 3.1.52
Added
- Added
make update
to update NPM packages - Added
make update-clean
to completely removenode_modules/
, then update NPM packages
Changed
- Use Tailwind CSS
^2.1.0
with JIT
Version 3.1.51
Changed
- Move the manifest service registration to the constructor
Fixed
- Fixed an issue where the CSV import wouldn't work if you were using Composer 1.x, due to package version detection issues
Version 3.1.50
Changed
- Allow for automatic redirect creation during bulk resaving operations
- More consistent
makefile
build commands - Use Tailwind 2.x &
@tailwindcss/jit
- Move settings from the
composer.json
“extra” to the plugin main class
Fixed
- URL decode any Legacy URLs for any Exact Match redirects on save (#166)
Version 3.1.49
Changed
- Dockerized the buildchain, using
craft-plugin-manifest
for the webpack HMR bridge
Version 3.1.48
Added
- Added support for both 8.x and 9.x versions of
league/csv
for peer compatibility - PHP 8 compatibility for the import/export functions via
league/csv
version^9.0
Changed
- Ensure the URLs are siteUrls and not cpUrls in the Redirects table “go” arrow
Version 3.1.47
Changed
- Updated build system infra
Fixed
- Fixed an issue where 404 stats for pages without redirects in place do not increment via GraphQL
Version 3.1.46
Changed
- Updated Axios to
^0.21.1
- Updated to latest npm deps
- Rebuilt frontend assets
Fixed
- Fixed an issue that could cause migration issues from Craft 2 to Craft 3.6, use
Use MigrationHelper::dropIndexIfExists()
Version 3.1.45
Changed
- Split out vendors & commons chunks
- Check for both types of preview requests on Craft 3.2 or later
- Invalidate Retour's caches when a redirect is saved
- Also invalidate the GraphQL caches on Craft CMS 3.3 or later if a Redirect is saved
Fixed
- If a redirect is modified by a plugin event, save the changed redirect to the cache
- Handle no
siteId
being passed into a GraphQL query properly, by defaulting to either the current site, or the primary site - Fixed an issue where the Dashboard filter didn’t work in combination with Handled / Not Handled
Version 3.1.44
Changed
- Moved the CSS/JS buildchain over to webpack 5
- Updated to latest npm deps