Version 4.0.0-beta.1

March 4, 2024

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0-beta.1+.

Version 3.0.3

May 10, 2023

Fixed

Fix an issue with Craft 4.4+ and branchLimit.

Version 3.0.2

May 9, 2023

Fixed

Fix an issue with Craft 4.4+ and source setting.

Version 3.0.1

November 30, 2022

Fixed

  • Fix fields not migrating to new package name correctly.

Version 3.0.0

November 24, 2022

Changed

  • Now requires PHP 8.0.2+.
  • Now requires Craft 4.0.0+.

Version 2.0.2

November 30, 2022

Fixed

  • Fix fields not migrating to new package name correctly.

Version 2.0.1

November 24, 2022

Fixed

  • Fix an error when querying via GraphQL.

Version 2.0.0

November 24, 2022

The plugin’s package name has changed to verbb/single-cat. Single Cat will need be updated to 2.0 from a terminal, by running composer require verbb/single-cat && composer remove elivz/craft-single-cat.

Added

  • Add GraphQL support for field. (thanks @denisyilmaz).

Changed

  • Migration to verbb/single-cat.
  • Now requires Craft 3.7+.

Removed

  • Remove CraftQL support.

Version 1.2.2

November 1, 2021

Fixed

  • Show only categories from the current site in field input.

Version 1.2.1

February 17, 2019

Fixed

  • Prevent error when CraftQL plugin is not installed.

Version 1.2.0

February 16, 2019

Added

  • Setting to display a blank initial option in the drop-down, allowing for no category to be selected (thanks to carlcs).
  • CraftQL support. It works the same as with a native Categories field.

Changed

  • If the previously-selected category has since been disabled, editing the entry will result in no category being selected, rather than the first in the list.

Version 1.1.0

January 26, 2019

Added

  • Compatibility with Craft 3.1.

Version 1.0.3

November 8, 2018

Fixed

  • Improved reliability with loading categories.

Version 1.0.2

November 7, 2018

Fixed

  • Bug when multiple category groups exist.

Added

  • Ability to select a different category in each site.

Version 1.0.1

November 4, 2018

Fixed

  • Error when field value is null.

Version 1.0.0

October 29, 2018

Added

  • Initial release.