Releases: aurovrata/cf7-grid-layout
v5.0 beta 14 - PHP Custom hooks
Hooks are now included in the column settings modal under a Custom
tab
v5.0 Beta 13 fix dropdown column setting menus
v5.0.0beta13 beta13
v5.0 Beta 12 Flexbox grid
Version beta 12 is now using the CSS flexbox grid display properties for the row/column layout. It makes use the the fleboxgrid plugin for this, with the plan for a future release to enable better responsive forms on large/medium/small/extra-small screens,
v5.0 Beta 11 Admin UI changes completed
This is the last beta version for the admin UI which now has all the settings and HTML structures for the new functionality integrated into the form edit page.
v5.0.0 Beta 10 Modal settings
This release includes modal settings for row, columns, form and slides.
v5.0 Beta 9 Respnsive Grid UI editor
v5.0.0beta9b display-none css
v4.15.4 RC1 Fix dynamic field validation
v4.15.4rc1 Merge branch 'dev-v4.0' of github.com:aurovrata/cf7-grid-layout into …
v5.0 Beta 8 Integrating Consditional CF7 groups
This release integrates the Conditional Fields for CF7 plugin [group]
tags into the UI editor.
- Field cells (columns in rows) can now have a group tag associated with their inner HTML structure. This is indicated with a dotted border line around that cell, as well as a crossed 'eye' (visible) dashicon into the column controls.
[group]
tags added into the HTML editor are associated with the closest parent<div>
in the UI editor and stripped from the code in order not to interfere with the UI layout.
v5.0 Beta 7 UI Field & Custom Modal sequence
- Unset fields will be shown the tag list modal first, prior to the field attributes. Fields that are already set will be presented with the UI field modal directly.
- Add field button now launches the field modal automatically (one click less)
- Custom HTML option in the tag list will launch the customHTML modal and do away with the field modal.
- The custom shortcode modal will only show if additional shortcodes are registered but do not have a tag generator associated with them. This is for example thec ase with the hidden tag field.
To test a custom shortcode, use this code in your theme's functions.php
file,
//test custom tags for smart grid v5
add_action( 'wpcf7_init', 'dummy_shortcode_handler' );
function dummy_shortcode_handler() {
if( function_exists('wpcf7_add_form_tag') ) {
wpcf7_add_form_tag(
array( 'dummy', 'dummy*' ),
'display_dummy_field',
true
);
}
}
v5.0.0 Beta 6 Columns Size/Offset menu
This release has the new column size/offset menu integrated directly into the column header