Skip to content

Commit a8906d6

Browse files
authored
Release 2.2.0 changes (#187)
* 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 e69ed10 commit a8906d6

File tree

93 files changed

+111
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+111
-95
lines changed

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 2021-2021 by D. Michael Jones - acetousk
3939
Written in 2014-2015 by Solomon Bessire - sbessire
4040
Written in 2012-2016 by Sam Hamilton - samhamilton
@@ -76,7 +76,7 @@ litigation is filed.
7676

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

79-
Written in 2010-2020 by David E. Jones - jonesde
79+
Written in 2010-2022 by David E. Jones - jonesde
8080
Written in 2021-2021 by D. Michael Jones - acetousk
8181
Written in 2014-2015 by Solomon Bessire - sbessire
8282
Written in 2014-2015 by Yao Chunlin - chunlinyao

ReleaseNotes.txt

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

22
Mantle Business Artifacts - Universal Service Library Release Notes
33

4+
===========================================================================
5+
Release 2.2.0 - 31 May 2022
6+
===========================================================================
7+
8+
Mantle Universal Service Library 2.2.0 is a minor new feature and
9+
bug fix release. This release is based on Moqui Framework 3.0.0, and
10+
mantle-udm 2.2.0.
11+
12+
While there are a few new services, the majority of changes are to add
13+
options, improve behavior, track more data, or fix issues in existing
14+
services.
15+
16+
For a complete list of changes see:
17+
18+
https://github.com/moqui/mantle-usl/compare/v2.1.2...v2.2.0
19+
420
===========================================================================
521
Release 2.1.2 - 07 Dec 2019
622
===========================================================================

component.xml

Lines changed: 3 additions & 3 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-usl" version="2.1.2">
4-
<depends-on 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-usl" version="2.2.0">
4+
<depends-on name="mantle-udm" version="2.2.0"/>
55
</component>

entity/Accounting.eecas.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-2.1.xsd">
15+
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-3.xsd">
1616
<!-- update Invoice totals (invoiceTotal, appliedPaymentsTotal, unpaidTotal) on changes to InvoiceItem and PaymentApplication -->
1717
<eeca id="InvoiceItemUpdateInvoiceTotals" entity="mantle.account.invoice.InvoiceItem"
1818
on-create="true" on-update="true" on-delete="true" run-on-error="false">

entity/AccountingAccountViewEntities.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.account.financial -->

entity/AccountingLedgerViewEntities.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.ledger.account -->

entity/AccountingOtherViewEntities.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.other.budget -->

entity/FacilityViewEntities.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
15+
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
1616

1717
<view-entity entity-name="FacilityAndOwnerDetail" package="mantle.facility">
1818
<member-entity entity-alias="FAC" entity-name="mantle.facility.Facility"/>

entity/HumanResourcesViewEntities.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/Order.eecas.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
1212
along with this software (see the LICENSE.md file). If not, see
1313
<http://creativecommons.org/publicdomain/zero/1.0/>.
1414
-->
15-
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-2.1.xsd">
15+
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-3.xsd">
1616
<eeca id="OrderItemHandleChange" entity="mantle.order.OrderItem" on-create="true" on-update="true" on-delete="true"
1717
run-on-error="false" get-entire-entity="true" get-original-value="true">
1818
<actions><service-call name="mantle.order.OrderServices.handle#OrderItemChange" in-map="context"/></actions>

0 commit comments

Comments
 (0)