Skip to content

Commit

Permalink
Add more release notes, bump README commits since version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Jul 23, 2019
1 parent 221bcc1 commit bf3acf9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![license](http://img.shields.io/badge/license-CC0%201.0%20Universal-blue.svg)](https://github.com/moqui/SimpleScreens/blob/master/LICENSE.md)
[![build](https://travis-ci.org/moqui/SimpleScreens.svg)](https://travis-ci.org/moqui/SimpleScreens)
[![release](http://img.shields.io/github/release/moqui/SimpleScreens.svg)](https://github.com/moqui/SimpleScreens/releases)
[![commits since release](http://img.shields.io/github/commits-since/moqui/SimpleScreens/v2.1.0.svg)](https://github.com/moqui/SimpleScreens/commits/master)
[![commits since release](http://img.shields.io/github/commits-since/moqui/SimpleScreens/v2.1.1.svg)](https://github.com/moqui/SimpleScreens/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)
Expand Down
17 changes: 11 additions & 6 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,26 @@
Simple Screens - Reusable Screens, Forms, Reports, Documents, etc

===========================================================================
Release 2.1.1 - Not Yet Released
Release 2.1.1 - 23 July 2019
===========================================================================

Simple Screens 2.1.1 is a patch level new feature and bug fix release.

This release includes various new forms and buttons for different business
scenarios and significant improvements to the return and shipping screens.

There are only minor changes and fixes in this release. For a complete
list of changes see:

https://github.com/moqui/SimpleScreens/compare/v2.1.0...v2.1.1

Upgrade Notes

- EditInvoice.xml screen now uses explicit StatusFlow transitions with
the 'InvoiceReceivable' and 'InvoicePayable' statusFlowIds; there is new
seed data in the AccountingAccountEntities.xml file in mantle-udm for
these status flows that needs to be loaded (can be loaded before update)

New Features

TODO


===========================================================================
Release 2.1.0 - 29 Nov 2018
===========================================================================
Expand Down
6 changes: 3 additions & 3 deletions component.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="SimpleScreens" version="2.1.0">
<depends-on name="mantle-udm" version="2.1.0"/>
<depends-on name="mantle-usl" version="2.1.0"/>
name="SimpleScreens" version="2.1.1">
<depends-on name="mantle-udm" version="2.1.1"/>
<depends-on name="mantle-usl" version="2.1.1"/>
<!-- can run without this, though PDFs will not render: <depends-on name="moqui-fop"/> -->
</component>

0 comments on commit bf3acf9

Please sign in to comment.