Skip to content

v4.9.400

Compare
Choose a tag to compare
@RensTillmann RensTillmann released this 09 Mar 21:39
· 579 commits to master since this release

Mar 09, 2020 - Version 4.9.400

  • NEW: Adaptive Placeholders, can be enabled under Form Settings > Theme & Colors > Enable Adaptive Placeholders
  • Added: Exclude dates or a range of dates for Datepicker element to disallow users from selecting specific dates, examples:
    • 2020-03-25 (excludes a specific date)
    • 2020-06-12;2020-07-26 (excludes a date range)
    • 01 (excludes first day for all months)
    • 10 (excludes 10th day for all months)
    • Jan (excludes the month January)
    • Mar (excludes the month March)
    • Dec (excludes the month December)
  • Added: Localization options for Datepicker element:
    English / Western (default), Afrikaans, Algerian Arabic, Arabic, Azerbaijani, Belarusian, Bulgarian, Bosnian, Català, Czech, Welsh/UK, Danish, German, Greek, English/Australia, English/UK, English/New Zealand, Esperanto, Español, Estonian, Karrikas-ek, Persian, Finnish, Faroese, Canadian-French, Swiss-French, French, Galician, Hebrew, Hindi, Croatian, Hungarian, Armenian, Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Khmer, Korean, Kyrgyz, Luxembourgish, Lithuanian, Latvian, Macedonian, Malayalam, Malaysian, Norwegian Bokmål, Dutch (Belgium), Dutch, Norwegian Nynorsk, Norwegian, Polish, Brazilian, Portuguese, Romansh, Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish, Tamil, Thai, Tajiki, Turkish, Ukrainian, Vietnamese, Chinese zh-CN, Chinese zh-HK, Chinese zh-TW
  • Added: Super Forms Widget for Elementor plugin. You are now no longer allowed to use a Text widget to render your forms. Instead you must either use the native Super Forms Widget or the build in Shortcode Widget of Elementor (if you don't an error will be shown)
  • Added: PayPal Add-on - option to conditionally checkout to PayPal, this allows you to optionally let the user pay via PayPal
  • Added: Option for Dropdown element to choose a Filter logic between Contains or Starts with (from left to right) so that when a user starts typing it either filters from the beginning of the string instead of doing a global search. This is useful for filtering countries, because you would want the user to jump to Switzerland when typing Sw and not to Botswana.
  • Fixed: {tags} where no longer working on custom URL for Button element due to usage of esc_url()
  • Fixed: Form settings > Prevent submitting form on pressing "Enter" keyboard button was no longer working
  • Fixed: W3C validation errors
  • Fixed: JavaScript error with dropdown filter
  • Fixed: Issue with Allow field to be empty not taking effect in combination with for instance Website validation method
  • Fix: Currency field with decimal (precision) set to 0 would return value in cents, 1 would become 0.01 instead
  • Fix: JavaScript error in Elementor builder interface
  • Fix: Hidden field could not have a default value of 0 due to the usage of the empty() PHP function
  • Fix: MailChimp Add-on - when displaying Groups/Interests loop over all groups instead of just one
  • Fix: Filter users by role(s) for retrieve method Users (wp_users) was not working
  • Fix: JavaScript error due to new localization feature on datepicker
  • Fix: Issue with multi-part Next button inheritting the action from the form Submit button causing possible action to become Clear or Print instead of going to next multi-part section
  • Fix: Bug with datepicker settings not being applied due to name mismatch/typo e.g Show week numbers was always shown even when not enabled
  • Fix: Remove padding for inactive TAB items for for TAB element with location set to: Vertical tabs
  • Fix: Popup Add-on updated GSAP to v3.2.4 (solves conflict with Avada theme)
  • Fix: Conflicting Conditional Variable with Conditional Logic causing the items to not properly being saved for the Text element
  • Improved: Radio/Checkbox Label vertical alignment for long text/html
  • Improved: Allow user to go to previous step in multi-part when Check for errors before going to next step is enabled.
  • Improved: When reading CSV file make sure to remove BOM (Byte order mark)