Skip to content

Commit

Permalink
Merge branch 'release/3.3.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Dec 30, 2019
2 parents 69faaee + 5b3fb42 commit 49e143d
Show file tree
Hide file tree
Showing 13 changed files with 157 additions and 143 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-v3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes for Craft CMS 3.x

## 3.3.19 - 2019-12-30

### Changed
- Improved the performance of `craft\helpers\StringHelper::containsMb4()`. ([#5366](https://github.com/craftcms/cms/issues/5366))
- Updated Yii to 2.0.31.

### Security
- Fixed an information exposure vulnerability.

## 3.3.18.4 - 2019-12-21

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.3.18.4",
"version": "3.3.19",
"keywords": [
"cms",
"craftcms",
Expand Down Expand Up @@ -47,7 +47,7 @@
"voku/stringy": "~5.1.0",
"webonyx/graphql-php": "^0.12.0",
"yii2tech/ar-softdelete": "^1.0.2",
"yiisoft/yii2": "~2.0.30.0",
"yiisoft/yii2": "~2.0.31.0",
"yiisoft/yii2-debug": "^2.1.0",
"yiisoft/yii2-queue": "2.1.0",
"yiisoft/yii2-swiftmailer": "^2.1.0",
Expand Down
Loading

0 comments on commit 49e143d

Please sign in to comment.