forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LPD-48103 Semantic versioning (gw baseline)
# breaking ## What modules/apps/commerce/commerce-product-api/src/main/java/com/liferay/commerce/product/service/CPDefinitionSpecificationOptionValueService.java modules/apps/commerce/commerce-product-api/src/main/java/com/liferay/commerce/product/service/CPDefinitionSpecificationOptionValueService.java now include visible boolean parameter into add and update methods ## Why because the table now includes this column to manage the specifications visibility on front store ---- ## What modules/apps/commerce/commerce-product-api/src/main/java/com/liferay/commerce/product/service/CPSpecificationOptionService.java modules/apps/commerce/commerce-product-api/src/main/java/com/liferay/commerce/product/service/CPSpecificationOptionService.java now include visible boolean parameter into add and update methods ## Why because the table now includes this column to manage the specifications visibility on front store ----
- Loading branch information
1 parent
5897d28
commit 1ad02fd
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ommerce-product-api/src/main/resources/com/liferay/commerce/product/constants/packageinfo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version 14.5.0 | ||
version 14.6.0 |
2 changes: 1 addition & 1 deletion
2
...ce/commerce-product-api/src/main/resources/com/liferay/commerce/product/model/packageinfo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version 25.0.0 | ||
version 25.1.0 |
2 changes: 1 addition & 1 deletion
2
.../commerce-product-api/src/main/resources/com/liferay/commerce/product/service/packageinfo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version 49.2.0 | ||
version 50.0.0 |
2 changes: 1 addition & 1 deletion
2
modules/apps/commerce/headless/headless-commerce/headless-commerce-admin-catalog-api/bnd.bnd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Bundle-Name: Liferay Headless Commerce Admin Catalog API | ||
Bundle-SymbolicName: com.liferay.headless.commerce.admin.catalog.api | ||
Bundle-Version: 37.0.2 | ||
Bundle-Version: 37.1.0 | ||
Export-Package:\ | ||
com.liferay.headless.commerce.admin.catalog.dto.v1_0,\ | ||
com.liferay.headless.commerce.admin.catalog.resource.v1_0 |
2 changes: 1 addition & 1 deletion
2
...g-api/src/main/resources/com/liferay/headless/commerce/admin/catalog/dto/v1_0/packageinfo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version 19.0.0 | ||
version 19.1.0 |