Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Releases: spicywebau/craft-fieldlabels

v1.1.0

09 May 05:34
4161d06
Compare
Choose a tag to compare

Added

Changed

  • check to see if plugin is enabled as well as installed - thanks @samuelbirch
  • Convert instructions from varchar(255) to text - thanks @ttempleton

v1.0.7

03 Apr 09:20
Compare
Choose a tag to compare

Fixed

  • Fixed issue on multi-site Craft installations where applying a field label to a translatable field would remove the translatable icon

v1.0.6

03 Apr 03:36
Compare
Choose a tag to compare

Added

  • Added support for the project config rebuild functionality introduced in Craft CMS 3.1.20

Changed

  • Field Labels now requires Craft CMS 3.1.20 or later
  • Changed the Field Labels instructions input to a textarea, for consistency with Craft's presentation of instructions on a field settings page

Fixed

  • Fixed issue where a Field Labels instruction could duplicate if the field instruction it replaced was multi-line

v1.0.5

29 Mar 09:52
Compare
Choose a tag to compare

Added

  • Added support for the Solspace Calendar plugin

v1.0.4

29 Mar 07:57
Compare
Choose a tag to compare

Fixed

  • Fixed error that occurred when attempting to create a new element from an element field's modal
  • Fixed error that occurred if Craft Commerce was required by a Craft project but not installed

v1.0.3

28 Mar 02:31
Compare
Choose a tag to compare

Fixed

  • Fixed error when trying to perform a project config sync from a terminal
  • Fixed potential error if a section has no entry types

v1.0.2

27 Mar 09:10
Compare
Choose a tag to compare

Fixed

  • Fixed issue with field labels not being applied to entry drafts

v1.0.1

26 Mar 06:22
Compare
Choose a tag to compare

Fixed

  • Fixed issue where getIsGuest() returned true even if user was signed in (thanks @aaronbushnell)
  • Fixed issue with field labels not being applied to Commerce orders

v1.0.0

25 Mar 09:01
Compare
Choose a tag to compare
  • Initial release for Craft 3

v0.1.3

09 Apr 03:50
Compare
Choose a tag to compare
  • Improved Label names and instructions can now be translated
  • Improved Improved API for plugin use (now supports the Neo plugin)