Skip to content

Commit

Permalink
Mage2PlentyOs [1.5.6]
Browse files Browse the repository at this point in the history
  • Loading branch information
softcommerceltd committed Apr 25, 2024
1 parent d2203ff commit be9bafa
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 45 deletions.
94 changes: 78 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,97 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
name: 1.5.5 [CE|EE|ECE 2.4.0-2.4.7] 22 Apr 2024
tag_name: 1.5.5
name: 1.5.6 [CE|EE|ECE 2.4.0-2.4.7] 25 Apr 2024
tag_name: 1.5.6
body: |2-
### softcommerce/module-plenty-category [1.2.9]
### softcommerce/module-plenty-attribute [1.3.2]
- **Compatibility**: Compatibility with PHP 8.3
### softcommerce/module-plenty-attribute-rest-api [1.2.6]
- **Compatibility**: Compatibility with PHP 8.3
### softcommerce/module-plenty-category-profile-schedule [1.2.5]
- **Compatibility**: Compatibility with PHP 8.3
### softcommerce/module-plenty-category-rest-api [1.2.4]
- **Compatibility**: Compatibility with PHP 8.3
### softcommerce/module-plenty-client [1.3.3]
- **Feature**: Introduce new config data collect management interface [#3]
### softcommerce/module-plenty-client-rest-api [1.2.7]
- **Compatibility**: Compatibility with PHP 8.3
### softcommerce/module-plenty-customer [1.3.0]
- **Compatibility**: Compatibility with PHP 8.3
### softcommerce/module-plenty-customer-client [1.2.6]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#1]
### softcommerce/module-plenty-customer-profile [1.1.1]
- **Enhancement**: Switch to using new client data collect interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface [#10]
### softcommerce/module-plenty-customer-rest-api [1.2.6]
- **Compatibility**: Compatibility with PHP 8.3
### softcommerce/module-plenty-item-client [1.2.9]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#1]
### softcommerce/module-plenty-item-profile [1.7.3]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#30]
### softcommerce/module-plenty-item-profile-schedule [1.3.0]
- **Compatibility**: Introduced support for PHP 8.3
### softcommerce/module-plenty-item-rest-api [1.3.0]
- **Compatibility**: Introduced support for PHP 8.3
### softcommerce/module-plenty-client [1.3.2]
- **Feature**: Introduce new method to retrieve client data by locale. [#2]
### softcommerce/module-plenty-log [1.2.7]
- **Compatibility**: Introduced support for PHP 8.3
### softcommerce/module-plenty-item [1.4.5]
### softcommerce/module-plenty-order-client [1.3.0]
- **Feature**: Create order item property type "product options" to enable exporting additional order item information [#4]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#3]
- **Feature**: Introduce new order property management to create and handle custom order item attributes [#2]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#1]
### softcommerce/module-plenty-order-profile [1.7.1]
- **Enhancement**: Include export of order item "additional_options" data for order export #39
- **Enhancement**: Include client configuration data collect pre-process to be able to collect data prio to order export [#38]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#37]
- **Fix**: Argument #1 ($countryCode) must be of type string, null given in SoftCommerce\PlentyOrderProfile\Model\OrderExportService\Generator\Order\Items\ItemAbstract::getCountryId() [#36]
### softcommerce/module-plenty-order-rest-api [1.2.9]
- **Compatibility**: Introduced support for PHP 8.3
- **Enhancement**: Removed unused etc/config.xml that has no purpose.
### softcommerce/module-plenty-item-client [1.2.8]
### softcommerce/module-plenty-property [1.3.2]
- **Compatibility**: Introduced support for PHP 8.3
### softcommerce/module-plenty-item-profile [1.7.2]
- **Feature**: Add attribute mapping for availability fields [#29]
### softcommerce/module-plenty-property-rest-api [1.2.6]
- **Compatibility**: Introduced support for PHP 8.3
### softcommerce/module-plenty-stock [1.3.6]
### softcommerce/module-plenty-rest-api [1.3.6]
- **Compatibility**: Introduced support for PHP 8.3
- **Enhancement**: Added new methods `getReservedBundle` and `setReservedBundle` to `SoftCommerce\PlentyStock\Api\Data\InventoryInterface`
### softcommerce/module-plenty-stock-client [1.2.7]
### softcommerce/module-plenty-stock-client [1.2.8]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#1]
### softcommerce/module-plenty-stock-profile [1.5.2]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#17]
### softcommerce/module-plenty-stock-profile-schedule [1.2.9]
- **Compatibility**: Introduced support for PHP 8.3
- **Enhancement**: Added new methods to `SoftCommerce\PlentyStockClient\Api\Data\WarehouseLocationInterface`
### softcommerce/module-plenty-stock-profile [1.5.1]
- **Enhancement**: Include stock calculation for reservation bundle [#16]
### softcommerce/module-plenty-stock-rest-api [1.2.7]
- **Compatibility**: Introduced support for PHP 8.3
### softcommerce/module-profile-history [1.2.8]
- **Compatibility**: Introduced support for PHP 8.3
### softcommerce/module-profile-queue [1.1.1]
- **Compatibility**: Introduced support for PHP 8.3
### softcommerce/module-profile-schedule [1.3.6]
- **Compatibility**: Introduced support for PHP 8.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92 changes: 92 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,97 @@
## Changelog

# Mage2PlentyOs [1.5.6] 25 Apr 2024

### softcommerce/module-plenty-attribute [1.3.2]
- **Compatibility**: Compatibility with PHP 8.3

### softcommerce/module-plenty-attribute-rest-api [1.2.6]
- **Compatibility**: Compatibility with PHP 8.3

### softcommerce/module-plenty-category-profile-schedule [1.2.5]
- **Compatibility**: Compatibility with PHP 8.3

### softcommerce/module-plenty-category-rest-api [1.2.4]
- **Compatibility**: Compatibility with PHP 8.3

### softcommerce/module-plenty-client [1.3.3]
- **Feature**: Introduce new config data collect management interface [#3]

### softcommerce/module-plenty-client-rest-api [1.2.7]
- **Compatibility**: Compatibility with PHP 8.3

### softcommerce/module-plenty-customer [1.3.0]
- **Compatibility**: Compatibility with PHP 8.3

### softcommerce/module-plenty-customer-client [1.2.6]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#1]

### softcommerce/module-plenty-customer-profile [1.1.1]
- **Enhancement**: Switch to using new client data collect interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface [#10]

### softcommerce/module-plenty-customer-rest-api [1.2.6]
- **Compatibility**: Compatibility with PHP 8.3

### softcommerce/module-plenty-item-client [1.2.9]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#1]

### softcommerce/module-plenty-item-profile [1.7.3]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#30]

### softcommerce/module-plenty-item-profile-schedule [1.3.0]
- **Compatibility**: Introduced support for PHP 8.3

### softcommerce/module-plenty-item-rest-api [1.3.0]
- **Compatibility**: Introduced support for PHP 8.3

### softcommerce/module-plenty-log [1.2.7]
- **Compatibility**: Introduced support for PHP 8.3

### softcommerce/module-plenty-order-client [1.3.0]
- **Feature**: Create order item property type "product options" to enable exporting additional order item information [#4]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#3]
- **Feature**: Introduce new order property management to create and handle custom order item attributes [#2]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#1]

### softcommerce/module-plenty-order-profile [1.7.1]
- **Enhancement**: Include export of order item "additional_options" data for order export #39
- **Enhancement**: Include client configuration data collect pre-process to be able to collect data prio to order export [#38]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#37]
- **Fix**: Argument #1 ($countryCode) must be of type string, null given in SoftCommerce\PlentyOrderProfile\Model\OrderExportService\Generator\Order\Items\ItemAbstract::getCountryId() [#36]

### softcommerce/module-plenty-order-rest-api [1.2.9]
- **Compatibility**: Introduced support for PHP 8.3

### softcommerce/module-plenty-property [1.3.2]
- **Compatibility**: Introduced support for PHP 8.3

### softcommerce/module-plenty-property-rest-api [1.2.6]
- **Compatibility**: Introduced support for PHP 8.3

### softcommerce/module-plenty-rest-api [1.3.6]
- **Compatibility**: Introduced support for PHP 8.3

### softcommerce/module-plenty-stock-client [1.2.8]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#1]

### softcommerce/module-plenty-stock-profile [1.5.2]
- **Enhancement**: Switch to using new interface SoftCommerce\PlentyClient\Model\CollectClientConfigDataManagementInterface to collect client data configuration [#17]

### softcommerce/module-plenty-stock-profile-schedule [1.2.9]
- **Compatibility**: Introduced support for PHP 8.3

### softcommerce/module-plenty-stock-rest-api [1.2.7]
- **Compatibility**: Introduced support for PHP 8.3

### softcommerce/module-profile-history [1.2.8]
- **Compatibility**: Introduced support for PHP 8.3

### softcommerce/module-profile-queue [1.1.1]
- **Compatibility**: Introduced support for PHP 8.3

### softcommerce/module-profile-schedule [1.3.6]
- **Compatibility**: Introduced support for PHP 8.3

# Mage2PlentyOs [1.5.5] 22 Apr 2024

### softcommerce/module-plenty-category [1.2.9]
Expand Down
58 changes: 29 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,43 @@
"license": "EULA",
"require": {
"softcommerce/module-core": "1.5.0",
"softcommerce/module-plenty-attribute": "1.3.1",
"softcommerce/module-plenty-attribute-rest-api": "1.2.5",
"softcommerce/module-plenty-attribute": "1.3.2",
"softcommerce/module-plenty-attribute-rest-api": "1.2.6",
"softcommerce/module-plenty-category": "1.2.9",
"softcommerce/module-plenty-category-profile": "1.3.10",
"softcommerce/module-plenty-category-profile-schedule": "1.2.4",
"softcommerce/module-plenty-category-rest-api": "1.2.3",
"softcommerce/module-plenty-client": "1.3.2",
"softcommerce/module-plenty-client-rest-api": "1.2.6",
"softcommerce/module-plenty-customer": "1.2.9",
"softcommerce/module-plenty-customer-client": "1.2.5",
"softcommerce/module-plenty-customer-profile": "1.1.0",
"softcommerce/module-plenty-customer-rest-api": "1.2.5",
"softcommerce/module-plenty-category-profile-schedule": "1.2.5",
"softcommerce/module-plenty-category-rest-api": "1.2.4",
"softcommerce/module-plenty-client": "1.3.3",
"softcommerce/module-plenty-client-rest-api": "1.2.7",
"softcommerce/module-plenty-customer": "1.3.0",
"softcommerce/module-plenty-customer-client": "1.2.6",
"softcommerce/module-plenty-customer-profile": "1.1.1",
"softcommerce/module-plenty-customer-rest-api": "1.2.6",
"softcommerce/module-plenty-item": "1.4.5",
"softcommerce/module-plenty-item-client": "1.2.8",
"softcommerce/module-plenty-item-profile": "1.7.2",
"softcommerce/module-plenty-item-profile-schedule": "1.2.11",
"softcommerce/module-plenty-item-rest-api": "1.2.11",
"softcommerce/module-plenty-log": "1.2.6",
"softcommerce/module-plenty-item-client": "1.2.9",
"softcommerce/module-plenty-item-profile": "1.7.3",
"softcommerce/module-plenty-item-profile-schedule": "1.3.0",
"softcommerce/module-plenty-item-rest-api": "1.3.0",
"softcommerce/module-plenty-log": "1.2.7",
"softcommerce/module-plenty-order": "1.4.0",
"softcommerce/module-plenty-order-client": "1.2.8",
"softcommerce/module-plenty-order-profile": "1.7.0",
"softcommerce/module-plenty-order-client": "1.3.0",
"softcommerce/module-plenty-order-profile": "1.7.1",
"softcommerce/module-plenty-order-profile-schedule": "1.2.12",
"softcommerce/module-plenty-order-rest-api": "1.2.8",
"softcommerce/module-plenty-order-rest-api": "1.2.9",
"softcommerce/module-plenty-profile": "1.4.0",
"softcommerce/module-plenty-property": "1.3.1",
"softcommerce/module-plenty-property-rest-api": "1.2.5",
"softcommerce/module-plenty-rest-api": "1.3.5",
"softcommerce/module-plenty-property": "1.3.2",
"softcommerce/module-plenty-property-rest-api": "1.2.6",
"softcommerce/module-plenty-rest-api": "1.3.6",
"softcommerce/module-plenty-stock": "1.3.6",
"softcommerce/module-plenty-stock-client": "1.2.7",
"softcommerce/module-plenty-stock-profile": "1.5.1",
"softcommerce/module-plenty-stock-profile-schedule": "1.2.8",
"softcommerce/module-plenty-stock-rest-api": "1.2.6",
"softcommerce/module-plenty-stock-client": "1.2.8",
"softcommerce/module-plenty-stock-profile": "1.5.2",
"softcommerce/module-plenty-stock-profile-schedule": "1.2.9",
"softcommerce/module-plenty-stock-rest-api": "1.2.7",
"softcommerce/module-profile": "1.4.0",
"softcommerce/module-profile-config": "1.2.11",
"softcommerce/module-profile-history": "1.2.7",
"softcommerce/module-profile-queue": "1.1.0",
"softcommerce/module-profile-schedule": "1.3.5"
"softcommerce/module-profile-history": "1.2.8",
"softcommerce/module-profile-queue": "1.1.1",
"softcommerce/module-profile-schedule": "1.3.6"
},
"version": "1.5.5"
"version": "1.5.6"
}

0 comments on commit be9bafa

Please sign in to comment.