Skip to content

Releases: StoutLogic/understory

Remove TGM-Plugin-Activation

24 Sep 19:02

Choose a tag to compare

Remove support for TGM-Plugin-Activation. This never got used and always caused problems when trying to include our custom version.

Fix for Composer 2

09 Nov 18:28

Choose a tag to compare

There was an issue with PSR-4 compliance for MenuItem

Support ACF Builder 1.10

02 Jul 03:48
ac3acca

Choose a tag to compare

Add doctrine/inflector 1.x requirement

To be acfbuilder 1.10 compatible

Fix registering existing post types (v 0.5)

26 Nov 19:43

Choose a tag to compare

v0.5.3

Fix Version 0.5 for WordPress 5.3

Fix registering existing post types

14 Nov 01:03

Choose a tag to compare

Have modifyRegisteredPostType create a new WP_Post_Type instead of returning a std object

v0.9.1

11 Jul 17:34

Choose a tag to compare

Fix regression where Understory parent theme was no longer rendering views

Support Twig 2, Better child theming

03 Apr 18:07

Choose a tag to compare

Support for Twig 2
Butter child them support
Suporrt non Understory parent themes

Remove PHP 7 related code

20 Jun 18:52

Choose a tag to compare

Removes PHP 7 related code

Underscore in view names

22 Mar 20:52

Choose a tag to compare

Allow view names to have underscores to ensure woo commerce compatibility.

Customize Menu Items

03 Feb 03:14

Choose a tag to compare

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.