Skip to content

Releases: Anubarak/craft-relabel

2.0.2

05 Aug 09:54
Compare
Choose a tag to compare

2.0.2 - 2020-08-05

{warning} Craft 3.5.0 due to the field layout changes in Craft 3.5.0 Relabel is not longer required. This final version will create a migration that tries to convert relabels to native Craft CMS Field labeling. Use it on your own risk and double check if all labels are set correctly after the migration. please report any errors/issues you find and alter the rest of your fields if required. Make sure to backup your system before you run the migration.

fixed

  • fixed an table prefix issue when fetching relabel

2.0.1

03 Aug 08:49
797e30e
Compare
Choose a tag to compare

2.0.1 - 2020-08-03

{warning} Craft 3.5.0 due to the field layout changes in Craft 3.5.0 Relabel is not longer required. This final version will create a migration that tries to convert relabels to native Craft CMS Field labeling. Use it on your own risk and double check if all labels are set correctly after the migration. please report any errors/issues you find and alter the rest of your fields if required. Make sure to backup your system before you run the migration.

added

  • final migration to convert custom labels into Craft CMS native labels

2.0.0

03 Aug 08:47
Compare
Choose a tag to compare

2.0.0 - 2020-08-03

{warning} Craft 3.5.0 due to the field layout changes in Craft 3.5.0 Relabel is not longer required. This final version will create a migration that tries to convert relabels to native Craft CMS Field labeling. Use it on your own risk and double check if all labels are set correctly after the migration. please report any errors/issues you find and alter the rest of your fields if required. Make sure to backup your system before you run the migration.

added

  • final migration to convert custom labels into Craft CMS native labels

1.4.0

15 Jul 15:58
Compare
Choose a tag to compare

1.4.0 - 2020-07-15

{warning} Craft 3.5.0 has implemented it's custom version for relabeling fields. In order to not lose your relabels you should update to this version. It will stop working, but I'm going to create a migration soon to migrate old relabels to the new Craft style, in the meantime you can either do nothing or see all relabels in a custom index page admin/relabel. But if you don't update to this version all relabels will be forever deleted as soon as you re-save a layout

changed

  • deactivate the plugin

added

  • added a custom index page to display all labels in use settings/plugins/relabel
  • in progress -> create a migration to apply old relabel to new craft field layouts

1.3.5.4

24 Jun 14:35
Compare
Choose a tag to compare

1.3.5.4 - 2020-06-23

fixed

  • another try to change labels for all browser(s) and versions

1.3.5.3

23 Jun 09:54
Compare
Choose a tag to compare

1.3.5.3 - 2020-06-23

added

  • added multisite support -> check for the "site" query param to request the entry for the correct site
  • added support for drafts -> those have only an url like "{id}" and not "{id}-{slug}"

1.3.5.2

19 Jun 12:06
Compare
Choose a tag to compare

1.3.5.2 - 2020-06-19

fixed

  • fixed a bug that prevented re-labeling in JS in the latest Chrome Version for whatever reason

1.3.5.1

06 May 06:34
Compare
Choose a tag to compare

1.3.5.1 - 2020-02-06

fixed

  • fixed a bug that prevented re-labeling for fields that come after a matrix field in another field layout tab, thanks [https://github.com/mdominguez](Mattias Dominguez) #16

1.3.5

02 Apr 07:41
Compare
Choose a tag to compare

1.3.5 - 2020-02-04

added

  • after a field layout was removed, all labels of this layout are now deleted

fixed

  • do not relabel fields in matrix blocks #14
  • fixed a bug that could cause the project-config syncing to fail 12 & 11
  • security fix by bencroker, thanks for this and sorry for being so late 13

1.3.4

01 Oct 06:14
Compare
Choose a tag to compare

1.3.4 - 2019-09-30

Fixed

  • Add security check in Relabel::getErrors, only execute getFieldLayout if there is a valid fieldLayoutId