Skip to content

Commit f59cc3f

Browse files
authored
Release 2.2.0 changes (#91)
* 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
1 parent 1e6e9bf commit f59cc3f

19 files changed

Lines changed: 56 additions & 20 deletions

AUTHORS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ that are otherwise encumbered.
3434

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

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

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

72-
Written in 2010-2020 by David E. Jones - jonesde
72+
Written in 2010-2022 by David E. Jones - jonesde
7373
Written in 2014-2015 by Solomon Bessire - sbessire
7474
Written in 2014-2015 by Yao Chunlin - chunlinyao
7575
Written in 2015-2016 by Jens Hardings - jenshp

MoquiConf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!-- No copyright or license for configuration file, details here are not considered a creative work. -->
3-
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd">
3+
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd">
44
<default-property name="mantle_content_root" value=""/>
55
<default-property name="mantle_content_large_root" value=""/>
66
</moqui-conf>

ReleaseNotes.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11

22
Mantle Business Artifacts - Universal Data Model Release Notes
33

4+
===========================================================================
5+
Release 2.2.0 - 31 May 2022
6+
===========================================================================
7+
8+
Mantle Universal Data Model 2.2.0 is a minor new feature and bug fix
9+
release. This release is based on Moqui Framework 3.0.0.
10+
11+
This release includes a number of new entities, additional fields for
12+
service and screen level options, and seed data improvements.
13+
14+
- new entities using UomDimensionType in moqui-framework:
15+
ProductUomDimension, PartyDimension, MarketSegmentDimension
16+
- new ProductParameter and related entities to configure parameters
17+
applicable to products with optional options, generally additional
18+
information to collect from the customer when the product is purchase,
19+
including: ProductParameterOption, ProductParameterProduct,
20+
ProductParameterSet, and ProductParameterValue; parameter values on
21+
orders with OrderItem.productParameterSetId, uses single ID to represent
22+
value set for easier future association with shipment items, assets, etc
23+
- new ProductWorkEffort entity for tasks related to product purchase, and
24+
OrderItemWorkEffort.forStatusId to track when should be considered done
25+
- new ShipmentParty and OrderItemParty entities
26+
- new OrderServiceJobRun entity to track job runs for orders
27+
- new ProductDbForm and OrderItemFormResponse entities to have forms
28+
associated with products that are filled out by customer on purchase
29+
- new PartySystemMessage entity, like other *SystemMessage join entities
30+
31+
DEPRECATION NOTES: ProductDimension (use ProductUomDimension instead)
32+
and ProductDimensionType (use UomDimensionType instead); these will be
33+
removed in a future release, recommend updating code and migrating data
34+
before the next major release (non backward compatible).
35+
36+
For a complete list of changes see:
37+
38+
https://github.com/moqui/mantle-udm/compare/v2.1.2...v2.2.0
39+
440
===========================================================================
541
Release 2.1.2 - 07 Dec 2019
642
===========================================================================

component.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd"
3-
name="mantle-udm" version="2.1.2">
2+
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd"
3+
name="mantle-udm" version="2.2.0">
44
<!-- no dependencies -->
55
</component>

entity/AccountingAccountEntities.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
1515
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
16+
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
1717
<!-- ========================================================= -->
1818
<!-- - mantle.account.billing -->
1919
<!-- - mantle.account.financial -->

entity/AccountingLedgerEntities.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
1515
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
16+
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
1717
<!-- ========================================================= -->
1818
<!-- - mantle.ledger.account -->
1919
<!-- - mantle.ledger.config -->

entity/AccountingOtherEntities.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
1515
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
16+
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
1717
<!-- ========================================================= -->
1818
<!-- - mantle.other.budget -->
1919
<!-- - mantle.other.tax -->

entity/FacilityEntities.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
1515
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
16+
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
1717

1818
<!-- ========================================================= -->
1919
<!-- mantle.facility -->

entity/HumanResourcesEntities.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
1515
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
16+
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
1717
<!-- ========================================================= -->
1818
<!-- - mantle.humanres.ability -->
1919
<!-- - mantle.humanres.employment -->

entity/MarketingEntities.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
1515
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
16+
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
1717
<!-- ========================================================= -->
1818
<!-- - mantle.marketing.campaign -->
1919
<!-- - mantle.marketing.contact -->

0 commit comments

Comments
 (0)