Skip to content

Commit

Permalink
Merge branch 'release/5.0.0' into v5
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Apr 15, 2024
2 parents 8535739 + 3a249b6 commit 76f8874
Show file tree
Hide file tree
Showing 69 changed files with 2,683 additions and 1,709 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Retour Changelog

## 5.0.0 - 2024.04.15
### Added
* Stable release for Craft CMS 5

### Fixed
* Fixed an issue where the down and up arrows were reversed for sorting purposes ([#299](https://github.com/nystudio107/craft-retour/issues/299))

## 5.0.0-beta.5 - 2024.03.25
### Fixed
* Fixed an issue with impropertly text-encoded characters in URLs potentially causing a db exception ([#291](https://github.com/nystudio107/craft-retour/issues/291))
Expand Down
830 changes: 404 additions & 426 deletions buildchain/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions buildchain/src/css/components/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ table.vuetable {

.retour-menubtn-asc::before {
font-weight: bold;
content: "downangle";
content: "upangle";
}

.retour-menubtn-desc::before {
font-weight: bold;
content: "upangle";
content: "downangle";
}

/**
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-retour",
"description": "Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website",
"type": "craft-plugin",
"version": "5.0.0-beta.5",
"version": "5.0.0",
"keywords": [
"craftcms",
"craft-plugin",
Expand All @@ -27,8 +27,8 @@
},
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"nystudio107/craft-plugin-vite": "^5.0.0-beta.1",
"craftcms/cms": "^5.0.0",
"nystudio107/craft-plugin-vite": "^5.0.0",
"league/csv": "^8.2 || ^9.0",
"jean85/pretty-package-versions": "^1.5 || ^2.0"
},
Expand Down
1,896 changes: 1,437 additions & 459 deletions docs/package-lock.json

Large diffs are not rendered by default.

Binary file removed src/web/assets/dist/assets/LegacyUrl-8NcnlGd1.js.map.gz
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

This file was deleted.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file removed src/web/assets/dist/assets/dashboard-ay4a9V8m.js.gz
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file added src/web/assets/dist/assets/import-CPZkRHO1.js.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file removed src/web/assets/dist/assets/import-RCl2TGBp.js.gz
Binary file not shown.
Binary file removed src/web/assets/dist/assets/import-RCl2TGBp.js.map.gz
Binary file not shown.
32 changes: 0 additions & 32 deletions src/web/assets/dist/assets/purify.es-2WhSts9N.js

This file was deleted.

Binary file removed src/web/assets/dist/assets/purify.es-2WhSts9N.js.gz
Binary file not shown.
Binary file not shown.
32 changes: 32 additions & 0 deletions src/web/assets/dist/assets/purify.es-C7lvR1Xa.js

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file removed src/web/assets/dist/assets/redirects-DI2HJJxU.js.gz
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit 76f8874

Please sign in to comment.