Skip to content

Releases: felixarntz/bootstrap-for-contact-form-7

1.3.0

21 Nov 22:25
Compare
Choose a tag to compare
  • Added: the new Google reCAPTCHA shortcode is now supported
  • Enhanced: added an additional filter to adjust form field arguments
  • Enhanced: a notice in the admin is now shown if the plugin cannot be initialized
  • Enhanced: language files no longer bundled in the plugin; now completely relies on language packs
  • Fixed: form element errors are now displayed correctly on horizontal forms and hidden on inline forms
  • Fixed: plugin constant definitions now happen on 'plugins_loaded' hook
  • Fixed: typo 'dismissable' in alert setting / class is now 'dismissible'
  • Fixed: readme link to 'Additional Settings' now translateable

1.2.4

03 Oct 09:51
Compare
Choose a tag to compare
  • Tweaked: added textdomain for translate.wordpress.org
  • Fixed: defaults are now working correctly on all field types
  • Fixed: the label for attribute is no longer printed if no ID has been provided

1.2.3

24 Aug 10:29
Compare
Choose a tag to compare
  • Enhanced: Arguments for every field are now filtered to allow detailed adjustments

1.2.2

31 Jul 13:07
Compare
Choose a tag to compare
  • Fixed: CSS is now specific to the contact form to prevent conflicts

1.2.1

30 Jul 15:24
Compare
Choose a tag to compare
  • Added: the captchar shortcode now supports an 'include_captchac' option to display the captcha image inline with the input field
  • Added: the textarea shortcode and all other text inputs now support an 'include_count' option to display their character count inline with them
  • Enhanced: the default grid column count of Bootstrap can now be overridden using the form property 'grid_columns'
  • Enhanced: the textarea shortcode now supports 'input_before' and 'input_after' (content is displayed above / below the textarea)
  • Enhanced: the submit button size can now be adjusted separately from the rest of the form's size
  • Tweaked: captcha images now have their image size adjusted to the 'size' form property by default
  • Tweaked: --- typed in the 'input_before' or 'input_after' option will render as a space in the frontend
  • Fixed: minlength and maxlength attributes are now honored by all text inputs and textareas

1.2.0

03 Jul 10:13
Compare
Choose a tag to compare
  • Added: new CF7 count shortcode is now supported
  • Enhanced: form properties can now be modified without any code (i.e. without a filter); the properties can be defined in the new "Additional Settings" tab of Contact Form 7
  • Enhanced: textual inputs now support Bootstrap's input group feature
  • Enhanced: checkbox and radio types can now show an actual label; it is only used as the checkbox label if no option is provided
  • Tweaked: plugin now adheres to WordPress Coding Standards
  • Fixed: improved display method for captcha images
  • Fixed: textarea row attribute now honored
  • Fixed: free_text attribute on checkbox and radio types now honored
  • Fixed: form attribute 'group_type' now honored
  • Fixed: additional CF7 styles are now outputted in the head
  • Fixed: check if CF7 functions are available before calling them

1.1.1

15 May 09:30
Compare
Choose a tag to compare
  • Fixed: exclusive option for checkbox now working
  • Fixed: default option for radio/checkbox now working
  • Fixed: PHP notice for radio/checkbox with only one option
  • Fixed: Captcha not valid message now only shows up once as it is supposed to

1.1.0

24 Feb 21:18
Compare
Choose a tag to compare
  • Added: new attribute 'align' can be added to the submit button
  • Enhanced: submit button now positioned properly according to form layout
  • Fixed: select and radio/checkbox options now use the main plugin's get_data_option method

First release

04 Nov 10:02
Compare
Choose a tag to compare
1.0.0

Initial commit