Skip to content

Commit

Permalink
Release 2.2.0 changes (#91)
Browse files Browse the repository at this point in the history
* Update XML files to use new XSD references for the 3.0.0 release series

* In component.xml bump versions for upcoming release

* Add more release notes from review of commits since last release, update year in AUTHORS
  • Loading branch information
jonesde authored May 31, 2022
1 parent 1e6e9bf commit f59cc3f
Show file tree
Hide file tree
Showing 19 changed files with 56 additions and 20 deletions.
4 changes: 2 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ that are otherwise encumbered.

Signed by git commit adding my legal name and git username:

Written in 2010-2020 by David E. Jones - jonesde
Written in 2010-2022 by David E. Jones - jonesde
Written in 2014-2015 by Solomon Bessire - sbessire
Written in 2012-2015 by Sam Hamilton - samhamilton
Written in 2014-2015 by Yao Chunlin - chunlinyao
Expand Down Expand Up @@ -69,7 +69,7 @@ litigation is filed.

Signed by git commit adding my legal name and git username:

Written in 2010-2020 by David E. Jones - jonesde
Written in 2010-2022 by David E. Jones - jonesde
Written in 2014-2015 by Solomon Bessire - sbessire
Written in 2014-2015 by Yao Chunlin - chunlinyao
Written in 2015-2016 by Jens Hardings - jenshp
Expand Down
2 changes: 1 addition & 1 deletion MoquiConf.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!-- No copyright or license for configuration file, details here are not considered a creative work. -->
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd">
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd">
<default-property name="mantle_content_root" value=""/>
<default-property name="mantle_content_large_root" value=""/>
</moqui-conf>
36 changes: 36 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@

Mantle Business Artifacts - Universal Data Model Release Notes

===========================================================================
Release 2.2.0 - 31 May 2022
===========================================================================

Mantle Universal Data Model 2.2.0 is a minor new feature and bug fix
release. This release is based on Moqui Framework 3.0.0.

This release includes a number of new entities, additional fields for
service and screen level options, and seed data improvements.

- new entities using UomDimensionType in moqui-framework:
ProductUomDimension, PartyDimension, MarketSegmentDimension
- new ProductParameter and related entities to configure parameters
applicable to products with optional options, generally additional
information to collect from the customer when the product is purchase,
including: ProductParameterOption, ProductParameterProduct,
ProductParameterSet, and ProductParameterValue; parameter values on
orders with OrderItem.productParameterSetId, uses single ID to represent
value set for easier future association with shipment items, assets, etc
- new ProductWorkEffort entity for tasks related to product purchase, and
OrderItemWorkEffort.forStatusId to track when should be considered done
- new ShipmentParty and OrderItemParty entities
- new OrderServiceJobRun entity to track job runs for orders
- new ProductDbForm and OrderItemFormResponse entities to have forms
associated with products that are filled out by customer on purchase
- new PartySystemMessage entity, like other *SystemMessage join entities

DEPRECATION NOTES: ProductDimension (use ProductUomDimension instead)
and ProductDimensionType (use UomDimensionType instead); these will be
removed in a future release, recommend updating code and migrating data
before the next major release (non backward compatible).

For a complete list of changes see:

https://github.com/moqui/mantle-udm/compare/v2.1.2...v2.2.0

===========================================================================
Release 2.1.2 - 07 Dec 2019
===========================================================================
Expand Down
4 changes: 2 additions & 2 deletions component.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd"
name="mantle-udm" version="2.1.2">
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd"
name="mantle-udm" version="2.2.0">
<!-- no dependencies -->
</component>
2 changes: 1 addition & 1 deletion entity/AccountingAccountEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.account.billing -->
<!-- - mantle.account.financial -->
Expand Down
2 changes: 1 addition & 1 deletion entity/AccountingLedgerEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.ledger.account -->
<!-- - mantle.ledger.config -->
Expand Down
2 changes: 1 addition & 1 deletion entity/AccountingOtherEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.other.budget -->
<!-- - mantle.other.tax -->
Expand Down
2 changes: 1 addition & 1 deletion entity/FacilityEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<!-- ========================================================= -->
<!-- mantle.facility -->
Expand Down
2 changes: 1 addition & 1 deletion entity/HumanResourcesEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.humanres.ability -->
<!-- - mantle.humanres.employment -->
Expand Down
2 changes: 1 addition & 1 deletion entity/MarketingEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.marketing.campaign -->
<!-- - mantle.marketing.contact -->
Expand Down
2 changes: 1 addition & 1 deletion entity/OrderEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.order -->
<!-- - mantle.order.return -->
Expand Down
2 changes: 1 addition & 1 deletion entity/PartyEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.party -->
<!-- - mantle.party.agreement -->
Expand Down
2 changes: 1 addition & 1 deletion entity/ProductAssetEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.product.asset -->
<!-- - mantle.product.issuance -->
Expand Down
2 changes: 1 addition & 1 deletion entity/ProductDefinitionEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.product -->
<!-- - mantle.product.category -->
Expand Down
2 changes: 1 addition & 1 deletion entity/ProductStoreEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.product.store -->
<!-- ========================================================= -->
Expand Down
2 changes: 1 addition & 1 deletion entity/RequestEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.request -->
<!-- - mantle.request.requirement -->
Expand Down
2 changes: 1 addition & 1 deletion entity/SalesEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<!-- ========================================================= -->
<!-- - mantle.sales.opportunity -->
Expand Down
2 changes: 1 addition & 1 deletion entity/ShipmentEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.shipment -->
<!-- - mantle.shipment.carrier -->
Expand Down
2 changes: 1 addition & 1 deletion entity/WorkEffortEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<!-- ========================================================= -->
<!-- - mantle.work.effort -->
Expand Down

0 comments on commit f59cc3f

Please sign in to comment.