Skip to content

Releases: nystudio107/craft-retour

Version 3.2.12

26 Oct 20:48
Compare
Choose a tag to compare

Fixed

  • Fixes issue where only first line of uploaded CSV is saved in cache in load balanced environment (#286)
  • Strip off a leading / before making a site URL from a path, because otherwise Craft.getUrl() considers it an absolute URL and returns it (#281)

Version 4.1.13

15 Aug 21:43
Compare
Choose a tag to compare

Added

  • Add db index for redirectMatchType to help with query performance (#282)

Changed

  • Add permission fallback logic to the dashboard for Short Links access

Security

  • Fixed a potential XSS vulnerability with a malformed referrer header

Version 3.2.11

15 Aug 21:42
Compare
Choose a tag to compare

Added

  • Add db index for redirectMatchType to help with query performance (#282)

Changed

  • Add permission fallback logic to the dashboard for Short Links access

Security

  • Fixed a potential XSS vulnerability with a malformed referrer header

Version 4.1.12

07 Apr 18:17
Compare
Choose a tag to compare

Changed

  • Enforce full URL matching for short links when used within a multi-site setup and enabling any of the content translation method for the field. (#277)

Fixed

  • Fixed a bug where short links would not work correctly within Matrix fields. (#279)
  • Fixed a bug where short links would not be cleaned up appropriately when updating a Short Link value on an element. (#277)
  • Fixed a bug where short links would not work correctly with multi-sites. (#277)

Version 3.2.10

07 Apr 18:16
Compare
Choose a tag to compare

Changed

  • Enforce full URL matching for short links when used within a multi-site setup and enabling any of the content translation method for the field. (#277)

Fixed

  • Fixed a bug where short links would not work correctly within Matrix fields. (#279)
  • Fixed a bug where short links would not be cleaned up appropriately when updating a Short Link value on an element. (#277)
  • Fixed a bug where short links would not work correctly with multi-sites. (#277)

Version 4.1.11

07 Mar 20:16
Compare
Choose a tag to compare

Added

  • Added the ability to disable statistics recording entirely via enableStatistics in the config.php (#272)

Changed

  • Add versioning to the docs

Fixed

  • Fixed an issue where no events triggered when using exactMatch redirect (#273)
  • Fixed a bug where deleting a revision would also delete all the short links associated with the element (#270)

Version 3.2.9

07 Mar 20:15
Compare
Choose a tag to compare

Added

  • Added the ability to disable statistics recording entirely via enableStatistics in the config.php (#272)

Changed

  • Retour now requires Craft ^3.2.0
  • Add versioning to the docs

Fixed

  • Fixed an issue where no events triggered when using exactMatch redirect (#273)
  • Fixed a bug where deleting a revision would also delete all the short links associated with the element (#270)

Version 4.1.10

09 Feb 22:32
Compare
Choose a tag to compare

Changed

  • Use dynamic docker container name & port for the buildchain
  • Update the buildchain to use Vite ^4.0.0
  • Refactored the docs buildchain to use a dynamic docker container setup

Fixed

  • Fixed an issue with the rebuild indexes migration (#269)

Version 3.2.8

09 Feb 22:30
Compare
Choose a tag to compare

Changed

  • Use dynamic docker container name & port for the buildchain
  • Update the buildchain to use Vite ^4.0.0
  • Refactored the docs buildchain to use a dynamic docker container setup

Version 4.1.9

08 Dec 14:46
Compare
Choose a tag to compare

Fixed

  • Added missing priority column to the retour_static_redirects too, in Install.php migration (#262)