Skip to content

Releases: nystudio107/craft-retour

5.0.0

15 Apr 19:57
Compare
Choose a tag to compare

Added

  • Stable release for Craft CMS 5

Fixed

  • Fixed an issue where the down and up arrows were reversed for sorting purposes (#299)

5.0.0-beta.5

25 Mar 13:55
Compare
Choose a tag to compare
5.0.0-beta.5 Pre-release
Pre-release

Fixed

  • Fixed an issue with impropertly text-encoded characters in URLs potentially causing a db exception (#291)
  • Fixed an issue where an empty redirect in the excludePatterns list could cause redirects to stop functioning, add logging when a redirect is excluded (#297)

4.1.16

25 Mar 13:55
Compare
Choose a tag to compare

Fixed

  • Added the unused static to the Tailwind CSS blocklist to avoid a name collision with a Craft CSS class (#1412)
  • Fixed an issue with impropertly text-encoded characters in URLs potentially causing a db exception (#291)
  • Fixed an issue where an empty redirect in the excludePatterns list could cause redirects to stop functioning, add logging when a redirect is excluded (#297)

3.2.14

25 Mar 13:54
Compare
Choose a tag to compare

Fixed

  • Added the unused static to the Tailwind CSS blocklist to avoid a name collision with a Craft CSS class (#1412)
  • Fixed an issue with impropertly text-encoded characters in URLs potentially causing a db exception (#291)
  • Fixed an issue where an empty redirect in the excludePatterns list could cause redirects to stop functioning, add logging when a redirect is excluded (#297)

5.0.0-beta.4

09 Feb 20:33
Compare
Choose a tag to compare
5.0.0-beta.4 Pre-release
Pre-release

Fixed

  • Fixed an issue with the Sites menu styling

5.0.0-beta.3

09 Feb 19:46
Compare
Choose a tag to compare
5.0.0-beta.3 Pre-release
Pre-release

Added

  • Added a custom Field icon

Fixed

  • Added the unused static to the Tailwind CSS blocklist to avoid a name collision with a Craft CSS class (#1412)

4.1.15

06 Feb 04:31
Compare
Choose a tag to compare

Added

  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

Changed

  • Switch over to Vite ^5.0.0 & Node ^20.0.0 for the buildchain
  • Updated docs to use node 20 & a new sitemap plugin
  • PHPstan code cleanup
  • ECS code cleanup

Fixed

  • Fixed an issue that could cause an exception to be thrown if the Preserve Query String setting is on
  • Fixed an issue where the filter controls didn't work properly for Short Links

3.2.13

06 Feb 04:30
Compare
Choose a tag to compare

Added

  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

Changed

  • Switch over to Vite ^5.0.0 & Node ^20.0.0 for the buildchain
  • Updated docs to use node 20 & a new sitemap plugin
  • PHPstan code cleanup
  • ECS code cleanup

Fixed

  • Fixed an issue that could cause an exception to be thrown if the Preserve Query String setting is on
  • Fixed an issue where the filter controls didn't work properly for Short Links

5.0.0-beta.1

24 Jan 05:07
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release

Added

  • Initial beta release for Craft CMS 5

Version 4.1.14

26 Oct 20:49
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)