Skip to content

Releases: doublesecretagency/craft-spoon

3.5.1

05 Feb 21:36
Compare
Choose a tag to compare

Fixed

  • Fixed missing sort fields on new installs (#86)

3.5.0

05 Feb 16:38
Compare
Choose a tag to compare

Fixed

  • Fixed things not working with Craft 3.4 (#79)
  • Fixed an issue with block type configurations not keeping their order when deployed to another environment via project config (#80)
  • Fixed an issue where Craft’s info table was being updated on every CP request (#82)

3.4.3

16 Dec 17:29
Compare
Choose a tag to compare

Fixed

  • Removed a few more return type declarations that rely on PHP >= 7.1.0 (#78)

3.4.2

09 Dec 21:21
Compare
Choose a tag to compare

Fixed

  • Refactored the codebase to not rely on PHP >= 7.1.0 and removed the composer requirement (#74)

3.4.1

09 Dec 21:20
Compare
Choose a tag to compare

Changed

  • Bumped the PHP requirement to >= 7.1 (#72)

Fixed

  • Fixed a couple of bad references to the uid field on a Solspace Calendar model (#73)
  • Fixed the collapsed / expanded reflow issues (#58 & #67) - hat tip to @jsunsawyer for pinpointing the specific circumstances that cause this to pop up

3.4.0

22 Nov 15:52
Compare
Choose a tag to compare

Added

  • Added project config support - at long last! (#24)

Changed

  • Moved the settings page to the standard plugin settings area (#60)

Fixed

  • Fixed a bug where all Matrix fields were getting hidden when viewing an entry revision (#66)

3.3.7

22 Nov 15:52
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred when trying to remove existing field layouts (#57)

3.3.6

22 Nov 15:52
Compare
Choose a tag to compare

Changed

  • Qualified the Loader count() calls for opcode speed improvements

Fixed

  • Fixed an issue with the configurations not being loaded on existing entries for non-default sites (#54)
  • Fixed an issue where the global block types settings page would still show deleted global configs if there was a global set with a contextual config for that field

3.3.5

06 Mar 15:38
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where spooned blocks with no field layout wouldn’t render if there was a validation error (#53)

3.3.4

01 Mar 16:05
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where sometimes the fields cache needs refreshing (#46)