Skip to content

Releases: spicywebau/craft-odds-and-ends

1.6.1

05 Oct 08:45
Compare
Choose a tag to compare
  • 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

03 Oct 14:11
Compare
Choose a tag to compare
  • 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

20 Jun 09:17
Compare
Choose a tag to compare
  • 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

20 Jun 08:37
Compare
Choose a tag to compare
  • Made all the field types previewable.

1.5.2

12 May 09:49
Compare
Choose a tag to compare
  • Fixed a casing bug that would cause the Tools cp tab to error on some servers.

1.5.1

11 May 07:50
Compare
Choose a tag to compare
  • Switched the Freshdesk icon from ‘help’ to ‘mail’.

1.5.0

10 May 14:47
Compare
Choose a tag to compare
  • 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

20 Apr 13:00
Compare
Choose a tag to compare
  • Added a new field type ‘Categories (multiple groups)’ that lets you select multiple groups in a Categories field.

1.4.1

13 Apr 07:44
Compare
Choose a tag to compare
  • Fixed disabled element fields not showing up in Live Preview and theoretically emptying their contents on save.

1.4.0

31 Mar 09:08
Compare
Choose a tag to compare
  • Added a disabled Entries field type.