Skip to content

Commit

Permalink
v1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekhyt committed Oct 31, 2024
1 parent 2ad714e commit b7f3419
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/).

## [Unreleased]
## [1.4.8] - 2024-10-31
### Fixed
- line items of an order not exported to Shopgate when their associated product has no main image
- line items of an order not exported to Shopgate when they don't have a product associated anymore

## [1.4.7] - 2024-10-22
### Fixed
- error importing orders to Shopgate in some cases when changing line items
Expand Down Expand Up @@ -40,7 +45,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## 1.0.0 - 2023-07-26
Initial release.

[Unreleased]: https://github.com/shopgate/omni-shopware5-ship-from-store/compare/1.4.7...HEAD
[Unreleased]: https://github.com/shopgate/omni-shopware5-ship-from-store/compare/1.4.8...HEAD
[1.4.8]: https://github.com/shopgate/omni-shopware5-ship-from-store/compare/1.4.7...1.4.8
[1.4.7]: https://github.com/shopgate/omni-shopware5-ship-from-store/compare/1.4.6...1.4.7
[1.4.6]: https://github.com/shopgate/omni-shopware5-ship-from-store/compare/1.4.5...1.4.6
[1.4.5]: https://github.com/shopgate/omni-shopware5-ship-from-store/compare/b6110598...1.4.5
Expand Down
7 changes: 4 additions & 3 deletions src/SgateShipFromStore/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
<label>Shopgate Ship-from-Store</label>
<label lang="de">Shopgate Ship-from-Store</label>

<version>1.4.7</version>
<version>1.4.8</version>
<copyright>(c) by Shopgate GmbH</copyright>
<link>https://shopgate.com</link>
<author>Shopgate GmbH</author>
<license>proprietary</license>
<compatibility minVersion="5.7.0"/>

<changelog version="1.4.7">
<changelog version="1.4.8">
<changes lang="en">
- fixed error importing orders to Shopgate in some cases when changing line items
- fixed line items of an order not exported to Shopgate when their associated product has no main image
- fixed line items of an order not exported to Shopgate when they don't have a product associated anymore
</changes>
</changelog>

Expand Down

0 comments on commit b7f3419

Please sign in to comment.