Meta Box Columns Changelog
1.2.16 - 2024-08-19
Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer
1.2.15 - 2022-07-01
- Handle when column attribute is not an array
1.2.14 - 2021-11-01
- Fix button in text mode - WYSIWYG field - has 100% width
- Remove unneeded CSS
1.2.13 - 2021-06-15
- Push the data of columns back to meta box settings array, for future reference
1.2.12 - 2021-06-05
- Make columns 100% width on sidebar
1.2.11 - 2021-06-02
- Fix fatal error: class not found
1.2.10 - 2021-06-02
- Set width 100% for input group and select2
1.2.9 - 2021-05-28
- Fix responsiveness on mobiles
- Use namespace
- Move margin bottom to column instead of row to make it works consistently on mobiles
1.2.8 - 2021-05-08
- Use flexbox
- Set input, select, textarea 100% width
1.2.7 - 2020-05-26
- Fix notice when a field has a column that's not available in the meta box settings
- Prevent checkboxes and radio buttons from trying to take on 99% of the available width when viewed on a small device
1.2.6 - 2019-12-06
Fixed
- Prevent checkboxes and radio buttons from trying to take on 99% of the available width when viewed on a small device
1.2.5 - 2019-04-02
Fixed
- Fixed color picker is cut off because of
overflow: hidden
- Better CSS for user profile + term meta
1.2.4 - 2019-01-21
Fixed
- Fixed styling for user profiles, term edit and settings pages screens.
- Fixed responsiveness on mobiles.
1.2.3
Fixed
- Fixed map marker not showing
1.2.2
Changed
- Do not render columns for non-column meta boxes. Fixed issues of displaying meta boxes for terms and users.
1.2.1
Fixed
- Fixed meta boxes overlap each other. Fixed by settings default to 12 columns if fields don't have column settings.
1.2.0
Changed
- Rewrite the code to add logic to fields. Now works with complex column structure.
1.1
Changed
- Added new syntax to support multiple fields in 1 column. The syntax is similar to Meta Box Tabs extension.
1.0.2
Changed
- Add better check if total columns less than or greater than 12.
1.0.1
- Fix: use
box-sizing: border-box
for columns to fix any extra padding added to the columns (especially in nested collapsible groups).
1.0.0
- Improvement: Make the extension safe to be included in themes/plugins.
0.1
- First release