Skip to content

Commit

Permalink
LPD-41957 Semantic Versioning
Browse files Browse the repository at this point in the history
# breaking

## What modules/apps/commerce/commerce-api/src/main/java/com/liferay/commerce/order/CommerceOrderHttpHelper.java

Method boolean isMultishippingEnabled(HttpServletRequest httpServletRequest) has been added.

## Why

To identify if a commerce order has the multishipping functionality enabled

----
  • Loading branch information
smottal authored and brianchandotcom committed Nov 12, 2024
1 parent 1880b4b commit 72ae722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/apps/commerce/commerce-api/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Commerce API
Bundle-SymbolicName: com.liferay.commerce.api
Bundle-Version: 90.0.2
Bundle-Version: 91.0.0
Export-Package:\
com.liferay.commerce.address,\
com.liferay.commerce.checkout.helper,\
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 9.0.0
version 10.0.0

0 comments on commit 72ae722

Please sign in to comment.