An incomplete log of changes.
- Remove unused Gemfile and Gemfile.lock from root
- Update documentation
- Version 2! Make sure to check out https://fewbricks2.folbert.com/
Lets try this!
- Made add_common_field() public. #51
- Added support for field "date_picker"
- Added support for field "date_time_picker"
- Thanks to https://github.com/mariemanandise for both of the above
- Added function
get_field_values()
tobrick
- Added function
get_get_html_arg()
tobrick
- Added ability to pass $post_id to
have_rows()
inbrick
- Changed name on filter for project files base path
- Added ability to pass data to a brick template
- Added filter for brick template file extension
- Added filter for brick template base path
- Added filter for project files base path
- Added section about filters in the readme
- Added functions get_brick_layouts() and has_brick_layout() for brick class.
- Added hook for filter fewbricks/brick/brick_template_base_path in brick->get_brick_template_html(). More info in the readme file.
- helpers\hide_acf_info() now returns correct value
- Added functions for setting/retrieving inline css for a brick. This can come in handy if you want to set some styles dynamically in a brick that a brick layout should have access to. Seach the readme for "inline_css" for more info.
- Improvements on
set_data_item()
in the brick class and addedget_data_item()
. You can now group data. Search the readme for "set_data_item" for more info. - Added
get_key()
to brick class.
- Added support for placing fewbricks in child theme
- Hotfix for Timber dependency in demo
- Added autoupdate functionality when viewing the plugin in plugins list.
- Fixed bug with incorrect path to custom field classes in template
- Added the changelog
- Object orientified the bootstrap file
- Updates to the Readme file
- First stable release