From 9bc8b3c879342aff5695fceae0cb92e1fc93bf6e Mon Sep 17 00:00:00 2001 From: Tyrone Tudehope Date: Fri, 1 Sep 2023 08:45:56 +0200 Subject: [PATCH] Release 2.0.2 --- CHANGELOG.md | 6 ++++++ composer.json | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42aed15..f761936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.2 - 2023-09-01 + +### Fixed + +- Fixed issue where custom shipping methods were not showing up in generated XML ([#54](https://github.com/FosterCommerce/shipstation-connect/pull/54)) + ## 2.0.1 - 2022-07-19 ### Added diff --git a/composer.json b/composer.json index f1811b3..12ae310 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A Craft CMS plugin for integrating Craft Commerce with ShipStation", "homepage": "https://github.com/fostercommerce/shipstation-connect", "type": "craft-plugin", - "version": "2.0.1", + "version": "2.0.2", "keywords": ["craft","plugin","shipstation"], "license": "proprietary", "support": { @@ -33,5 +33,11 @@ "handle": "shipstationconnect", "name": "ShipStation Connect", "developer": "Foster Commerce" + }, + "config": { + "allow-plugins": { + "yiisoft/yii2-composer": true, + "craftcms/plugin-installer": true + } } }