MB Views Changelog
1.13.1 - 2024-08-29
- Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer
- Make shortcode work with ajax
1.13.0 - 2024-07-02
This version adds a new type to views that allows you to render blocks with views. You can insert block attributes into the template just like inserting other fields.
For more details, please see this blog post.
1.12.8 - 2024-05-16
- Fix map/osm fields not showing when there is a view for posts
- Fix PHP 8.2 deprecated notice
1.12.7 - 2024-03-26
- Fix rendering icon field
1.12.6 - 2024-03-14
- Fix not displaying the
text_list
field on the frontend
1.12.5 - 2023-09-06
- Fix empty `option_name` in settings pages (#21)
1.12.4 - 2023-06-27
- Hotfix for rendering shortcodes in views
1.12.3 - 2023-06-23
- Fix PHP notice error with the video field
- Fix line breaks in CSS getting wrapped in paragraphs
- Set default location to Shortcode
1.12.2 - 2023-03-23
- Fix rendering shortcode when view is draft
- Fix parsing file info when using custom upload dir
1.12.1 - 2023-03-08
- Fix missing import views
1.12.0 - 2023-01-31
- Use Mocaco editor with fullscreen & word wrap toggle
- Fix import on Windows
1.11.5 - 2022-12-28
- Add import export
1.11.4 - 2022-12-05
- Fix conflicts with Breakdance and other plugins that use Twig
- Fix custom map not rendering if there are more shortcodes on a page
- Fix PHP8 deprecated notice
1.11.3 - 2022-08-11
- Fix rendering maps with the default style
1.11.2 - 2022-07-14
- Fix Google Maps and Open Street Maps JS loads on the front end when not used
1.11.1 - 2022-06-20
- Fix Meta Box fields overwrite user fields, which make them empty
1.11.0 - 2022-04-01
- Auto parse fields value for custom post/term/user queries, so you can use post.field_id in your custom queries without using the old mb.rwmb_meta or mb.get_post_meta.
- Fix notice for OSM field
1.10.1 - 2022-03-08
- Fix: Field Google Map: API not working in Group
- Fix/error when author has no post
1.10.0 - 2022-01-21
- Add support to render views with external Twig files
1.9.4 - 2022-01-15
- Add code to ask to enable Meta Box Conditional Logic and Meta Box Tooltip inside AIO
1.9.3 - 2022-01-10
- Fix css not render in shortcode mode
- Add tooltip to view settings
1.9.2 - 2021-12-06
- Output CSS in header if possible to make HTML validated
- Fix code area overflow to the right
- Fix REST requests not working if permalink is plain
- Always load list of posts/items when click the select box
1.9.1 - 2021-08-04
- Add filter for view data and Twig environment
- Fix PHP warning array_map()
- Fix notice error when adding a new contact form with CF7
- Fix wysiwyg content not auto add paragraphs
- Fix taxonomy archive location
- Don't generate rewrite tag for view category
1.9.0 - 2021-04-29
- Add categories for views
- Render views by name (slug)
- Fix not getting sub-field value in a group for video, map, file, sidebar
1.8.3 - 2021-04-01
- Fix compatibility with Gantry framework
1.8.2 - 2021-02-03
- Update Twig to version 3
1.8.1 - 2020-12-01
- Fix adding custom attributes to shortcodes
1.8.0 - 2020-11-30
- Fix PHP notices if no post/user found
- Rewrite admin JavaScript using React hooks
1.7.0 - 2020-10-21
- Use Twig 3.x which has more features
- Requires PHP 7.2.5+
1.6.0 - 2020-09-09
- Add support for custom location rules via template tags or PHP code
- Improve search for post title only in Location rules
1.5.3 - 2020-08-22
- Allow to set views for posts with 'any' status, which supports draft, protected posts.
1.5.2 - 2020-07-27
- Add filter for checking action active
- Add hook for location validation
- Improve CSS
1.5.1 - 2020-07-06
- Fix blocks not rendering in views
- Fix rendering fieldset text and text list fields
- Fix wrong version for assets
1.5.0 - 2020-07-02
- Add location rules for action hooks. Now you can show a view for a custom hook like
estar_header_before
on a specific page.
- Rewrite the location rules interaction in the admin area for more stability, now using pure React (no select2 and jQuery).
- Simplify the validation code for the front end.
- Fix wrong shortcode in list table view.
1.4.1 - 2020-06-03
- Allow developers to bypass the default renderer and use an alternative method like Timber
- Fix JS error when MB Relationships is not active
- Fix not closing modal after insert
1.4.0 - 2020-05-27
- Allow to output views at a specific WP action
- Add render mode for whole page including header & footer
1.3.1 - 2020-05-19
- Fix not toggling group sub-fields
- Add View tab to insert sub-views
1.3.0 - 2020-05-06
- Add support for terms
- Fix location rules not working for categories and tags
- Fix checkbox field output
1.2.0 - 2020-04-22
- Add support for relationships (see Query tab)
- Add ability to include and inherit views in other views
- Fix error on all views screen when a view is not a archive/singular view
1.1.1 - 2020-04-17
- Fix settings fields empty
- Don't show user profile meta boxes
- Don't show relationships meta boxes
1.1.0 - 2020-04-08
- Auto select "All" when add a new rule
- Add admin columns
- Show position for archive as well
1.0.1 - 2020-03-11
- Close inserter panel when clicking at "Insert Field" button again
- Fix time field not being inserted
- Fix render user fields
- Fix user avatar modal not showing
- Fix JS warnings
1.0.0 - 2020-03-06
- Initial release