Changelog update

This commit is contained in:
Timo Võhmar 2019-04-24 22:52:25 +03:00 committed by GitHub
parent 71df5e205e
commit 9c56764e2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,25 @@
26.04.2019
* Nokogiri gem update to version 1.10.3 (CVE-2019-11068) [#1176](https://github.com/internetee/registry/pull/1176)
* Default email sender is now configurable [#243](https://github.com/internetee/registry/issues/243)
* Improved domain:release rake task and fixed few test names [#1143](https://github.com/internetee/registry/pull/1143)
* Improved registrant change mailer [#1149](https://github.com/internetee/registry/pull/1149)
* improved domain mailer [#1166](https://github.com/internetee/registry/pull/1166)
* Improved domain delete mailer [#1156](https://github.com/internetee/registry/pull/1156)
* Improved contact mailer [#1160](https://github.com/internetee/registry/pull/1160)
* Contact email update notifications are only sent to registrants [#1161](https://github.com/internetee/registry/issues/1161)
* Contact email update notifications are not sent if update fails [#1162](https://github.com/internetee/registry/pull/1162)
* Improved action_mailer config [#1151](https://github.com/internetee/registry/pull/1151)
* Added basic EPP contact tests [#1155](https://github.com/internetee/registry/pull/1155)
* Invoice PDF generation and delivery refactor [#1159](https://github.com/internetee/registry/pull/1159)
* Registrant: confirmation URL view refactor [#1150](https://github.com/internetee/registry/pull/1150)
* Set not null contraint on invoices.issue_date [#1008](https://github.com/internetee/registry/issues/1008)
* Moved tests [#1171](https://github.com/internetee/registry/pull/1171)
* Removed domain.reserved db column [#1112](https://github.com/internetee/registry/pull/1112)
* Removed unused columns from log_domains [#1169](https://github.com/internetee/registry/pull/1169)
* Removed que_mailer gem [#895](https://github.com/internetee/registry/issues/895)
* Removed legacy test emails [#1152](https://github.com/internetee/registry/pull/1152)
* Removed delivery_off method [#1165](https://github.com/internetee/registry/pull/1165)
08.04.2019
* Fixed forceDelete email messages [#1147](https://github.com/internetee/registry/pull/1147)
* Removed unused rake tasks [#1121](https://github.com/internetee/registry/pull/1121)