Skip to content

Releases: nystudio107/craft-retour

Version 3.1.71

10 Apr 03:50
Compare
Choose a tag to compare

Changed

  • No longer trim / from URLs that are presented in the Retour Dashboard (#227)

Version 4.0.0-beta.3

18 Mar 17:20
Compare
Choose a tag to compare

Fixed

  • Fix registering permissions (#224)

Version 4.0.0-beta.2

09 Mar 03:40
Compare
Choose a tag to compare

Fixed

  • Updated types for Craft CMS 4.0.0-alpha.1 via Rector

Version 4.0.0-beta.1

07 Feb 21:04
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 3.1.70

17 Jan 14:20
Compare
Choose a tag to compare

Fixed

  • Fixed a regression which would cause the 404 File Not Found URL to not be displayed

Version 3.1.69

12 Jan 17:44
Compare
Choose a tag to compare

Added

  • Add .gitattributes & CODEOWNERS
  • Add linting to build
  • Add compression of assets
  • Add bundle visualizer

Version 3.1.68

26 Dec 22:03
Compare
Choose a tag to compare

Added

  • Added the ability to add 307 - Temporary Redirect and 308 - Permanent Redirect status code redirects (#216)
  • Added the ability to pass in a site handle via GraphQL to retourRedirects() or retourResolveRedirect() (#215)
  • Return the site handle via GraphQL from queries to retourRedirects() or retourResolveRedirect() (#215)

Changed

  • Updated the buildchain to use Node 16
  • Changed buildchain from to Vite from webpack 5

Fixed

  • Fixed an issue that would cause the component state to not be saved properly if you clicked on the Reset button (#214)
  • Fixed an issue where non-ASCII characters were stripped from display of URLs in the Retour Dashboard & Redirects pages (#213)

Version 3.1.67

16 Nov 18:50
Compare
Choose a tag to compare

Added

  • Added the retourResolveRedirect GraphQL query that should be used instead of the retour query.
  • Added the retourRedirects GraphQL query that returns a list of all redirects for a given site.

Changed

  • The retour GraphQL query is now deprecated in favor of the retourResolveRedirect query.

Version 3.1.66

11 Nov 04:54
Compare
Choose a tag to compare

Changed

  • Truncate the column names displayed in the Import CSV function to 50 characters to prevent overrun (#209)

Fixed

  • Fixed an issue where the Import CSV function would display a blank screen if the CSV was malformed (#209)
  • Fixed an issue with $ being stripped from displayed URLs (#206)

Version 3.1.65

29 Oct 14:29
Compare
Choose a tag to compare

Fixed

  • fix(events): Fixed a regression that could throw an exception during automatic Entry Redirect creation