Skip to content

Commit

Permalink
Merge pull request #50 from AcclaroInc/release/1.5.0
Browse files Browse the repository at this point in the history
Release/1.5.0

### Added
- Support for Craft 3.4
- Alternative to background tasks for small requests
- Allow source entries to be added to existing orders
- Duplicate entry warning

### Fixed
- Minor bug fixes

### Updated
- Composer dependencies
  • Loading branch information
sidedwards authored Feb 26, 2020
2 parents 3117879 + 21e7865 commit 0d1500f
Show file tree
Hide file tree
Showing 28 changed files with 4,734 additions and 2,263 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": "Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.",
"pluginVersion": "1.4.3",
"pluginVersion": "1.5.0",
"pluginAuthorName": "Acclaro",
"pluginVendorName": "Acclaro",
"pluginAuthorUrl": "http://www.acclaro.com/",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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/).

## 1.5.0 - 2020-02-25

### Added
- Support for Craft 3.4
- Alternative to background tasks for small requests
- Allow source entries to be added to existing orders
- Duplicate entry warning

### Fixed
- Minor bug fixes

### Updated
- Composer dependencies

## 1.4.3 - 2020-02-13

### Updated
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- [Clients go here] -->

## System Requirements
- Craft CMS 3.2.0 or later.
- Craft CMS 3.4.0 or later.
- PHP 7.1+
- PHP [DOM](https://docs.craftcms.com/v3/requirements.html#optional-php-extensions) Extension

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": "^3.2.0",
"craftcms/cms": "^3.4.0",
"guzzlehttp/guzzle": "^6.3",
"php": ">=7.1.0",
"sebastian/diff": "^3.0"
Expand Down
Loading

0 comments on commit 0d1500f

Please sign in to comment.