Meta Box Show Hide Changelog
1.3.1 - 2024-08-19
Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer
1.3.0 - 2019-03-01
Added full compatibility for Gutenberg. Now all rules are working properly in both classic editor and Gutenberg editor.
1.2.0 - 2019-02-28
Added support for post type templates.
1.1.0
Added support for Gutenberg. Supports template
and post_format
rules.
1.0.4
Removed empty rules, which can cause unexpected behavior.
1.0.3
Fixed for radio fields
1.0.2
Fix: Fix detect changes for input values
1.0.1
Improvement: Make the extension safe to be included in themes/plugins.
1.0.0
- Fix: is_child now works for new post
- Improvement: optimize code for performance
0.2.1
Improvement: add condition to check if page is a child page or not
0.2
- Improvement: allow to show/hide meta boxes by input values
0.1.1
- Fix: cannot hide meta boxes
0.1.0
- First release