Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynotsolucky committed Sep 1, 2023
1 parent b37e54d commit 9bc8b3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -33,5 +33,11 @@
"handle": "shipstationconnect",
"name": "ShipStation Connect",
"developer": "Foster Commerce"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}

0 comments on commit 9bc8b3c

Please sign in to comment.