Skip to content

Commit

Permalink
Merge pull request #127 from BenjaminMedia/bug/4237-comment-fix-bug-i…
Browse files Browse the repository at this point in the history
…n-children-redirects-4

downgrade illuminate-support to 5.7 because it is incompatible with b…
  • Loading branch information
materialsmoke authored Jan 31, 2023
2 parents 2a16575 + 879bd88 commit ae009ff
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 204 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": ">=7.4",
"symfony/http-foundation": "^4.3.8",
"league/csv": "9.6.*",
"illuminate/support": "^8.83",
"illuminate/support": "^5.7",
"guzzlehttp/guzzle": "^6.5",
"symfony/mime": "^5.4"
},
Expand Down
244 changes: 42 additions & 202 deletions composer.lock

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

2 changes: 1 addition & 1 deletion wp-bonnier-redirect.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: WP Bonnier Redirect
* Version: 4.13.18
* Version: 4.13.19
* Plugin URI: https://github.com/BenjaminMedia/wp-bonnier-redirect
* Description: This plugin creates redirects with support for Polylang
* Author: Bonnier Publications
Expand Down

0 comments on commit ae009ff

Please sign in to comment.