Skip to content

Commit

Permalink
Release/3.3.6 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhupeshappfoster authored Feb 23, 2024
1 parent 9d952cd commit b252b9a
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 474 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.3.5",
"pluginVersion": "3.3.6",
"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.3.6 - 2024-02-23

### Updated
- Required minimum composer version to `2.7.0` for preventing vulnerablities.

## 3.3.5 - 2024-01-29

### Fixed
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"craftcms/cms": "^4.4.15",
"guzzlehttp/guzzle": "^7.0",
"composer/composer": "^2.1.9",
"composer/composer": "^2.7.0",
"google/cloud-translate": "^1.15",
"spatie/guzzle-rate-limiter-middleware": "^2.0"
},
Expand All @@ -45,5 +45,11 @@
"translationPluginForCraftService": "acclaro\\translations\\services\\TranslationsService"
},
"class": "acclaro\\translations\\Translations"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}
Loading

0 comments on commit b252b9a

Please sign in to comment.