|
10 | 10 | * [Setting up and controlling logging](#setting-up-and-controlling-logging) |
11 | 11 | - [Get in touch](#get-in-touch) |
12 | 12 | - [Releases notes](#releases-notes) |
| 13 | + + [Version 2.7.0](#version-270) |
| 14 | + + [Version 2.6.0](#version-260) |
| 15 | + + [Version 2.5.2](#version-252) |
| 16 | + + [Version 2.5.1](#version-251) |
13 | 17 | + [Version 2.5.0](#version-250) |
14 | 18 | + [Version 2.4.0](#version-240) |
15 | 19 | + [Version 2.3.0](#version-230) |
@@ -78,7 +82,8 @@ configuration/ |
78 | 82 | ├── programs/ |
79 | 83 | ├── programworkflows/ |
80 | 84 | ├── programworkflowstates/ |
81 | | - ├── providerroles/ |
| 85 | + ├── providerroles/ |
| 86 | + ├── queues/ |
82 | 87 | ├── relationshiptypes/ |
83 | 88 | └── roles/ |
84 | 89 |
|
@@ -189,16 +194,16 @@ See the [documentation on Initializer's logging properties](readme/rtprops.md#lo |
189 | 194 | ## Releases notes |
190 | 195 |
|
191 | 196 | #### Version 2.7.0 |
192 | | -* Added support for Queues |
| 197 | +* Added support for 'queues' domain. |
193 | 198 |
|
194 | 199 | #### Version 2.6.0 |
195 | | -* Added support for Cohort Attribute types |
| 200 | +* Added support for 'cohorttypes' and 'cohortattributetypes' domains. |
196 | 201 |
|
197 | 202 | #### Version 2.5.2 |
198 | 203 | * Updated versions of Validator's metadatamapping to 1.6.0 and metadatasharing to 1.9.0. |
199 | 204 |
|
200 | 205 | #### Version 2.5.1 |
201 | | -* Enhanced Validator to stop randomly failing because of `LazyInitializationException`, and better teardown cleanup for uses with Maven plugins such as [openmrs-packager-maven-plugin](https://github.com/openmrs/openmrs-contrib-packager-maven-plugin) 1.7.0. |
| 206 | +* Enhanced Validator to prevent random failures because of `LazyInitializationException`, and better teardown cleanup for uses with Maven plugins such as [openmrs-packager-maven-plugin](https://github.com/openmrs/openmrs-contrib-packager-maven-plugin) 1.7.0. |
202 | 207 |
|
203 | 208 | #### Version 2.5.0 |
204 | 209 | * Added support for AMPATH Forms translations, see https://github.com/mekomsolutions/openmrs-module-initializer/issues/180 and https://github.com/mekomsolutions/openmrs-module-initializer/issues/221 |
|
0 commit comments