lewisjenkins / craft-color-picker

A simple color picker for Craft CMS.
Other
1 stars 2 forks source link

Craft 4 upgrade? #3

Open scandella opened 2 years ago

scandella commented 2 years ago

Hi, Are you planning a 4 Craft upgrade for this plugin? I've updated a Craft site without noticing your plugin was not available for Craft4! So now the plugin is gone from the plugin settings page.

Thanks for your help.

shoored commented 1 year ago

@scandella I was in the same situation, but there is a native Craft color field (I'm not sure since which Craft version) that I'm using now as replacement. Perhaps that might work in your situation also.

shoored commented 1 year ago

@scandella Also you can try to save the old plugin field values to a new native color field. Probably best to try this on a local environment first and always create DB backups. php craft resave/entries --section=yourSection --set newColorFieldHandle --to oldColorFieldHandle --if-empty

ttempleton commented 1 year ago

I've just opened pull request #4 to add Craft 4 support.