Skip to content

Commit

Permalink
Release 3.4.0 (#500)
Browse files Browse the repository at this point in the history
* fixed: code issues before upgrading to craft5 (#499)

* updated: change logs and version bumped

* Added: hyper link field support (#504)

* Bp/524/verbb navigation plugin support (#506)

* fixed: activity log table name issue (#505)

* fixed: navigration draft and pgsql migration issue

* updated: change log

* fixed: dashboard UI issue
  • Loading branch information
bhupeshappfoster authored Jul 10, 2024
1 parent b252b9a commit 1e0d344
Show file tree
Hide file tree
Showing 47 changed files with 1,974 additions and 509 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.6",
"pluginVersion": "3.4.0",
"pluginAuthorName": "Acclaro",
"pluginVendorName": "Acclaro",
"pluginAuthorUrl": "http://www.acclaro.com/",
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.4.0 - 2024-07-10

### Added
- Support for verbb hyper plugin. ([AcclaroInc#497](https://github.com/AcclaroInc/craft-translations/issues/497))
- Support for verbb navigation plugin. ([AcclaroInc#506](https://github.com/AcclaroInc/craft-translations/pull/506))

### Fixed
- Migration error when upgrading with postgres. ([AcclaroInc#508](https://github.com/AcclaroInc/craft-translations/issues/508))
- Fresh installation fails to create order with postgres. ([AcclaroInc#505](https://github.com/AcclaroInc/craft-translations/pull/505))

### Chore
- Code refactoring and cleanup for craft 5 compatibility.

## 3.3.6 - 2024-02-23

### Updated
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.15",
"craftcms/cms": "^4.8.7",
"guzzlehttp/guzzle": "^7.0",
"composer/composer": "^2.7.0",
"google/cloud-translate": "^1.15",
Expand Down
Loading

0 comments on commit 1e0d344

Please sign in to comment.