Skip to content

Releases: nystudio107/craft-retour

Version 3.1.53

30 Apr 17:13
Compare
Choose a tag to compare

Added

  • Strip leading and trailing spaces off of all URLs (#173)

Fixed

  • Fixed an issue where clicking the Retour CP nav item would result in a 403 exception if the current user didn't have permission to view the Retour dashboard. (#151)

Version 3.1.52

06 Apr 19:02
Compare
Choose a tag to compare

Added

  • Added make update to update NPM packages
  • Added make update-clean to completely remove node_modules/, then update NPM packages

Changed

  • Use Tailwind CSS ^2.1.0 with JIT

Version 3.1.51

30 Mar 17:18
Compare
Choose a tag to compare

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

28 Mar 03:58
Compare
Choose a tag to compare

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

03 Mar 20:02
Compare
Choose a tag to compare

Changed

  • Dockerized the buildchain, using craft-plugin-manifest for the webpack HMR bridge

Version 3.1.48

27 Feb 17:06
Compare
Choose a tag to compare

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

22 Feb 23:54
Compare
Choose a tag to compare

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

03 Feb 00:35
Compare
Choose a tag to compare

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

11 Dec 03:19
Compare
Choose a tag to compare

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

08 Dec 20:36
Compare
Choose a tag to compare

Changed

  • Moved the CSS/JS buildchain over to webpack 5
  • Updated to latest npm deps