Skip to content

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

1.4.8

24 May 13:36
Compare
Choose a tag to compare
  • Added: support for input groups for number tags
  • Added: support for conditional loading of styles and scripts
  • Enhanced: Labels now allow basic inline HTML markup
  • Fixed: Acceptance validation not showing message

1.4.7

08 Mar 15:11
Compare
Choose a tag to compare
  • Fixed: plugin compatibility with Contact Form 7 version 5.0 acceptance checkbox triggering submit button

1.4.6

21 Feb 19:24
Compare
Choose a tag to compare
  • Fixed: plugin compatibility with Contact Form 7 version 5.0 acceptance checkbox triggering submit button
  • Fixed: plugin compatibility with Contact Form 7 after refactor removing jQuery.fn.wpcf7ClearResponseOutput() function

1.4.5

03 Oct 03:29
Compare
Choose a tag to compare
  • Fixed: plugin compatibility with Contact Form 7 version 4.9 input type radio default required

1.4.4

28 Jul 12:43
Compare
Choose a tag to compare
  • Fixed: critical bug with REALLY SIMPLE CAPTCHA not showing image

1.4.3

28 Jul 12:19
Compare
Choose a tag to compare
  • Fixed: plugin compatibility fatal errors with Contact Form 7 version 4.8 related to form validation and REALLY SIMPLE CAPTCHA
  • Fixed: Contact Form 7 version 4.7 features are now being used
  • Fixed: correct styles for latest Contact Form 7 versions are now being printed

1.4.2

17 Dec 19:46
Compare
Choose a tag to compare
  • Fixed: plugin compatibility fatal errors with Contact Form 7 version 4.6 with count and CAPTCHA shortcodes

1.4.1

15 Dec 20:13
Compare
Choose a tag to compare
  • Fixed: plugin is now compatible with Contact Form 7 version 4.6 and its renamed functions / classes

1.4.0

26 Oct 14:59
Compare
Choose a tag to compare
  • Enhanced: all form settings except submit_size, submit_type and required_html can now be overridden on a per-field basis by providing the setting name and its intended value as a shortcode attribute
  • Enhanced: a new value 'none' is now supported for the layout form setting which will prevent any wrapper from rendering; it is recommended to only use this for advanced field layouts
  • Enhanced: a new attribute label_class can now be added to shortcodes for additional label classes
  • Enhanced: input_before and input_after now support HTML by putting something like `{input_before}Content before{/input_before} into the content of a field shortcode (make sure to use curly braces); this method is now recommended and takes precedence over the old way
  • Fixed: the label of the free_text option in radio buttons / checkboxes is now displayed correctly

1.3.1

07 Feb 13:29
Compare
Choose a tag to compare
  • Enhanced: alerts can now be made dismissible by defining the constant CF7BS_ALERT_DISMISSIBLE
  • Fixed: properly add for attributes to labels for checkbox and radio groups for accessibility
  • Fixed: wrapped checkbox and radio groups with <fieldset> for accessibility; needs to be manually enabled by defining the constant CF7BS_FIELDSET_WRAP (because of possible backwards compatibility issues with styling)
  • Fixed: ID is no longer created for button groups which have an empty ID specified