Skip to content

Tags: remp2020/crm-remp-mailer-module

Tags

3.7.0

Toggle 3.7.0's commit message
Add command to subscribe users of segment to newsletter

remp/respekt#301

3.6.0

Toggle 3.6.0's commit message
Add command to subscribe users of segment to newsletter

remp/respekt#301

3.5.0

Toggle 3.5.0's commit message
NotificationTemplateParamsTrait - Refactor + Added supplier bank acco…

…unt details

- Added supplier params to notification mailing. 

remp/novydenik#1269

3.4.0

Toggle 3.4.0's commit message
NotificationTemplateParamsTrait - Refactor + Added supplier bank acco…

…unt details

- Added supplier params to notification mailing. 

remp/novydenik#1269

3.3.0

Toggle 3.3.0's commit message
Translated using Weblate (Czech)

Currently translated at 93.2% (179 of 192 strings)

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translated using Weblate (German)

Currently translated at 78.4% (153 of 195 strings)

Translated using Weblate (German)

Currently translated at 67.1% (131 of 195 strings)

Update translation files

Updated by "Remove blank strings" hook in Weblate.

Translated using Weblate (German)

Currently translated at 53.8% (105 of 195 strings)

Translated using Weblate (German)

Currently translated at 94.0% (174 of 185 strings)

Translated using Weblate (Hungarian)

Currently translated at 64.8% (405 of 625 strings)

Translated using Weblate (Hungarian)

Currently translated at 51.2% (205 of 400 strings)

Translated using Weblate (Czech)

Currently translated at 92.9% (53 of 57 strings)

Translated using Weblate (German)

Currently translated at 25.5% (102 of 400 strings)

Translated using Weblate (German)

Currently translated at 97.2% (106 of 109 strings)

Translated using Weblate (German)

Currently translated at 94.0% (174 of 185 strings)

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Florian Kofler <kofler@falter.at>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Judit Dobry <judit.dobry@dennikn.sk>
Co-authored-by: Karolína Pláničková <karolina.planickova@denikn.cz>
Co-authored-by: Václav Veselka <veselka@respekt.cz>
Translate-URL: https://hosted.weblate.org/projects/remp-crm/dashboard-module/de/
Translate-URL: https://hosted.weblate.org/projects/remp-crm/invoices-module/cs/
Translate-URL: https://hosted.weblate.org/projects/remp-crm/invoices-module/de/
Translate-URL: https://hosted.weblate.org/projects/remp-crm/payments-module/
Translate-URL: https://hosted.weblate.org/projects/remp-crm/payments-module/hu/
Translate-URL: https://hosted.weblate.org/projects/remp-crm/print-module/
Translate-URL: https://hosted.weblate.org/projects/remp-crm/print-module/de/
Translate-URL: https://hosted.weblate.org/projects/remp-crm/products-module/de/
Translate-URL: https://hosted.weblate.org/projects/remp-crm/products-module/hu/
Translate-URL: https://hosted.weblate.org/projects/remp-crm/remp_mailer-module/cs/
Translation: REMP CRM/Dashboard-Module
Translation: REMP CRM/Invoices-Module
Translation: REMP CRM/Payments-Module
Translation: REMP CRM/Print-Module
Translation: REMP CRM/Products-Module
Translation: REMP CRM/Remp_Mailer-Module

3.2.0

Toggle 3.2.0's commit message
Changed ChangeNewsletterSubscriptionsGenericEvent operator from "OR" …

…to "AND"

- This only affects UI, no functional change.

remp/crm#3178

3.1.0

Toggle 3.1.0's commit message
Attempt to send mail template that doesn't exist should be error

This either indicates that the email that should exist doesn't,
or a typo in a fixed template code string. Both of them sound
like an error.

3.0.0

Toggle 3.0.0's commit message
[PSR4] ApplicationModule - (Rector) Fix uses of changed classes

remp/crm#2228

2.11.0

Toggle 2.11.0's commit message
Finalize configuration of newsletter settings

2.10.0

Toggle 2.10.0's commit message
Add lazy event listener registration

- Add `LazyEventEmitter` which extends `League\Event\Emitter`.

- Use new `TransformToLazyEventListeners` rector rule to transform event listeners registration to lazy variant in your own modules.

- Change the registration of events in modules to use `LazyEventEmitter`.

remp/crm#2116