From 970ac2b8ff558a93cb10e874f8b2b260100f5189 Mon Sep 17 00:00:00 2001 From: Sam Poe Date: Mon, 25 Feb 2019 17:36:00 -0600 Subject: [PATCH] Readme Updated Project Verified to work with 11.0 SP12, SP15 --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2969901..2e07841 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,19 @@ The Automatic Workflow Launch project demonstrates the launching of a workflow f #### How it works A method is attached to the ItemType as an OnAfterAdd/OnAfterUpdate server event. When the item is saved with the Launch Workflow property set to 1, the method finds the Workflow Map by name, then instantiates and starts it. The same method is attached to the ItemType as an action, allowing the workflow to be launched using a menu choice. -## Project Details +## History -**Built Using:** Aras 11.0 SP7 -**Browsers Tested:** Internet Explorer 11, Firefox 38 ESR, Chrome +Release | Notes +--------|-------- +[v1.0.1](https://github.com/ArasLabs/auto-workflow-branching/releases/tag/v1.0.1) | Tested 11.0 SP12, SP15. Tested on Edge, Firefox 60 ESR, Chrome. +[v1.0.0](https://github.com/ArasLabs/auto-workflow-branching/releases/tag/v1.0.0) | First release. Tested on Internet Explorer 11, Firefox 38 ESR, Chrome. Though built and tested using Aras 11.0 SP7, this project should function in older releases of Aras 11.0 and Aras 10.0. -> Though built and tested using Aras 11.0 SP7, this project should function in older releases of Aras 11.0 and Aras 10.0. +#### Supported Aras Versions + +Project | Aras +--------|------ +[v1.0.1](https://github.com/ArasLabs/auto-workflow-branching/releases/tag/v1.0.1) | 10.0 SPx, 11.0 SP7+, 11.0 SP12+, 11.0 SP15 +[v1.0.0](https://github.com/ArasLabs/auto-workflow-branching/releases/tag/v1.0.0) | 10.0 SPx, 11.0 SP7; Old Community Board Migration ## Installation