Version 4.0.0

March 19, 2024
  • Added Craft 5 compatibility.
  • The guest-entries/save action now responds with all entry data nested in an entry key, and a 200 or 400 response status depending on whether the action was successful or failed, when requested via Ajax. (#85)

Version 3.0.1

May 11, 2022

Fixed

  • Fixed a PHP error that would occur when submitting a form.

Version 3.0.0

May 3, 2022

Added

  • Added Craft 4 compatibility.

Version 2.4.0

May 6, 2020

Changed

  • 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.

Version 2.3.0

April 7, 2020

Changed

  • Guest Entries now requires Craft 3.4 or later.

Fixed

  • Fixed a bug where it wasn’t clear when a section wasn’t configured with a default author. (#56)

Version 2.2.4

July 11, 2019

Fixed

  • Fixed a Craft 3.2 compatibility issue.

Version 2.2.3

February 24, 2019

Fixed

  • Fixed a bug where guest entries weren’t getting their author set properly. (#43)

Version 2.2.2.1

February 6, 2019

Fixed

  • Fixed a bug where the plugin settings weren’t saving. (#45)

Version 2.2.2

February 4, 2019

Changed

  • The Section Settings table now has a UID column instead of ID.

Version 2.2.1

January 31, 2019

Fixed

  • Fixed an error that could occur when updating to Guest Entries 2.2. (#42)

Version 2.2.0

January 29, 2019

Changed

  • 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

  • Fixed a bug where it wasn’t possible to turn off guest submissions for a section once it had been activated.

Version 2.1.3

December 4, 2017

Changed

  • Loosened the Craft CMS version requirement to allow any 3.x version.

Version 2.1.2

November 10, 2017

Changed

  • The live validation scenario is now only set if guest entry validation is enabled for the section.

Fixed

  • Fixed an error that occurred when saving a guest entry. (#28)

Version 2.1.1

November 9, 2017

Changed

  • Guest Entries now sets the live validation scenario when saving enabled entries.

Version 2.1.0

August 3, 2017

Added

  • Added the “Enable CSRF Protection?” setting, making it possible to disable CSRF protection for guest-entries/save requests. (#24)

Version 2.0.1

August 1, 2017

Fixed

  • Fixed a bug where custom field content was not getting saved. (#23)

Version 2.0.0

July 14, 2017

Added

  • Craft 3 compatibility.

Version 1.5.2

June 4, 2016

Added

  • Added the ability to limit the data returned on a successful save for an AJAX request. This removes potentially sensitive data from being returned.

Version 1.5.1

January 13, 2016

Fixed

  • Fixed a PHP error that would occur if the guest entry failed validation.

Version 1.5.0

December 23, 2015

Added

  • Added ‘onSuccess‘ and ‘onError‘ events.

Version 1.4.0

December 20, 2015

Updated

  • Updated to take advantage of new Craft 2.5 plugin features.

Version 1.3.1

March 14, 2014

Fixed

-Fixed a bug where the “Validate Entry” setting Lightswitch would reset to on position after being set to off.

Version 1.3.0

October 30, 2014

Added

-Added the ‘entryVariable‘ config setting.

Version 1.2.2

September 17, 2014

Fixed

  • Fixed a bug where validation would fail when saving guest entries for sections/entry types with dynamic titles.

Version 1.2.1

July 2, 2014

Added

  • Added the ability to explicitly set whether validation is required on a per-section basis.

Version 1.2.0

July 2, 2014

Added

  • Added support for the Client user when running Craft Client.

Version 1.1.0

March 28, 2014

Added

  • GuestEntriesService.php to raise an ‘onBeforeSave’ event before saving a new guest entry.

Version 1.0.0

March 28, 2014

Initial release