- Fixed a PHP error that could occur when front-end validation failed. (#87)
- Added Craft 5 compatibility.
- The
guest-entries/save
action now responds with all entry data nested in anentry
key, and a200
or400
response status depending on whether the action was successful or failed, when requested via Ajax. (#85)
- Fixed a PHP error that would occur when submitting a form.
- Added Craft 4 compatibility.
- Guest Entries now requires Craft 3.5 or later.
- You can now customize the success/fail flash messages by passing a hashed successMessage/failMessage param with the request.
- Guest Entries now requires Craft 3.4 or later.
- Fixed a bug where it wasn’t clear when a section wasn’t configured with a default author. (#56)
- Fixed a Craft 3.2 compatibility issue.
- Fixed a bug where guest entries weren’t getting their author set properly. (#43)
- Fixed a bug where the plugin settings weren’t saving. (#45)
- The Section Settings table now has a UID column instead of ID.
- Fixed an error that could occur when updating to Guest Entries 2.2. (#42)
- Guest Entries now requires Craft 3.1.0-alpha.1 or later.
- You can now specify the target section by its UID or handle in addition to using ID.
- Fixed a bug where it wasn’t possible to turn off guest submissions for a section once it had been activated.
- Loosened the Craft CMS version requirement to allow any 3.x version.
- The
live
validation scenario is now only set if guest entry validation is enabled for the section.
- Fixed an error that occurred when saving a guest entry. (#28)
- Guest Entries now sets the
live
validation scenario when saving enabled entries.
- Added the “Enable CSRF Protection?” setting, making it possible to disable CSRF protection for
guest-entries/save
requests. (#24)
- Fixed a bug where custom field content was not getting saved. (#23)
- Craft 3 compatibility.
- Added the ability to limit the data returned on a successful save for an AJAX request. This removes potentially sensitive data from being returned.
- Fixed a PHP error that would occur if the guest entry failed validation.
- Added ‘onSuccess‘ and ‘onError‘ events.
- Updated to take advantage of new Craft 2.5 plugin features.
-Fixed a bug where the “Validate Entry” setting Lightswitch would reset to on position after being set to off.
-Added the ‘entryVariable‘ config setting.
- Fixed a bug where validation would fail when saving guest entries for sections/entry types with dynamic titles.
- Added the ability to explicitly set whether validation is required on a per-section basis.
- Added support for the Client user when running Craft Client.
###Added
- GuestEntriesService.php to raise an ‘onBeforeSave’ event before saving a new guest entry.
Initial release