Closed tobystokes closed 1 year ago
Resolved with a2df4223abaf0fcdd240bf556f8f4f711caf7c9c
I'm not actually using the plugin's fieldType...
@tobystokes The migration that is being run resaves all fields so that any instances of the plugins field can be resaved correctly within its context.
With this update, I disabled running validation so that nothing should break. If you want to see which fields are not passing validation, you can remove the false
from this line. I've updated the exception to include the actual field handle and type for clarification.
using the plugin after
composer require "fostercommerce/craft-snipcart:dev-craft4"
all fine, but after runningcraft update all
:(I'm not actually using the plugin's fieldType...)