Skip to content

Commit

Permalink
update version number, change log, and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
peteeveleigh authored and johnnynotsolucky committed Oct 2, 2023
1 parent da44375 commit 4c4ae3c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog

## 2.0.3 - 2023-09-27

### Added

- Support for setting a custom phone number field that will be included within the address info sent to Shipstation

## 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
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Screenshot](resources/img/new-plugin-header.png)
# ShipStation Connect for Craft CMS 3 and Commerce 2/3
# ShipStation Connect for Craft CMS 4 and Commerce 4

A plugin for Craft Commerce that integrates with a ShipStation Custom Store.

## Requirements

This plugin requires Craft CMS 3 and Commerce 2 or later
This plugin requires Craft CMS 4 and Commerce 4 or later

## Installation

Expand Down Expand Up @@ -115,6 +115,13 @@ plugin will add the shipping information to the Shipping Information field on
the order and set the order to the Craft status paired with your ShipStation
stores Shipped status.


## Adding phone numbers to addresses sent to Shipstation

Addresses are now part of Craft rather than Commerce, and the Phone number field was dropped from the address model. It is now necessary to add a custom field to the Address fields to store phone numbers.

The plugin setting gives you the option to set the field handle that you are using for phone numbers. The contents of this field will then be sent to Shipstation within the address portions of the order data.

## Custom Fields

You can customize the data that is sent to ShipStation by listening to the `OrderFieldEvent` event in a custom module or plugin, and set the values that you want per field, like in the following example:
Expand Down
2 changes: 1 addition & 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.2",
"version": "2.0.3",
"keywords": ["craft","plugin","shipstation"],
"license": "proprietary",
"support": {
Expand Down

0 comments on commit 4c4ae3c

Please sign in to comment.