This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Releases: Dolphiq/craft3-forms
Releases · Dolphiq/craft3-forms
Composer 2 compatible
Fix log class with correct case
Plugin is now compatible with Craft 3.5.*
Plugin is now compatible with Craft 3.5.*
Make plugin compatible with current craft version
1.1.1 Merge pull request #23 from Dolphiq/feature/make-plugin-compatible-wi…
Secondary release
1.1.0 - 2018-08-05 [CRITICAL]
Changes
- No need to add the |raw filter anymore to twig tags.
{{ dolphiqForm('contact')|raw }}
will become
{{ dolphiqForm('contact') }}
- Fixed privacy issue
- Fixed case sensitive naming
- Use class instead of classname, for use in recent php versions
- Fixed returning the correct customer mail
- Fixed using the correct filename for the owner mail
Initial release
Merge pull request #1 from Dolphiq/development Development