v1.4.4-prerelease
Pre-release
Pre-release
Changes:
- Added an early implementation of the new add_script() method to the Method layout class. This method allows for different blocks of js to be built out progressively over a page's buildout.
- method_get_class() now has an argument for specifying whether output should be echoed or returned (default: $echo = false, meaning output is returned)
- method_get_post_array() now accepts an array of post types, and a new $label argument was added (default: false). If set to true, the singular post type name for each post is displayed in parentheses after the post title.