Skip to content

Commit

Permalink
Mage2PlentyOs [1.5.4]
Browse files Browse the repository at this point in the history
  • Loading branch information
softcommerceltd committed Mar 25, 2024
1 parent 8b313f9 commit 9024fb5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 48 deletions.
49 changes: 4 additions & 45 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,51 +12,10 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
name: 1.5.3 [CE|EE|ECE 2.4.0-2.4.7] 21 Mar 2024
tag_name: 1.5.3
name: 1.5.4 [CE|EE|ECE 2.4.0-2.4.7] 25 Mar 2024
tag_name: 1.5.4
body: |2-
### softcommerce/module-core [1.5.0]
- **Compatibility**: Introduced compatibility with PHP type declaration [#9]
- **Compatibility**: Introduced support for PHP 8.3 [#8]
- **Feature**: Implement functionality to support UI form scope data [#7]
### softcommerce/module-plenty-category-profile [1.3.10]
- **Compatibility**: Introduced support for PHP 8.3 [#7]
- **Enhancement**: Improvements to UI form components for category configuration profile [#6]
### softcommerce/module-plenty-customer-profile [1.1.0]
- **Enhancement**: An option to retrieve a referrer ID by store cope [#9]
- **Compatibility**: Introduced support for PHP 8.3 [#8]
- **Enhancement**: Improvements to UI form components for customer profile configuration [#7]
### softcommerce/module-plenty-item-profile [1.7.0]
- **Compatibility**: Introduced support for PHP 8.3 [#27]
- **Enhancement**: Improvements to UI form components for item profile configuration [#26]
### softcommerce/module-plenty-order [1.4.0]
- **Compatibility**: Introduced support for PHP 8.3 [#7]
- **Enhancement**: Introduced compatibility with PHP type declaration [#6]
### softcommerce/module-plenty-order-profile [1.7.0]
- **Compatibility**: Introduced support for PHP 8.3 [#35]
- **Feature**: Introduced support for scoped configuration within profile UI form components [#34]
### softcommerce/module-plenty-order-profile-schedule [1.2.12]
- **Compatibility**: Introduced support for PHP 8.3 [#3]
### softcommerce/module-plenty-profile [1.4.0]
- **Enhancement**: Changes to profile configuration where referrer ID is now retrieved by store scope instead of website [#2]
- **Compatibility**: Introduced support for PHP 8.3 [#1]
### softcommerce/module-plenty-stock-profile [1.5.0]
- **Feature**: Introduced support for scoped configuration within profile UI form components [#15]
- **Compatibility**: Introduced support for PHP 8.3 [#14]
### softcommerce/module-profile [1.4.0]
- **Feature**: Introduced functionality to support UI form scoped data [#3]
- **Compatibility**: Introduced support for PHP 8.3 [#2]
### softcommerce/module-profile-config [1.2.11]
- **Compatibility**: Introduced support for PHP 8.3 [#2]
### softcommerce/module-plenty-item-profile [1.7.1]
- **Enhancement**: Added an option to allow/disallow child product name generation based on parent name and attributes [#28]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Changelog

# Mage2PlentyOs [1.5.4] 25 Mar 2024

### softcommerce/module-plenty-item-profile [1.7.1]
- **Enhancement**: Added an option to allow/disallow child product name generation based on parent name and attributes [#28]

# Mage2PlentyOs [1.5.4] 25 Mar 2024

### softcommerce/module-plenty-item-profile [1.7.1]
- **Enhancement**: Added an option to allow/disallow child product name generation based on parent name and attributes [#28]

# Mage2PlentyOs [1.5.3] 21 Mar 2024

### softcommerce/module-core [1.5.0]
Expand Down Expand Up @@ -45,4 +55,3 @@

### softcommerce/module-profile-config [1.2.11]
- **Compatibility**: Introduced support for PHP 8.3 [#2]

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"softcommerce/module-plenty-customer-rest-api": "1.2.5",
"softcommerce/module-plenty-item": "1.4.4",
"softcommerce/module-plenty-item-client": "1.2.7",
"softcommerce/module-plenty-item-profile": "1.7.0",
"softcommerce/module-plenty-item-profile": "1.7.1",
"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",
Expand All @@ -43,5 +43,5 @@
"softcommerce/module-profile-queue": "1.1.0",
"softcommerce/module-profile-schedule": "1.3.5"
},
"version": "1.5.3"
"version": "1.5.4"
}

0 comments on commit 9024fb5

Please sign in to comment.