Skip to content

Releases: aurovrata/cf7-grid-layout

v5.0 beta 14 - PHP Custom hooks

14 Nov 12:08
Compare
Choose a tag to compare
Pre-release

Hooks are now included in the column settings modal under a Custom tab

v5.0 Beta 13 fix dropdown column setting menus

09 Nov 14:50
Compare
Choose a tag to compare
v5.0.0beta13

beta13

v5.0 Beta 12 Flexbox grid

08 Nov 13:54
Compare
Choose a tag to compare
Pre-release

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

15 Jun 08:44
Compare
Choose a tag to compare

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

07 Jun 10:41
Compare
Choose a tag to compare
Pre-release

This release includes modal settings for row, columns, form and slides.

v5.0 Beta 9 Respnsive Grid UI editor

24 Feb 11:35
Compare
Choose a tag to compare
Pre-release
v5.0.0beta9b

display-none css

v4.15.4 RC1 Fix dynamic field validation

22 Feb 17:01
Compare
Choose a tag to compare
Merge branch 'dev-v4.0' of github.com:aurovrata/cf7-grid-layout into …

…dev-v4.0

v5.0 Beta 8 Integrating Consditional CF7 groups

29 Jan 15:30
Compare
Choose a tag to compare

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

18 Jan 11:35
Compare
Choose a tag to compare
  1. 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.
  2. Add field button now launches the field modal automatically (one click less)
  3. Custom HTML option in the tag list will launch the customHTML modal and do away with the field modal.
  4. 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

18 Jan 08:40
Compare
Choose a tag to compare
Pre-release

This release has the new column size/offset menu integrated directly into the column header