Raistlfiren / FAIconFieldType

A new field type to allow users to select font awesome icons. The field is based off the icon picker - http://mjolnic.com/fontawesome-iconpicker/
MIT License
1 stars 1 forks source link

upgrade FAIconPickerField to latest bolt version #10

Closed artggd closed 6 years ago

artggd commented 6 years ago

This fixes #9 I upgraded the field type by extending the class Bolt\Storage\Field\Type\FieldTypeBase instead of implementing the interface FieldTypeInterface. Also, the method getStorageType now uses Doctrine's factory method getType from Doctrine\DBAL\Types

artggd commented 6 years ago

I realised it's already been fixed on master. Closing this then. I was using the stable version 3.4 which is still buggy, you may want to tag 3.4.1 ;)

Raistlfiren commented 6 years ago

Thank you for the PR @artggd. I have tagged the release as 3.5 and fixed another minor issue. Cheers :)