|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 1.7.1 Release candidate |
| 3 | +## [1.7.1](https://github.com/opencrvs/opencrvs-core/compare/v1.7.0...v1.7.1) |
4 | 4 |
|
5 | 5 | ### Bug fixes |
6 | 6 |
|
|
59 | 59 | - Fix the event name displayed in email templates for death correction requests [#7703](https://github.com/opencrvs/opencrvs-core/issues/7703) |
60 | 60 | - Fix the "email all users" feature by setting the _To_ email to the logged user's email [#8343](https://github.com/opencrvs/opencrvs-core/issues/8343) |
61 | 61 |
|
62 | | -## 1.6.3 Release candidate |
| 62 | +## [1.6.3](https://github.com/opencrvs/opencrvs-core/compare/v1.6.2...v1.6.3) |
63 | 63 |
|
64 | 64 | ### Bug fixes |
65 | 65 |
|
66 | | -- Fix a bug in the POST `{{gateway}}/locations` endpoint used to create new locations , the check to verify if a `statisticalId` was already used was broken so we've fixed that. This was picked when we were trying to seed a location for a country via the endpoint [#8606](https://github.com/opencrvs/opencrvs-core/issues/8606) |
67 | | - |
| 66 | +- Add 6th level support for addresses [#6956](https://github.com/opencrvs/opencrvs-core/issues/6956) |
68 | 67 | - Fix rendering of Custom Date fields [#8885](https://github.com/opencrvs/opencrvs-core/issues/8885) |
69 | | - |
70 | | -### Improvements |
71 | | - |
72 | | -- For countries where local phone numbers start with 0, we now ensure the prefix remains unchanged when converting to and from the international format. |
| 68 | +- Fix slow render of location options [#8562](https://github.com/opencrvs/opencrvs-core/pull/8562) |
73 | 69 |
|
74 | 70 | ## [1.6.2](https://github.com/opencrvs/opencrvs-core/compare/v1.6.1...v1.6.2) |
75 | 71 |
|
|
78 | 74 | - Fix task history getting corrupted if a user views a record while it's in external validation [#8278](https://github.com/opencrvs/opencrvs-core/issues/8278) |
79 | 75 | - Fix health facilities missing from dropdown after correcting a record address [#7528](https://github.com/opencrvs/opencrvs-core/issues/7528) |
80 | 76 | - Fix stale validations showing for document uploader with options form field |
| 77 | +- Fix a bug in the POST `{{gateway}}/locations` endpoint used to create new locations , the check to verify if a `statisticalId` was already used was broken so we've fixed that. This was picked when we were trying to seed a location for a country via the endpoint [#8606](https://github.com/opencrvs/opencrvs-core/issues/8606) |
81 | 78 |
|
82 | 79 | ### Improvements |
83 | 80 |
|
84 | 81 | - Support for 6th administrative level |
85 | 82 |
|
86 | | -### Deprecated |
87 | | - |
88 | | -- `INFORMANT_SIGNATURE` & `INFORMANT_SIGNATURE_REQUIRED` are now deprecated and part of form config |
89 | | - |
90 | | -### Bug fixes |
91 | | - |
92 | | -- Fix health facilities missing from dropdown after correcting a record address [#7528](https://github.com/opencrvs/opencrvs-core/issues/7528) |
93 | | -- Fix stale validations showing for document uploader with options form field |
94 | | - |
95 | 83 | ## [1.6.1](https://github.com/opencrvs/opencrvs-core/compare/v1.6.0...v1.6.1) |
96 | 84 |
|
97 | 85 | ### Bug fixes |
|
0 commit comments