diff --git a/README.md b/README.md index e37cfc0b..d7883991 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![license](http://img.shields.io/badge/license-CC0%201.0%20Universal-blue.svg)](https://github.com/moqui/mantle-usl/blob/master/LICENSE.md) [![build](https://travis-ci.org/moqui/mantle-usl.svg)](https://travis-ci.org/moqui/mantle-usl) [![release](http://img.shields.io/github/release/moqui/mantle-usl.svg)](https://github.com/moqui/mantle-usl/releases) -[![commits since release](http://img.shields.io/github/commits-since/moqui/mantle-usl/v2.1.0.svg)](https://github.com/moqui/mantle-usl/commits/master) +[![commits since release](http://img.shields.io/github/commits-since/moqui/mantle-usl/v2.1.1.svg)](https://github.com/moqui/mantle-usl/commits/master) [![LinkedIn Group](https://img.shields.io/badge/linked%20in%20group-moqui-blue.svg)](https://www.linkedin.com/groups/4640689) [![Google Group](https://img.shields.io/badge/google%20group-mantleba-blue.svg)](https://groups.google.com/d/forum/mantleba) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 67db19a9..c5d427ac 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -9,7 +9,19 @@ Mantle Universal Service Library 2.1.1 is a patch level new feature and bug fix release. This release is based on Moqui Framework 2.1.2, and mantle-udm 2.1.1. - +There are quite a few bug fixes and improvements in this release, most are +small and localized to particular services. There is new functionality for +bank integrations including send Positive Pay, send NACHA and receive +NACHA return, receive BAI 2 as an alternative of OFX/QFX. This includes +services to tie into Moqui SystemMessage functionality for store/forward +and receive/store/process with retry and status. + +One set of improvements that could also be considered fixes is with +prorating across orders, invoices, and returns. There is also expanded and +improved functionality for managing returns. The OrderItem.productId field +is now populated for various non-product items (promo, discount, tax, etc) +along with various changes to more accurately identify product items based +on itemTypeEnumId instead of productId. For a complete list of changes see: