4.5.1
October 2nd, 2025
What's fixed
- Fixed replicator set handling #88 by @duncanmcclean
- Moved file uploads & replicator example to the tags page by @duncanmcclean
4.5.0
May 5th, 2025
What's new
- Support for dynamic asset folders #84 #85 by @duncanmcclean
4.4.0
February 25th, 2025
What's new
- Supports Laravel 12 #83 by @duncanmcclean
4.3.2
January 17th, 2025
What's fixed
- Ensure entries are appended to collection tree #81 by @duncanmcclean
4.3.1
January 17th, 2025
What's fixed
- Refactored how form requests are built #80 by @duncanmcclean
4.3.0
January 16th, 2025
What's new
- Guest Entries will now call the
authorizemethod on form requests #78 by @duncanmcclean
What's improved
- Remove un-used validation rules #79 by @duncanmcclean
4.2.0
December 13th, 2024
What's improved
- Added handling around duplicate entry slugs #76 by @duncanmcclean
4.1.0
December 4th, 2024
What's new
- PHP 8.4 Support #75 by @duncanmcclean
What's fixed
- Fixed issue when using Statamic's new Blade Components feature #71 by @jasonvarga
4.0.1
May 18th, 2024
What's fixed
- Ensure date is only filled when provided in request #69 by @duncanmcclean
4.0.0
May 9th, 2024
What's new
- Statamic 5 support #66 by @duncanmcclean
What's changed
- Dropped PHP 8.1 support
- Dropped Statamic 4 support
3.1.3
November 15th, 2023
What's fixed
- Added additional file extensions to the PHP file blacklist #61 by @duncanmcclean
3.1.2
November 11th, 2023
What's fixed
- Added a fix to prevent
.phpfiles from being uploaded #60 by @duncanmcclean
3.1.0
May 27th, 2023
3.0.0
April 28th, 2023
What's new
- Guest Entries v3 now supports Statamic 4 #43
Upgrade guide
- In your site's
composer.jsonfile, replacedoublethreedigital/guest-entrieswithduncanmcclean/guest-entries - Then, change the addon's version constraint to
^3.0 - If you have any references to
DoubleThreeDigitalwithin your site in relation to this addon, replace it withDuncanMcClean
2.1.3
April 21st, 2023
2.1.2
April 17th, 2023
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.0.1
January 7th, 2023
What's fixed
- Fixed file uploads when Assets field is inside a Replicator #33 #34 by @duncanmcclean
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.2
October 3rd, 2022
1.2.1
May 4th, 2022
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.0.8
October 16th, 2021
1.0.6
September 24th, 2021
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
1.0.2
September 6th, 2021
What's new
- Events
- Added tag for error handing #3
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