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
.php
files 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.json
file, replacedoublethreedigital/guest-entries
withduncanmcclean/guest-entries
- Then, change the addon's version constraint to
^3.0
- If you have any references to
DoubleThreeDigital
within 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.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.