Version 4.3.1

September 14, 2023

Fixed

  • Fixed a bug where fields from version 2.x wouldn't be migrated on projects that aren't using the project config (thanks @jamie-s-white)

Version 4.3.0

July 2, 2023

Added

  • Added spicyweb\oddsandends\fields\DisabledUsers - Users (Disabled) field type

Version 4.2.0

March 27, 2023

Added

  • Added the ability to disable plugin components via the new disableNormalFields, disableCommerceFields, and disableWidgets plugin settings (thanks @kbergha)

Changed

  • Odds & Ends now requires Craft 4.4.0 or later

Fixed

  • Fixed an error that occurred on Craft 4.4.0 or later

Version 4.1.2

March 9, 2023

Fixed

  • Fixed an error that occurred if the Roll Your Own widget was set to use a nonexistent template

Version 4.1.1

November 30, 2022

Fixed

  • Fixed an error that occurred when executing a GraphQL query if a Width field existed in the Craft install

Version 4.1.0

October 20, 2022

Added

  • Added spicyweb\oddsandends\fields\DisabledProducts - Commerce Products (Disabled) field type
  • Added spicyweb\oddsandends\fields\DisabledVariants - Commerce Variants (Disabled) field type
  • Added spicyweb\oddsandends\fields\ProductsSearch - Commerce Products (Search) field type
  • Added spicyweb\oddsandends\fields\VariantsSearch - Commerce Variants (Search) field type

Fixed

  • Fixed some style issues with element search fields

Version 4.0.0

October 19, 2022

Added

  • Added support for Craft 4 (requires Craft 4.2.1 or later)

Removed

  • Removed support for Craft 3

Version 3.0.3

September 14, 2023

Fixed

  • Fixed a bug where fields from version 2.x wouldn't be migrated on projects that aren't using the project config (thanks @jamie-s-white)

Version 3.0.2

October 20, 2022

Fixed

  • Fixed an error that could occur when editing element search field contents
  • Fixed a bug where previously selected elements for element search fields couldn't be removed

Version 3.0.1

October 19, 2022

Fixed

  • Fixed an error that occurred when attempting inline editing of entries selected for an Entries (Search) field, and categories selected for a Categories (Search) field

Version 3.0.0

October 18, 2022

The plugin’s package name has changed to spicyweb/craft-odds-and-ends. If you’re updating with Composer, you will need to run composer require spicyweb/craft-odds-and-ends and then composer remove supercool/tools.

Changed

  • Name changed from 'Tools' to 'Odds & Ends'
  • Now maintained by Spicy Web
  • Now requires Craft 3.7.55.3 or later Craft 3 releases

Fixed

  • Fixed an error that occurred when creating a width field on Craft 3.7.46 or later Craft 3 releases
  • Fixed a bug where Roll Your Own widgets were always displaying 'Roll Your Own' as the title, instead of the user-specified title
  • Fixed a JavaScript error that could occur with Entries (Search) and Categories (Search) fields
  • Fixed a bug where Entries (Search) and Categories (Search) fields could fail to return results
  • Fixed an error that occurred with the Entries (Search) field if single sections were one of the sources set for the field
  • Fixed an error that occurred when loading Ancestors field settings
  • Fixed a bug where Ancestors field modals could fail to show elements

Version 2.2.3

May 24, 2022

Fixed

  • Width field styling

Version 2.2.2

May 9, 2022

Fixed

  • Width field data type for php 7.4

Version 2.2.1.1

January 20, 2021

Fixed

  • Validation error when grid data was typecasted to int

Version 2.2.1

January 19, 2021

Changed

  • Settings and UI for grid field

Version 2.2.0

September 24, 2020

Added

  • Support for craft 3.5

Version 2.1.10.1

January 20, 2021

Fixed

  • Small validation fix for grid field rework

Version 2.1.10

January 19, 2021

Changed

  • Grid field settings and UI overhauled

Version 2.1.9

October 7, 2020

Fixed

  • Fixed width field for Craft 3.3.5+

Version 2.1.8

March 15, 2019

Added

  • Added supercool\tools\fields\data\GridData::leftRight() field for use in templates

Version 2.1.7

March 4, 2019

Fixed

  • Fixed a composer.json issue

Version 2.1.6

March 4, 2019

Fixed

  • Fixed an error that could occur with width fields

Version 2.1.5

December 17, 2018

Added

  • Added default value for width

Version 2.1.4

December 13, 2018

Added

  • Added global settings for width

Version 2.1.3

December 11, 2018

Fixed

  • Fixed multiple width fields

Version 2.1.2

December 6, 2018

Added

  • Added toggle for show/hide width field

Version 2.1.1

November 13, 2018

Fixed

  • Fixed a composer.json issue

Version 2.1.0

November 13, 2018

Added

  • Added a grid field type which is going to be used as a width field

Version 2.0.0

August 2, 2018

Added

  • Initial Craft CMS 3 release