Skip to content

Commit

Permalink
Release/3.3.1 (#480)
Browse files Browse the repository at this point in the history
* fixed: an issue where uploaded assets saving to temp directory only

* Feature/512/sync order files on order callback trigger (#476)

* added: file sync logic within order callback action

* added: activity logs for callbacks

* fixed: issue saving file when callback received

* Bug/475/error when plugin tag group is deleted by user (#479)

* added: logic to add plugins tag group if deleted by user

* added: google translator library for google translations (#470)

* updated: change log and version bumped
  • Loading branch information
bhupeshappfoster committed Oct 5, 2023
1 parent 551aeb0 commit d9bae00
Show file tree
Hide file tree
Showing 9 changed files with 1,692 additions and 975 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.0",
"pluginVersion": "3.3.1",
"pluginAuthorName": "Acclaro",
"pluginVendorName": "Acclaro",
"pluginAuthorUrl": "http://www.acclaro.com/",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.1 - 2023-10-05

### Added
- Logic to create `craftTranslation` tag in case its deleted by user. ([AcclaroInc#475](https://github.com/AcclaroInc/craft-translations/issues/475))
- File sync when order callback is recieved. ([AcclaroInc#476](https://github.com/AcclaroInc/craft-translations/pull/476))

### Updated
- Google translator guzzle request to use now google-cloud/translation library. ([AcclaroInc#466](https://github.com/AcclaroInc/craft-translations/issues/466))

### Fixed
- An issue where plugin's upload location was fixed to temp upload and not updated with change in location from plugin settings. ([AcclaroInc#477](https://github.com/AcclaroInc/craft-translations/pull/477))

## 3.3.0 - 2023-09-26

### Fixed
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"craftcms/cms": "^4.4.15",
"guzzlehttp/guzzle": "^7.0",
"composer/composer": "^2.1.9",
"google/cloud-translate": "^1.15",
"spatie/guzzle-rate-limiter-middleware": "^2.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit d9bae00

Please sign in to comment.