Releases: sitecrafting/conifer
Releases · sitecrafting/conifer
v0.7.1
- Fixed a Fatal Error when
Timber::get_posts()
returns a non-array
#121
- Mostly automate the release process
#123
v0.7.0
- Support multiple assets.version-like source files for cache-busting (#105)
- Fix term counts for custom statuses (#115)
- add a general-purpose capitalize_each Twig filter (#118)
- Add Twig\FormHelper filters/fns by default
v0.6.2
- #108 SupportsAdvancedSearch bugfixes
- #113 doc improvements
- #91 improve local dev environment
- #94 deprecate Site::get_context_with_* methods and clean up API
- Use more specific posts_per_page param when querying for posts
v0.6.1
- Fixed a bug in
SupportsAdvancedSearch
that was causing a SQL error
v0.6.0
- Fix a Fatal Error in default
Button
shortcode usage when no attributes are declared (#100)
- tighten
Post::get_all()
$query
param typehint (#97)
- Implement a workaround for a Lando dev environment issue
- test on PHP 7.3
v0.5.4
- Added the
get_latest_posts
Twig function back
- Fixed a bad syntax error :(
- Added some docs
v0.5.3
- Bugfixes #85
- Improved post/taxonomy declaration docs
v0.5.2
- Improved inflection (underscore_separated vs. Space Separated Words)
in post type/taxonomy declarations
v0.5.1
- Added helper for declaring custom taxonomies more easily, similar to
Post::register_type()
#75
v0.5.0
- New Feature:
Site::register_*
script/stylesheet methods #50
- New Feature:
Post::register_type
#75
- Fixed a bug in view directory cascade #84