Releases: spicywebau/craft-odds-and-ends
Releases · spicywebau/craft-odds-and-ends
1.6.1
- Added a new field type called Default Number that mimics the behaviour of the normal Number field type but lets you set a default value
- Added a new field type called Dropdown (other) that lets you add an ‘other’ option to a dropdown field. When ‘other’ is selected another text input is shown to allow the user to enter something other than the standard options provided.
1.6.0
- Added a new field type called Author Instructions that letsyou output markdown instead of a field. Useful when you have a Matrix block that doesn’t have any fields.
1.5.4
- Fixed a bug where clearing all Tasks wouldn’t actually kill it, it would lie in wait and the next time a Task of the same name ran it would piggy back on that db row ...
1.5.3
- Made all the field types previewable.
1.5.2
- Fixed a casing bug that would cause the Tools cp tab to error on some servers.
1.5.1
- Switched the Freshdesk icon from ‘help’ to ‘mail’.
1.5.0
- Added the
openInstructionLinksInNewWindow
config variable which when set to true will open all instruction links in new a window. - Added a freshdesk widget that opens in a new window.
- Added a “Roll Your Own” widget that lets you assign a template to load from your site templates folder. Go nuts.
- Added a cp section with some simplified tools in it (Clear Tasks, Clear Caches and Rebuild Search Indexes).
- Sorted out the changelog to be compatible with the
getReleaseFeedUrl()
method.
1.4.2
- Added a new field type ‘Categories (multiple groups)’ that lets you select multiple groups in a Categories field.
1.4.1
- Fixed disabled element fields not showing up in Live Preview and theoretically emptying their contents on save.
1.4.0
- Added a disabled Entries field type.