Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Releases: Dolphiq/craft3-forms

Composer 2 compatible

28 Feb 13:40
ebc8a0a
Compare
Choose a tag to compare

Fix log class with correct case

Plugin is now compatible with Craft 3.5.*

18 Nov 15:09
1a5ce93
Compare
Choose a tag to compare

Plugin is now compatible with Craft 3.5.*

Make plugin compatible with current craft version

03 Oct 09:03
ac6ec3a
Compare
Choose a tag to compare
Merge pull request #23 from Dolphiq/feature/make-plugin-compatible-wi…

…th-newer-versions-of-craft

Update changelog and version information

Secondary release

06 Aug 07:18
Compare
Choose a tag to compare

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

16 Oct 14:13
Compare
Choose a tag to compare
Merge pull request #1 from Dolphiq/development

Development