Duncan McClean

Guest Entries Release Notes

Duncan McClean

3.2.0

February 11th, 2024

What's fixed

  • File Upload Security fixes #64

3.1.3

November 15th, 2023

What's fixed

3.1.2

November 11th, 2023

What's fixed

3.1.1

July 9th, 2023

What's fixed

  • Fixed success message being shown permanently #58 #59

3.1.0

May 27th, 2023

What's new

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

3.0.0

April 28th, 2023

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

2.1.3

April 21st, 2023

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.

2.1.2

April 17th, 2023

What's improved

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

2.1.1

February 24th, 2023

What's fixed

  • Fixed an issue where Asset fields inside Replicators would be wiped when editing entries #41

2.1.0

January 27th, 2023

What's new

  • Statamic 3.4 Support #39

2.0.1

January 7th, 2023

What's fixed

2.0.0

December 29th, 2022

The supported versions of PHP/Statamic/Laravel used alongside this addon have changed, the supported versions are now:

  • PHP 8.1 & 8.2
  • Statamic 3.3
  • Laravel 9

1.2.3

October 17th, 2022

What's fixed

  • Avoid entries being saved twice #30 #31

1.2.2

October 3rd, 2022

What's fixed

  • Fixed assets not being visible in Control Panel after file upload when the Stache watcher has been disabled #28 #29

1.2.1

May 4th, 2022

What's fixed

  • Fixed an issue with file uploads where the path would be duplicated #24 #25

1.2.0

February 26th, 2022

What's new

  • Statamic 3.3 support

Breaking changes

  • Dropped support for Statamic 3.0 and Statamic 3.1

1.1.1

December 31st, 2021

Same as v1.1.0

1.1.0

December 31st, 2021

What's new

  • PHP 8.1 Support #21

1.0.8

October 16th, 2021

What's new

  • Guest Entries now supports multi-site #18

What's improved

  • Improved date handling #17

1.0.7

September 27th, 2021

What's fixe

  • Fixed PSR-4 autoloading issue #11

1.0.6

September 24th, 2021

What's new

  • File uploads now support uploading multiple files #10

What's fixed

  • File uploads will now include a timestamp in the saved filename #10

1.0.5

September 21st, 2021

What's fixed

  • Possibly fixed the file uploads issue experienced in #9

1.0.4

September 13th, 2021

What's new

  • A 'working copy' revision will be created on entry update if collection has revisions enabled. #4

1.0.3

September 11th, 2021

What's new

  • File Uploads #1

What's fixed

  • The CSRF token is no longer saved as data on entries
  • Publish Dates are now saved correctly if you're using a dated collection (and you provide a date) #6

1.0.2

September 6th, 2021

What's new

1.0.1

September 4th, 2021

What's new

  • Entries are now unpublished by default (instead of being published straight away)
  • You can now change the published state, just use an input with the name published

What's fixed

  • The entry data passed into the update/delete tags is now raw, not augmented.

1.0.0

September 3rd, 2021

  • Initial release