Skip to content

Commit

Permalink
Update changelog & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-lenz committed Nov 29, 2022
1 parent 0acd4d0 commit b82fb1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes for Typed Link Field

## 2.1.5 - 2022-11-29
- Fix: Escape SQL query in Migration (see: https://github.com/sebastian-lenz/craft-linkfield/pull/245)

## 2.1.4 - 2022-08-18
- Fix: Fixed a migration error that could occur when updating to Craft 4. (see https://github.com/sebastian-lenz/craft-linkfield/issues/230)
- Fix: Respect the default link type setting in matrix fields (see https://github.com/sebastian-lenz/craft-linkfield/issues/221)
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"license": "MIT",
"require": {
"php": "^8.0",
"craftcms/cms": "^4.0.0-beta",
"sebastianlenz/craft-utils": "^3.0.2"
"craftcms/cms": "^4.0.0",
"sebastianlenz/craft-utils": "^3.0.5"
},
"require-dev": {
"craftcms/feed-me": "^5.0-dev",
"craftcms/feed-me": "^5.0",
"craftcms/phpstan": "dev-main",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan": "^1.8.5",
"phpunit/phpunit": "^7.5 || ^8.0",
"verbb/super-table": "^3.0.0-beta"
"verbb/super-table": "^3.0.5"
},
"autoload": {
"classmap": ["legacy"],
Expand Down

0 comments on commit b82fb1a

Please sign in to comment.