- 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