Releases: StoutLogic/understory
Releases · StoutLogic/understory
Remove TGM-Plugin-Activation
Fix for Composer 2
There was an issue with PSR-4 compliance for MenuItem
Support ACF Builder 1.10
Add doctrine/inflector 1.x requirement To be acfbuilder 1.10 compatible
Fix registering existing post types (v 0.5)
v0.5.3 Fix Version 0.5 for WordPress 5.3
Fix registering existing post types
Have modifyRegisteredPostType
create a new WP_Post_Type
instead of returning a std object
v0.9.1
Support Twig 2, Better child theming
Support for Twig 2
Butter child them support
Suporrt non Understory parent themes
Remove PHP 7 related code
Removes PHP 7 related code
Underscore in view names
Allow view names to have underscores to ensure woo commerce compatibility.
Customize Menu Items
You can create custom navigation items by extending CustomNavMenuItem
and use them by Instantiating Understory\Menu
which extends from Timber\Menu
. Be sure to over ride the Timber public field $MenuItemClass
with your own CustomNavMenuItem
.