Skip to content

Releases: duncanmcclean/guest-entries

v4.0.1

18 May 14:42
3e5f0d9
Compare
Choose a tag to compare

What's fixed

v4.0.0

09 May 15:32
dfc30a0
Compare
Choose a tag to compare

What's new

What's changed

  • Dropped PHP 8.1 support
  • Dropped Statamic 4 support

v3.2.0

12 Feb 00:00
7c5b2c3
Compare
Choose a tag to compare

What's fixed

  • File Upload Security fixes #64

v3.1.3

15 Nov 11:21
Compare
Choose a tag to compare

What's fixed

v3.1.2

11 Nov 10:34
Compare
Choose a tag to compare

What's fixed

v3.1.1

09 Jul 18:40
3230046
Compare
Choose a tag to compare

What's fixed

  • Fixed success message being shown permanently #58 #59

v3.1.0

27 May 23:04
6e3e771
Compare
Choose a tag to compare

What's new

  • Guest Entries tag is now compatible with Blade #55
  • Hidden form parameters are now encrypted to prevent tampering #56

v3.0.0

28 Apr 10:49
44f560f
Compare
Choose a tag to compare

What's new

  • Guest Entries v3 now supports Statamic 4 #43

Upgrade guide

  1. In your site's composer.json file, replace doublethreedigital/guest-entries with duncanmcclean/guest-entries
  2. Then, change the addon's version constraint to ^3.0
  3. If you have any references to DoubleThreeDigital within your site in relation to this addon, replace it with DuncanMcClean

v2.1.3

21 Apr 16:24
da0d213
Compare
Choose a tag to compare

What's new

  • Added {{ guest-entries:success }} tag #53 #48

What's fixed

  • Fixed error_redirect parameter #51 #49
  • Fixed an issue when using title formats on collections #52 #50

Breaking changes

The success key added in the last release has been reverted, in favour of the new {{ guest-entries:success }} tag. Apologies for any inconvenience.

v2.1.2

17 Apr 20:56
ccea1b3
Compare
Choose a tag to compare

What's improved

  • There's now a success item flashed into the user's session after a successful form submission #45 #47