Skip to content

Commit

Permalink
Merge pull request #460 from AcclaroInc/release/3.2.10
Browse files Browse the repository at this point in the history
Updated: min required craft version to `4.4.15`
  • Loading branch information
bhupeshappfoster authored Sep 4, 2023
2 parents e483ea7 + b7184d4 commit 416f402
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .craftplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pluginName": "Translations for Craft",
"pluginDescription": "Drive global growth with simplified translation workflows.",
"pluginVersion": "3.2.9",
"pluginVersion": "3.2.10",
"pluginAuthorName": "Acclaro",
"pluginVendorName": "Acclaro",
"pluginAuthorUrl": "http://www.acclaro.com/",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.2.10 - 2023-09-04

### Updated
- Required Craft version to `4.4.15` to resolve sql injection issue.

## 3.2.9 - 2023-07-26

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"craftcms/cms": "^4.4.2",
"craftcms/cms": "^4.4.15",
"guzzlehttp/guzzle": "^7.0",
"composer/composer": "^2.1.9",
"spatie/guzzle-rate-limiter-middleware": "^2.0"
Expand Down

0 comments on commit 416f402

Please sign in to comment.