vigetlabs / craft-viget-base

http://code.viget.com/craft-viget-base/
7 stars 3 forks source link

Version 5.0 initial release (Craft 4 Support) #52

Closed joshuapease closed 2 years ago

joshuapease commented 2 years ago

Overview

The PR contains the changes it takes support Craft 4 (and one surprise feature). User preferences are now read-only, so we can't override showFieldHandles the way we used to.

🎉 Surprise Feature - Auto Bootstrapping Module

This means that there are zero steps to getting this set up on your Craft project. Just install the Composer package and away you go.

Branching Strategy

I also updated this repo to follow a similar branching strategy to craft-classnames