From 9cad9681495f606dac839563ab9f30784ab46f8d Mon Sep 17 00:00:00 2001 From: Nadar Date: Tue, 31 Oct 2023 07:11:16 +0000 Subject: [PATCH] prepare --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bca3c8..968bd9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). +## 1.8.1 (31. October 2023) + ++ [#32](https://github.com/luyadev/luya-module-forms/pull/32) Added bahasa indonesia language + ## 1.8.0 (9. August 2023) + Apply the `nl2br()` function on the intro and outro text within the default email compose function. This ensures that all newlines are transformed into `
` tags, unless you choose to override the default behavior by implementing your own custom logic using the `'emailMessage' => function(SubmissionEmail $email, Forms $forms) {}` function.