Skip to content

Commit

Permalink
Merge branch 'release/3.1.46' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 3, 2021
2 parents 9c2e986 + b6c09c0 commit f9f18d7
Show file tree
Hide file tree
Showing 29 changed files with 1,169 additions and 1,604 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Retour Changelog

## 3.1.46 - 2021.02.02
### 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()`

## 3.1.45 - 2020.12.10
### Changed
* Split out vendors & commons chunks
Expand Down
1,942 changes: 788 additions & 1,154 deletions buildchain/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion buildchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"apexcharts": "^3.8.0",
"axios": "^0.19.0",
"axios": "^0.21.1",
"core-js": "^3.0.0",
"regenerator-runtime": "^0.13.2",
"tailwindcss": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.1.45",
"version": "3.1.46",
"keywords": [
"craftcms",
"craft-plugin",
Expand Down
714 changes: 332 additions & 382 deletions docs/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/assetbundles/retour/dist/css/styles.css

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

10 changes: 0 additions & 10 deletions src/assetbundles/retour/dist/js/commons.js

This file was deleted.

1 change: 0 additions & 1 deletion src/assetbundles/retour/dist/js/commons.js.map

This file was deleted.

Binary file removed src/assetbundles/retour/dist/js/commons.js.map.gz
Binary file not shown.
Loading

0 comments on commit f9f18d7

Please sign in to comment.