Açıklama Yok

changelog.txt 54KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997
  1. == Changelog ==
  2. = 1.7.1.2 =
  3. - Fixed: Edge case when form tokens (anti-spam protection) failed verification at certain time of a new day.
  4. = 1.7.1.1 =
  5. - Changed: Improved translations by removing confusion if non-translatable placeholders are used.
  6. - Changed: Improved support for WordPress Core UI colors and admin themes in the admin bar menu.
  7. - Changed: Improved display of empty and hidden field labels in Form Builder preview.
  8. - Changed: Field helper notification in the Form Builder now can be dismissed.
  9. - Changed: Improved and standardized look of classic and modern Dropdown field across Form Builder, admin area, and frontend.
  10. - Fixed: Strip slashes from Paragraph Text field when the value is dynamically populated.
  11. - Fixed: SMTP settings page linked to Setup Wizard even when SMTP settings are already configured.
  12. - Fixed: Notifications count in the admin bar is misaligned.
  13. - Fixed: Field helper notification in the Form Builder overlaps and blocks Duplicate and Delete actions when hovered.
  14. - Fixed: Non-latin (Punycode) email addresses are not converted for display in email suggestion hints.
  15. = 1.7.0 =
  16. - Added: Uncanny Automator integration.
  17. - Changed: Updated jQuery Validation library to v1.9.3.
  18. - Fixed: Incorrect handling of language files downloads when the plugin is activated, or site language is changed.
  19. - Fixed: Alignment for admin notification counter.
  20. - Fixed: Javascript error in Elementor page builder.
  21. - Fixed: Embedded forms into global sidebar report about an error in the Divi page builder.
  22. - Fixed: Change settings were not applied for a Duplicated Modern Dropdown field.
  23. - Fixed: Form fields not displaying full width on mobile devices with Base form styling selected.
  24. = 1.6.9 =
  25. - Added: Keyboard Shortcuts informational popup in the Form Builder, triggered with `Ctrl + /` shortcut.
  26. - Added: Separate category for templates added by addons.
  27. - Added: Smart Tags support in Confirmation Messages.
  28. - Added: Punycode support for the Email field to allow using international domain names.
  29. - Added: Compatibility with PHP 8.
  30. - Changed: Display only WPForms related actions on the Tools > Scheduled Actions page.
  31. - Changed: Enable AJAX form submission by default for new forms created using Blank template and addon templates.
  32. - Changed: Default state on the CAPTCHA Settings screen on new installs is now set to None.
  33. - Changed: Improved consistency of various modal popups in the Form Builder.
  34. - Changed: Speed up form preview in the Form Builder by limiting the number of choices displayed.
  35. - Changed: Updated ActionScheduler library to 3.2.1.
  36. - Fixed: Missing down arrow in the Dropdown field in the Twenty Twenty-One theme on a fresh install.
  37. - Fixed: Clicking on the Field Options tab in the Form Builder always opens options for the first field in the form.
  38. - Fixed: Form Setting panels can be broken by horizontally resizing textarea fields.
  39. - Fixed: Insert/edit link button not working in the Confirmation Message editor.
  40. - Fixed: Prevent editor styles from loading on various settings pages.
  41. - Fixed: Missing Conditional Logic class in the Lite version causing errors when using custom integration that extends the `WPForms_Provider` class.
  42. - Fixed: Console error in Chrome when re-ordering choices in the Dropdown, Checkboxes and Multiple Choice field settings.
  43. - Fixed: Unrelated admin notices are no longer displayed on the WPForms admin pages.
  44. - Fixed: Modern Dropdown field not initialized properly in the Divi Builder.
  45. - Fixed: Dropdown preview in the Form Builder not updated if the first option's value is empty.
  46. - Fixed: Preserve reply-to in the Notifications settings when creating a form from a template.
  47. - Fixed: Minor button styling issue in WordPress 4.9.
  48. - Fixed: Avoid error by allowing objects implementing the `__invoke()` method as a hook callback.
  49. - Fixed: Various Dropdown field CSS issues in the Form Builder.
  50. = 1.6.8.1 =
  51. - Changed: Allow using right-click to open a form preview in a new tab or window.
  52. - Fixed: Notifications disabled on the previous version were enabled after the 1.6.8 update.
  53. - Fixed: Block preview in new WordPress 5.8 Widgets Block Editor now aligned properly.
  54. - Fixed: Word wrapping issues in various places for non-English languages.
  55. = 1.6.8 =
  56. - Added: Form Builder visual modernization and improved user experience.
  57. - Added: Form Builder is now more optimized, loading and performing faster.
  58. - Added: More tooltips in various areas of the Form Builder to provide context for different options.
  59. - Added: A lot more Templates that you can use for one-click forms creation.
  60. - Added: Categorize Form Templates into different sections and improve search, allowing faster access and better user experience.
  61. - Added: New Preview button for all Templates, so you can check how your form will look like before applying the Template.
  62. - Changed: Dropped support for IE11 in the Form Builder (same as WordPress 5.8).
  63. - Changed: Introducing tabs instead of accordion for Field Options in the Form Builder: General, Advanced, Smart Logic.
  64. - Changed: Allow underscore symbol usage in Allowlist/Denylist in Email field.
  65. - Changed: Updated DOMPurify lib to 2.3.0.
  66. - Fixed: A lot of visual inconsistencies inside the Form Builder.
  67. - Fixed: TinyMCE editor in the default Confirmation has 2 tabs (Visual, Text), which previously had incorrect height.
  68. - Fixed: Firefox-specific issue that prevents fields from being drag-n-dropped inside the Preview area of the Form Builder.
  69. - Fixed: Form Builder performance issue with large number of choices added to option fields.
  70. - Fixed: Missing down arrow in Dropdown field in Twenty Twenty-One theme.
  71. - Fixed: Checkboxes and Multiple Choice input fields rendered incorrectly in Twenty Twenty-One theme.
  72. - Fixed: Breaking words when wrapping in Modern Dropdown field.
  73. - Fixed: Download all relevant translations when initiating an upgrade from Lite to Pro on the plugin Settings page.
  74. - Fixed: Preserve line breaks when pasting blocks of text into Paragraph field with word limit option enabled.
  75. = 1.6.7.3 =
  76. - Changed: Renamed a misspelled `wpforms_display_sumbit_spinner_src` filter to `wpforms_display_submit_spinner_src`, old name is now deprecated.
  77. - Fixed: Expired transients are not deleted automatically.
  78. - Fixed: Entries count race condition under high load in the plugin Lite version.
  79. - Fixed: Form Builder product education links.
  80. = 1.6.7.2 =
  81. - Fixed: Admin notice option flag reference.
  82. = 1.6.7.1 =
  83. - Changed: Improved logic of pasting a text in the fields with word and character limits.
  84. - Changed: Updated DOMPurify lib to 2.2.9.
  85. - Changed: Some admin notices can be dismissed on a per-user basis.
  86. - Fixed: Smart Tags don't parse dot and comma symbols well.
  87. - Fixed: In rare cases, WPForms functions calls are not handled correctly inside the third-party frontend AJAX calls.
  88. - Fixed: Incorrect `wpforms_smart_tag_process` filter deprecation notice.
  89. - Fixed: Compatibility with the Elementor 3.1.x, 3.2.x and 3.3.x.
  90. = 1.6.7 =
  91. - Changed: Email Summaries can now be tweaked via the hook to have multiple "To" recipients.
  92. - Changed: Email Summaries subject line is changed to reduce a chance of going into spam folder.
  93. - Changed: Rewrote inline captcha scripts in vanilla JS to improve its compatibility with a third-party code.
  94. - Changed: Replaced jQuery.isFunction() (deprecated as of jQuery 3.3) usages with a recommended counterpart.
  95. - Changed: Refine smart tags system to improve extensibility.
  96. - Changed: Each addon title is linked to a related documentation on the Addons page.
  97. - Changed: Externally disabled fields are displayed inside the Form Builder as dismissible notices.
  98. - Changed: Updated DOMPurify lib to 2.2.8.
  99. - Fixed: Inconsistent Form Builder JS events loading order in jQuery 3+ across different browsers.
  100. = 1.6.6 =
  101. - Added: WordPress 5.7 new color scheme compatibility.
  102. - Changed: Allow using 0/false values in choices label for Checkboxes, Multiple Choice, Dropdown fields.
  103. - Changed: Better AJAX form submit error messages handling for the Email field.
  104. - Changed: Refactored Tools page with all of its subpages for easier long-term support.
  105. - Changed: Updated the WPForms > About Us page.
  106. - Changed: Updated DOMPurify lib to 2.2.7.
  107. - Changed: Replaced jQuery.ready() function usage with a recommended way since jQuery 3.0.
  108. - Fixed: HTML layout is broken on the Analytics page for some site languages.
  109. - Fixed: Incorrect permission checks for different places in the dashboard and the Form Builder.
  110. - Fixed: RTL support for Name, Email fields.
  111. - Fixed: Speed up the Form Builder rendering by loading certain scripts only when the Embed functionality is triggered.
  112. - Fixed: The `iframe` HTML element was rendered incorrectly in the Twenty Twenty theme.
  113. - Fixed: The Checkboxes and Multiple Choice fields CSS issues in Twenty Twenty-One theme.
  114. - Fixed: WPForms Challenge was drunk in the Firefox browser.
  115. - Fixed: reCAPTCHA doesn't render in a popup when the same form exists in another place.
  116. = 1.6.5 =
  117. - Changed: Updated DOMPurify lib to 2.2.6.
  118. - Changed: Reload the Form Builder after Save and Embed option usage, and going back using the browser Back button.
  119. - Changed: Disable From Name and From Email fields in Form Builder > Notifications when the WP Mail SMTP plugin forces those values.
  120. - Fixed: The Gutenberg block JavaScript issue in WordPress 5.0-5.1.1 versions.
  121. - Fixed: The Gutenberg block CSS issues in Twenty Twenty-One theme.
  122. - Fixed: AMP incompatible script for Lite version.
  123. - Fixed: Logs records on WPForms > Tools > Logs may not be clickable under certain circumstances, preventing previewing the logged information.
  124. - Fixed: Email Summaries ignoring timezone offset while generating reports.
  125. - Fixed: Email Suggestion feature when using two or more forms on a page.
  126. - Fixed: Missing on-hover tooltips' after cloning/duplicating elements in the Form Builder.
  127. - Fixed: Minor styling issues on the WPForms > Tools > Logs page.
  128. - Fixed: Issues while importing forms saved in UTF-8 with BOM.
  129. - Fixed: Improve performance of the WPForms Challenge.
  130. - Fixed: WPForms module icon compatibility with the latest Elementor version.
  131. - Fixed: Incorrect CPT and taxonomy terms alphabetical sorting of the Dynamic Choice option values for fields that support this Advanced Option.
  132. - Fixed: Compatibility with WordPress 4.9 on the WPForms > Analytics/SMTP pages.
  133. - Fixed: AJAX form submissions on some server configuration.
  134. - Fixed: Improve Admin Menu Bar support since WordPress 5.2.
  135. = 1.6.4.1 =
  136. - Added: Frontend form warning indicating missing WPForms JS (visible to admin only).
  137. - Changed: Help hCaptcha process all requests in a more efficient way, so bot detection will work better.
  138. - Fixed: Improve pagination on Tools > Logs page inside the plugin admin area.
  139. - Fixed: Various JavaScript issues on create post/page/form pages in WordPress 5.6.
  140. - Fixed: Edge cases when custom fields mapping for providers was broken.
  141. = 1.6.4 =
  142. - Added: hCaptcha support, see WPForms > CAPTCHA settings.
  143. - Added: Character/word limit validation message control inside Settings > Validation page.
  144. - Changed: Dropdown fields using the Modern format will only show the search option if at least 8 choices are provided.
  145. - Changed: Updated jQuery inputmask library to v5.0.6-beta20
  146. - Changed: Improved Form Builder Help documentation caching.
  147. - Changed: Only create our Logs database table when specifically enabled in the Tools settings.
  148. - Changed: Updated WPForms install count and rating information.
  149. - Changed: Added "Copy to Clipboard" button inside Form Embed modal.
  150. - Fixed: PHP Warning caused by Email field changes.
  151. - Fixed: Editing multiline text in Paragraph field breaks new lines in submitted text.
  152. - Fixed: Javascript conflicts with IE11.
  153. - Fixed: Possible errors if web host had `set_time_limit()` disabled.
  154. - Fixed: Email validation issue if form is in a page multiple times.
  155. - Fixed: Footer links in the Summary email are now working properly.
  156. - Fixed: Double-click issue for "Add New Account" buttons on the Settings > Integrations page.
  157. - Fixed: Gutenberg block ignores "Include Form Styling" setting and forces full CSS stylesheet.
  158. = 1.6.3.1 =
  159. - Added: Native integration with Divi.
  160. - Added: Email field Allowlist/Denylist restrictions, see Email field Advanced Options.
  161. - Added: Form builder Help - contextual help, search docs, and more.
  162. - Added: Logging, which can be enabled for troubleshooting from WPForms > Tools > Logs.
  163. - Changed: Nicely notify users in the Form Builder when their WordPress session has expired, and they can't save the form anymore without a page reload.
  164. - Changed: Better AJAX form submit field error messages handling.
  165. - Fixed: Custom metabox heading styling due to WordPress core changes.
  166. - Fixed: Page title smart tag not working in some use cases when using AJAX form submissions.
  167. - Fixed: Various admin area display issues when the field label is empty.
  168. - Fixed: Logo Translate plugin integration issues.
  169. - Fixed: Elementor widget edge case issues.
  170. - Fixed: Form settings could be visible before the form was created.
  171. - Fixed: Form builder styling inconsistencies with Dropdown field styles.
  172. - Fixed: Input mask issues with some mobile browsers, notably Chrome.
  173. - Fixed: Always display the WPForms admin area in the user's language regardless of the site language.
  174. - Fixed: Do not load certain JS variables twice on the front end.
  175. - Fixed: Form title display issue inside the form builder with smaller view ports.
  176. - Fixed: Elementor widget display issue on frontend when no form has been created.
  177. = 1.6.2.3 =
  178. - Changed: Added shortcode access to a form embed modal and enhanced modal navigation.
  179. - Changed: Improved empty states for All Forms and Builder no fields preview panel.
  180. - Changed: Improved Email Summaries footer text.
  181. - Fixed: Custom validation messages for the fields appear correctly with Ajax form submission enabled.
  182. - Fixed: Base style CSS introduces no additional scrollbars now.
  183. - Fixed: Correct cursor for image choices validation messages.
  184. - Fixed: Getting the license details from DB works as expected regardless of a context.
  185. - Fixed: Getting the list of WPForms addons for user license level works as expected regardless of a context.
  186. - Fixed: Number Slider field increment is checked to be more than zero.
  187. - Fixed: Modern Dropdown validation works as expected for AJAX forms.
  188. = 1.6.2.2 =
  189. - Added: Caching friendly anti-spam protection (form tokens).
  190. - Added: Native integration with Elementor: add to the page and create new forms right inside its builder.
  191. - Added: Add a preview to the WPForms Gutenberg block.
  192. - Changed: Greatly improve WPForms Challenge experience.
  193. - Changed: Improve word counting when the Limit Length field option is used with Single Line Text/Paragraph Text fields.
  194. - Changed: Improve Number field input restrictions with various browsers.
  195. - Changed: Form field validation will now fail if input mask is enabled and user input does not complete required input mask elements.
  196. - Changed: Icon for the Multiple Choice field is now more representative.
  197. - Changed: Hide Delete button for a "Default Notification" in the Form Builder.
  198. - Changed: Improve Lite migrations for WordPress Multisite installations.
  199. - Changed: Update Constant Contact logos because of their rebranding.
  200. - Changed: Improve descriptions of various plugin options and add more context to them.
  201. - Fixed: Properly map fields in various addons when the first field is added in the Form Builder.
  202. - Fixed: Issue when editing Checkbox field entry values when dynamic choices were enabled and multiple values were saved.
  203. - Fixed: Refresh the list of form fields that are required to properly render marketing addons.
  204. - Fixed: "Invalid Form" error for logged out users upon submitting an AJAX form on some server configurations.
  205. - Fixed: Multiple Choice fields had issues in the builder with image choices with empty labels.
  206. - Fixed: Make bulk actions at the bottom of the Forms Overview work.
  207. - Fixed: "Single Line Text" and "Paragraph Text" calculate empty field word count incorrectly.
  208. - Fixed: Do not allow Action Scheduler to generate errors during the plugin uninstallation procedure.
  209. - Fixed: Input mask validation produces a JS error on jQuery 3.x.
  210. = 1.6.1 =
  211. - Added: Display a list of scheduled actions on WPForms > Tools > Scheduled Actions page.
  212. - Added: Multiple select option for Dropdown field (off by default).
  213. - Added: New Modern style option for Dropdown field (off by default).
  214. - Added: Support Smart Tags in form descriptions.
  215. - Fixed: Properly handle multiple clicks on various accordion-like elements on Form Builder and Settings > Integrations pages.
  216. - Fixed: Remove all the plugin-related information on uninstall from the DB when opted-in in plugin settings.
  217. - Fixed: Replace all new lines characters with spaces in notification email subjects (e.g., when an address field value is used in a subject via a smart tag).
  218. - Fixed: Make sure the plugin doesn't crash when `iconv` PHP extension is not installed on a server.
  219. - Fixed: Properly handle fields with choices with new lines in their labels when connected to Conditional Logic.
  220. - Fixed: Google Invisible v2 reCAPTCHA should show Submit Button Processing Text when the form is submitted.
  221. - Fixed: Display the list of countries in the "Countries" preset and in the Address field in alphabetical order regardless of the current site language.
  222. = 1.6.0.2 =
  223. - Fixed: The default value 0 (zero) of the Paragraph Text field does not display on the frontend.
  224. - Fixed: Product education URL encoding issues.
  225. - Fixed: Securely store WPForms anonymized cookie, so it cannot be sent along with cross-site requests (samesite).
  226. - Fixed: Various PHP notices that may appear during wildly complicated forms submissions.
  227. - Fixed: Improved escaping inside Form Builder live preview, props Fortinet Fortiguard Labs.
  228. - Fixed: Incorrect interval value was used when running a cleanup job after notifications sent.
  229. - Fixed: Delete orphaned plugin translation files when cleanup option in plugin settings is checked and the plugin is deleted from the site.
  230. = 1.6.0.1 =
  231. - Added: Admin bar menu item.
  232. - Added: Form Builder alert when using browser "Back" button if form contains unsaved changes.
  233. - Added: Settings > Emails: "Optimize Email Sending" option which enables sending emails asynchronously.
  234. - Changed: Async form notification emails are now off by default.
  235. - Changed: Number Slider field display improvements on small devices.
  236. - Fixed: Error if there are some plugins or themes add `widget_title` filter.
  237. - Fixed: Choice Images not displaying in form notifications if no label is set.
  238. - Fixed: Form Builder "drag zone" not available when all fields are deleted.
  239. - Fixed: Empty `div` appended to end of form display.
  240. - Fixed: Block alignment issues (WordPress 5.4+).
  241. - Fixed: Form Builder field option panel is not available if field is placed before the last form field.
  242. - Fixed: Fallback population for fields with choices (checkbox, radio etc) when special characters are used.
  243. - Fixed: Integrity of decoded data with additional sanitizing.
  244. - Fixed: Compatibility issues with Elementor.
  245. = 1.5.9.5 =
  246. - Fixed: do not try to process entries in Lite.
  247. = 1.5.9.4 =
  248. - Changed: Improve async notification emails scheduling compatibility with certain caching plugins and site installs.
  249. - Fixed: Some smart tags are not rendered correctly in the email notifications if sent asynchronously.
  250. = 1.5.9.1 =
  251. - Fixed: Checkbox image click doesn't work well to select an option.
  252. - Fixed: Do not allow empty connection names (spaces only) for providers.
  253. = 1.5.9 =
  254. - IMPORTANT: Support for PHP 5.4 has been discontinued. If you are running PHP 5.4, you MUST upgrade PHP before installing WPForms 1.5.9. Failure to do that will disable WPForms core functionality.
  255. - Added: New hooks and filters in several places, e.g. pre-deletion for entries/forms.
  256. - Added: Async/scheduled tasks management support (e.g. sending emails in the background).
  257. - Changed: Update the "How to Create Your First Contact Form" video URL.
  258. - Changed: Update the "How to Embed A Form" video URL in a Form Builder "Embed" modal.
  259. - Changed: Number Slider field: allow empty value in "Value Display" option.
  260. - Changed: Improved admin input field focus states to be more consistent with WordPress core.
  261. - Fixed: Numbers/Numbers Slider field: allow `0` value in email notifications and field smart tags output.
  262. - Fixed: Required Checkbox fields with `0` value not passing validation.
  263. - Fixed: Multiple Choice field could generate a PHP notice when the form was created after using a custom form template.
  264. - Fixed: Initialize tooltips properly for newly created Notifications/Confirmations.
  265. - Fixed: Ajax button should be re-enabled after incorrect form submission.
  266. - Fixed: Remove Javascript alert notice when form is viewed in AMP.
  267. - Fixed: Improve compatibility with the "Lazy Loading Feature Plugin" for Ajax spinner image on front-end.
  268. - Fixed: Validation issue with required Checkbox fields using Image Choices.
  269. - Fixed: Form builder preview issue with a field using Dynamic Choices setting.
  270. - Fixed: Number Field values not allowing leading zeros.
  271. - Fixed: Form Builder: templates search bar shows icon over text.
  272. - Fixed: Security hardening and improvements.
  273. = 1.5.8.2 =
  274. - Fixed: Can't add new line in textareas in the form builder (Notifications > Message etc).
  275. - Fixed: Choices editing block inside the form builder is hidden if creating a form using a template.
  276. = 1.5.8.1 =
  277. - Fixed: "Invalid form" error on form submit if AJAX form submissions is enabled and user is not logged in.
  278. = 1.5.8 =
  279. - Changed: Sullie logo in the Form Builder got his left hand back.
  280. - Changed: Hide image choices options if dynamic choices is enabled.
  281. - Changed: Adjusted Number field input to improve consistency across different browsers/devices.
  282. - Changed: Improve Block detection to load CSS styles earlier.
  283. - Changed: Open New Provider Connection modal after account has been added.
  284. - Changed: Improve the way Lite and Pro versions of the plugin activation handled.
  285. - Changed: Remove the unnecessary "Required" setting from a Number Slider field.
  286. - Fixed: Number slider incorrect label display in the form Builder preview panel.
  287. - Fixed: Quick links menu generating browser console error on Survey Print results page.
  288. - Fixed: Required validation message isn't removed immediately on choices selection.
  289. - Fixed: Form Builder styles compatibility with the new WordPress 5.3 styles.
  290. - Fixed: Correctly process Enter key press in Smart phone field when Enter is used to submit a form.
  291. - Fixed: Remove not-needed GET params from URL in Builder when a new form created to prevent race conditions with certain providers loading logic.
  292. - Fixed: Properly scroll in all major browsers to a faulty field in a form, including multi-page forms.
  293. - Fixed: Textarea character limit check returns an error if the content pasted is too large and contains '\r\n' line breaks.
  294. = 1.5.7 =
  295. - Added: Number Slider field.
  296. - Added: reCAPTCHA field in Form Builder allowing to easily manage the reCAPTCHA for a form.
  297. - Added: Admin area quick links menu.
  298. - Added: Analytics sub-menu page.
  299. - Added: SMTP sub-menu page.
  300. - Changed: Improved forms bulk actions processing.
  301. - Changed: Added a Form Builder splash screen which is displayed on mobile devices.
  302. - Changed: Display warning message if JavaScript is disabled in the browser.
  303. - Changed: Improved form front-end display and alignment for Gutenberg focused themes.
  304. - Changed: Improved invisible reCAPTCHA behavior when form is submitted.
  305. - Changed: Improved actions and filters for notification emails.
  306. - Fixed: Duplicate of the duplicated form created on page reload.
  307. - Fixed: Do not submit the form via AJAX (if enabled in form settings) when in AMP mode.
  308. - Fixed: WordPress 5.3 admin area styling issues.
  309. - Fixed: Number field incorrectly processing negative numbers.
  310. - Fixed: `page_url` Smart Tag issues.
  311. = 1.5.6.2 =
  312. - Added: Default value for "Paragraph text" field.
  313. - Fixed: WordPress 5.3 compatibility.
  314. - Fixed: Smart Phone countries squashed dropdown on screen-width <= 600px on themes with Base form styling selected.
  315. - Fixed: Field's Default value `0` disappears after saving and exiting the form builder.
  316. - Fixed: Smart Email field did not recognize `.dev` top level domains as valid.
  317. = 1.5.6.1 =
  318. - N/A: Pro only release.
  319. = 1.5.6 =
  320. - IMPORANT: Support for PHP 5.3 has been discontinued. If you are running PHP 5.3, you MUST upgrade PHP before installing WPForms 1.5.6. Failure to do that will disable WPForms core functionality.
  321. - Added: Single Line Text/Paragraph fields limitation options (limit by character or word count).
  322. - Added: "Community" sub-menu page for easy access to helpful resources and links.
  323. - Changed: Minimum PHP version requirement is now PHP 5.4.
  324. - Changed: Minimum WordPress version requirement is now WordPress 4.9.
  325. = 1.5.5.1 =
  326. - Fixed: Broken reCAPTCHA checkbox in Builder > Settings > General if reCAPTCHA type does not set in WPForms > Settings.
  327. - Fixed: Email field server-side validation issue.
  328. - Fixed: Broken "Bulk add" option in Builder in IE 11.
  329. - Fixed: Broken image choices selection and styling (layout) issue in IE 11.
  330. - Fixed: Backward compatible filters for some fields when displaying them were missing.
  331. = 1.5.5 =
  332. - Added: WPForms details inside Site Health Info reports (Tools > Site Health > Info).
  333. - Added: Filter `wpforms_emails_summaries_is_disabled` to easily disable Email Summaries functionality.
  334. - Added: New smart tag: `{field_html_id="42"}` - that will postprocess field value and display its HTML representation.
  335. - Changed: Improve `wpforms_get_ip()` IP detection and related `{user_ip}` smart-tag value.
  336. - Fixed: Giving access to WPForms for Editors (and other roles) should give access to dashboard widget as well.
  337. - Fixed: Add 'attr' property to 'input_container' for radio/checkbox-based fields.
  338. - Fixed: Various typos.
  339. - Fixed: WP Mail SMTP plugin description on About us page.
  340. = 1.5.4.2 =
  341. - Changed: Renamed certain actions with typos in their names, backwards-compatible. Added a deprecation text using `do_action_deprecated()`.
  342. - Fixed: About Us page behaviour when WP Mail SMTP Pro is installed.
  343. - Fixed: reCAPTCHA settings could be saved without providing reCAPTCHA type.
  344. = 1.5.4.1 =
  345. - Fixed: Plugin Settings > Misc > 'View Email Summary Example' link errors.
  346. = 1.5.4 =
  347. - Added: Email Summaries.
  348. - Added: Form builder hotkey to save changes, CTRL + S.
  349. - Changed: Team photo under WPForms > About Us. :)
  350. - Fixed: Dynamic field population populates checkbox and radio fields values but not adding 'wpforms-selected' class to its containers.
  351. - Fixed: Dropdown field attributes are now accessible with `wpforms_field_properties` filter.
  352. - Fixed: Form builder field buttons overflowing when translated.
  353. - Fixed: Dashboard widget PHP error.
  354. - Fixed: Form can be submitted multiple times if "Submit button processing text" form setting empty.
  355. - Fixed: "Error loading block" in Gutenberg if Additional CSS form settings are provided.
  356. = 1.5.3.1 =
  357. - Fixed: Checkbox field validation issue when field is not required.
  358. = 1.5.3 =
  359. - Added: AJAX form submissions.
  360. - Added: Full support and compatiblity with Google AMP.
  361. - Added: Google reCAPTCHA v3.
  362. - Changed: WPForms uninstall script for better cleanup process.
  363. - Changed: Email field mailcheck feature to offer additional controls. New filters: `wpforms_mailcheck_enabled`, `wpforms_mailcheck_domains`, and `wpforms_mailcheck_toplevel_domains`.
  364. - Fixed: Special characters aren't encoded when Smart Tags are processed in query string.
  365. - Fixed: Fields with Image choices are not working with some Android and older desktop browsers.
  366. - Fixed: Form Builder: Several alert modals are displayed in batch if multiple providers have configuration issues.
  367. - Fixed: WP_Post object is returned from `wpforms()->form->get()` if form data is requested with a non-WPForms post ID.
  368. = 1.5.2.3 =
  369. - Fixed: PHP error if checkbox field is empty when form is submitted.
  370. = 1.5.2.2 =
  371. - Fixed: PHP notice/warnings from undefined constant (typo).
  372. = 1.5.2.1 =
  373. - Fixed: Required Checkbox fields asking for all inputs to be checked to pass validation.
  374. = 1.5.2 =
  375. - Added: Choice Limit advanced option for Checkbox fields.
  376. - Added: Smart domain name typo detection for Email fields.
  377. - Added: New Gutenberg block keywords to help with discovery.
  378. - Added: Link to "How to Properly Test Your WordPress Forms Before Launching" doc inside Gutenberg block.
  379. - Changed: Form builder field delete icon, now a trash can.
  380. - Changed: Updated jQuery inputmask library to v4.0.6.
  381. - Changed: Updated jQuery validation plugin to v1.19.0.
  382. - Changed: Clear Dashboard widget cache when form is created/deleted/updated.
  383. - Fixed: Blank form if using form template containing `target="_blank"`.
  384. - Fixed: Honeypot field not using unique IDs.
  385. - Fixed: Duplicating forms creating another duplicate if afterwards the table was sorted.
  386. - Fixed: Minor issues with Gutenberg editor.
  387. - Fixed: Form Builder embed modal showing Classic Editor instructions for Gutenberg users.
  388. - Fixed: Number field allowing non-numerical characters on iOS devices.
  389. - Fixed: Field Dynamic Choices not showing in form preview when using "Post Type".
  390. = 1.5.1.3 =
  391. - Fixed: Importing forms that containing `target="_blank"`.
  392. - Fixed: Quote support/display inside query param Smart Tags.
  393. - Fixed: Other minor fixes.
  394. = 1.5.1.1 =
  395. - Fixed: Conflict with WordPress 5.1 if form contained target="_blank".
  396. - Fixed: Unable to uncheck default Multiple Choice value in form builder after being set initially.
  397. - Fixed: PHP error when entries are exported after a field has been deleted.
  398. - Fixed: Form builder Email notification conditional logic settings display issue after new notification is added.
  399. - Fixed: Conflict with some themes preventing Multiple Choice fields from being selectable.
  400. = 1.5.1 =
  401. - Added: Complete translations for Spanish, Italian, Japanese, and German.
  402. - Added: Smart Tag for referencing user meta data, `{user_meta key=""}`.
  403. - Changed: Improved support with LocoTranslate plugin.
  404. - Changed: Refactored Form Preview functionality, no longer requiring hidden private page to be created.
  405. - Changed: Always load full WPForms styling inside Gutenberg so forms render correctly.
  406. - Fixed: Typos, grammar, and other i18n related issues.
  407. - Fixed: Created alias class for `WPForms` to prevent issue with namespacing introduced in 1.5.0.
  408. - Fixed: Dynamic population issue when using Image Choices field setting.
  409. = 1.5.0.4 =
  410. - Changed: Dashboard widget improvements.
  411. - Fixed: Various typos.
  412. = 1.5.0.3 =
  413. - Changed: Minor improvements to Gutenberg block for WordPress 5.0.
  414. - Fixed: Error when activating WPForms Pro if WPForms Lite is still activated.
  415. = 1.5.0 =
  416. - IMPORTANT: Support for PHP 5.2 has been discontinued. If you are running PHP 5.2, you MUST upgrade PHP before installing WPForms 1.5. Failure to do that will disable WPForms core functionality.
  417. - Added: Dashboard widget.
  418. - Added: WPForms Challenge: an interactive step-by-step guide to creating a form for new users.
  419. - Added: Dynamic field population, available to enable from form settings.
  420. - Added: "About Us" admin page (WPForms > About Us).
  421. - Added: {user_first_name} and {user_last_name} Smart Tags.
  422. - Changed: Improved randomizing if field is configured to randomize items.
  423. - Changed: Improved i18n support.
  424. - Fixed: Form builder errors if user had Visual Editor disabled in profile.
  425. - Fixed: Form builder Windows styling issues.
  426. - Fixed: Form builder dynamic choices warning not always removing.
  427. - Fixed: Form builder "Show Layout" CSS formatting.
  428. - Fixed: reCAPTCHA compatibility when form is inside OptinMonster popup.
  429. - Fixed: Gutenberg block returning error if no forms have been created.
  430. = 1.4.9 =
  431. - Added: Pirate Forms importer.
  432. - Changed: Some form builder tooltips to contain documentation links.
  433. - Fixed: Form builder javascript conflict with jQuery non-conflict mode.
  434. - Fixed: PHP Notice from WPForms widget.
  435. - Fixed: Incorrect markup around Addons submenu item.
  436. = 1.4.8.1 =
  437. - Fixed: Certain confirmation settings, before 1.4.8, not displaying correctly in the form builder.
  438. = 1.4.8 =
  439. - Added: Gutenberg block.
  440. - Added: WP Mail SMTP detection and hints in the form builder notification settings.
  441. - Added: Alt and title tags to image choices images on frontend display.
  442. - Changed: i18n improvements.
  443. - Fixed: Incorrect param used with `shortcode_atts`.
  444. - Fixed: Accessing `wpforms_setting` in frontend javascript before checking if it exists.
  445. - Fixed: PHP error toggling form builder notifications in some use cases.
  446. - Fixed: GDPR field Agreement text not updating in real time.
  447. - Fixed: Marketing provider connections containing an escaped apostrophe.
  448. - Fixed: Pressing "Enter" in the form builder resulting in unexpected behavior.
  449. - Fixed: Security enhancements and other misc. bug fixes.
  450. = 1.4.7.2 =
  451. - Fixed: Honeypot field using a none unique CSS ID.
  452. - Fixed: Form builder Bulk Add display issues in certain use cases.
  453. - Fixed: Checkbox field values not saving if Show Values field option is enabled.
  454. = 1.4.7.1 =
  455. - Changed: Updated Russian translation.
  456. - Fixed: Various i18n issues.
  457. = 1.4.7 =
  458. - Added: New Providers class and functionality.
  459. - Changed: Old PHP version (5.2 and 5.3) admin warning adjusted to reflect new August 2018 time line.
  460. - Fixed: Multiple Choice fields showing as Radio fields in the builder preview when first created.
  461. - Fixed: Duplicating fields in the form builder causing issues with certain field types.
  462. - Fixed: Escaping issue with provider connection names contained an apostrophe.
  463. - Fixed: Alignment issues with the Addons page display.
  464. - Fixed: Incorrect text on the Welcome activation page.
  465. = 1.4.6 =
  466. - Added: GDPR Enhancements plugin setting [doc](https://wpforms.com/how-to-create-gdpr-compliant-forms/).
  467. - Added: GDPR Enhancement: User Agreement form field.
  468. - Changed: PHP warning that alerts users support for PHP 5.4 and below will be dropped this summer.
  469. - Changed: Spam logging, to improve performance.
  470. - Fixed: Typo in base form CSS.
  471. - Fixed: Stripping HTML from the checkbox and mulitple choice labels in the form builder.
  472. - Fixed: Form builder icon visibility when field labels are hidden.
  473. = 1.4.5.3 =
  474. - Changed: Use minified admin assets when appropriate.
  475. - Changed: Show helpful doc link in form embed modal.
  476. - Fixed: reCAPTCHA v2 showing in form builder when using Invisible reCAPTCHA.
  477. - Fixed: Remove jQuery shorthand references in `admin-utils` to prevent conflicts.
  478. = 1.4.5.2 =
  479. - Fixed: Incorrect documenation link for Input Mask.
  480. - Fixed: Input Mask value disappearing when form builder is refreshed.
  481. = 1.4.5.1 =
  482. - Fixed: Dynamic choices not displaying correctly for Multiple Choice and Checkbox fields.
  483. = 1.4.5 =
  484. - Added: Image choices feature with Checkbox and Multiple Choice fields; Images can now be uploaded and displayed with your choices!
  485. - Added: Custom input masks for Single Line Text fields (Advanced Options).
  486. - Added: No-Conflict Mode for Google reCAPTCHA (Settings > reCAPTCHA). Removes other reCAPTCHA occurrences, to prevent conflicts.
  487. - Added: SSL Connection Test (Tools > System Info). Quicky verify that your web host correct supports SSL connections.
  488. - Added: `{user_full_name}` Smart Tag, displays users first and last name.
  489. - Added: Discalimer / Terms of Service Display formatting option for Checkbox fields (Advanced Options).
  490. - Added: Basic CSS styling for `disabled` fields.
  491. - Added: Uninstall routine, available from Settings > Misc.
  492. - Added: Form builder performance improvements. Editing a form with hundreds of fields is now 500%+ faster!
  493. - Changed: New Settings tab: Misc, moved Hide Annoucements option to new tab.
  494. - Changed: `{user_display}` Smart Tag diplays user's display name (in most cases, this is the user's name).
  495. - Changed: All `<form>` attributes can now be changed via `wpforms_frontend_form_atts` filter.
  496. - Fixed: Form builder tab icon alignment conflicts with third party plugin CSS.
  497. - Fixed: Smart Tag dropdown display issues in the form builder.
  498. - Fixed: Form builder drag and drop area disappearing if all fields are removed from a form.
  499. = 1.4.4.1 =
  500. - Changed: Textdomain loading to a later priority.
  501. - Changed: Allow the `WPForms_Builder` class to be accessible.
  502. - Changed: Move the confirmation message `wpautop` to an earlier priority to not conflict with content added using filters.
  503. - Fixed: Form builder templates area not aligning correctly in some browsers.
  504. - Fixed: Incorrect permissions check for annoucements feed.
  505. = 1.4.4 =
  506. - Added: Advanced setting for Multiple Choice and Checkbox fields to randomize choices
  507. - Changed: Admin menu icons now uses SVG instead of custom font icon
  508. - Changed: Reviewed all translatable strings, improved escaping and formatting
  509. - Changed: External links have `rel="noopener noreferrer"` improve security
  510. - Changed: Permission check centralized into a single function (`wpforms_current_user_can()`)
  511. - Changed: Required label field text centralized into a single function (`wpforms_get_required_label()`)
  512. - Fixed: Typo in German translation
  513. - Fixed: Required email provider connection fields not highlighting when left empty
  514. - Fixed: Inside form builder, notification name area breaking into multiple lines on smaller screens
  515. = 1.4.3 =
  516. - Added: Early filter for form data before form output, `wpforms_frontend_form_data`
  517. - Changed: Standardize and tweak modal window button styles
  518. - Changed: Default mail notification settings are now sent "from" the site administrator email; user email is used in Reply-To where applicable (to hopefully improve email deliverability)
  519. - Changed: Removed "Hide form name and description" form setting as it was a common source or confusion
  520. - Fixed: Site cache being flushed when it shouldn't have been, affecting performance in some scenarios
  521. - Fixed: Country, state, months and days not properly exposed to i18n
  522. - Fixed: CSV export dates not properly using i18n
  523. - Fixed: WPForms custom post types omitting labels
  524. - Fixed: Smart Tag value encoding issues with email notifications
  525. - Fixed: Infinite recursion issue when using Dynamic Values option
  526. - Fixed: PHP notice in form builder
  527. = 1.4.2.2 =
  528. - Changed: Announcement feed data
  529. = 1.4.2.1 =
  530. - Added: Setting to hide Announcement feed
  531. = 1.4.2 =
  532. - Added: Import your old Ninja Forms or Contact Form 7 forms! (WPForms > Tools > Import)
  533. - Changed: Dropdown/Checkbox/Multiple Choice "Show Values" setting has been hidden by default to avoid confusion, can be re-enabled using the `wpforms_fields_show_options_setting` filter
  534. - Fixed: reCAPTCHA now showing in the Form Builder preview when enabled
  535. - Fixed: Encoded/escaped entities in email notifications
  536. - Fixed: German translation issue
  537. = 1.4.1.1 =
  538. - Changed: Improved the loading order of javascript files for forms builder
  539. - Changed: Update some strings for Russian translation
  540. = 1.4.1=
  541. - Added: Ability to rename Form>Settings>Notifications>Single notification panels
  542. - Added: Define a minimum PHP version support in plugin readme.txt file
  543. - Added: Display a friendly link to a full page version, when form is previewed on AMP pages
  544. - Added: Ability to collapse Form>Settings>Notifications>Single notification panels
  545. - Added: Russian translation
  546. - Added: Allow more than 1 default selection for checkboxes fields
  547. - Changed: Bump minimum WordPress version to 4.6
  548. - Changed: Improved localization support of the plugin
  549. - Changed: Improved texts in various places
  550. - Changed: Code style improvements throughout the plugin
  551. - Changed: Combine WPFORMS_DEBUG and WPFORMS_DEVELOPMENT into one, use `wpforms_debug()` to check
  552. - Changed: All HTTP requests now validate target sites SSL certificates with WP bundled certificates (since 3.7)
  553. - Fixed: Notification email is empty if submitted form has no user values (displaying user friendly message instead)
  554. - Fixed: Pressing enter in "Enter a notification name" popup does nothing
  555. - Fixed: Fancy Fields can be dragged into form, but then get stuck
  556. - Fixed: Deprecate a misspelled `wpforms_csv_export_seperator` filter, introduced a proper name for it
  557. - Fixed: Conditional logic comparison issues if rule contained special characters
  558. = 1.4.0.1 =
  559. - Added: Non-dismissible Dashboard page admin only notice about PHP 5.2.
  560. = 1.4.0 =
  561. - Added: Announcement feed
  562. - Changed: Core form templates are now displayed separate in the form builder from other custom templates
  563. - Changed: Refactored CSV exporting for better support
  564. - Fixed: Dynamic Choices large items modal render issue
  565. - Fixed: Certain characters (such as comma) breaking CSV export format
  566. - Fixed: Cursor issues inside the form builder
  567. - Fixed: CSS Layout Generator class name typo
  568. - Fixed: Dynamic choices with nesting sometimes causing form builder to time out
  569. - Fixed: Settings page typos
  570. - Fixed: Tools page export description text typo
  571. - Fixed: Widget state not displayed correctly when adding via Customizer, without forcing user to select a form
  572. = 1.3.9.1 =
  573. - Changed: Template Export excludes array items with empty strings
  574. - Fixed: Admin notices displaying on plugin Welcome/activation screen
  575. - Fixed: WPForms admin pages displaying blank due to conflicts with a few other plugins
  576. = 1.3.9 =
  577. - Added: Complete redesign and refactor of admin area
  578. - Added: New Settings API
  579. - Added: Entry print preview compact mode
  580. - Added: Entry print preview view entry notes
  581. - Added: Dynamic field choices nest hierarchical items
  582. - Added: Form import/export to Tools sub page
  583. - Added: Form template export to Tools sub page
  584. - Changed: System Info content to new Tools sub-page
  585. - Changed: Shortcode provided in form builder now includes title/description arguments
  586. = 1.3.8 =
  587. - Changed: Available conditional logic rules/functionality with Providers have been updated
  588. - Changed: Updated form builder modals (jquery-confirm.js)
  589. - Changed: Many Form Builder performance enhancements
  590. - Fixed: Number field validation message not saving
  591. - Fixed: Email confirmation setting not displaying correctly with Small field size
  592. = 1.3.7.4 =
  593. - Added: Marketing tab in the form builder shows all possible providers.
  594. = 1.3.7.3
  595. - Fixed: Required setting checkbox getting out of sync when duplicating fields
  596. - Fixed: CSS class name typo in the form builder layout selector
  597. - Fixed: Smart Tag `field_id` stripping line breaks
  598. - Fixed: Form JS settings `wpforms_settings` missing due to some caching plugins
  599. - Fixed: Empty classes causing `array` string to be printed in some use cases
  600. = 1.3.7.2 =
  601. - Fixed: Error for some users with PHP 5.4 and below
  602. = 1.3.7.1
  603. - Fixed: Issue sending form notifications using email fields that had confirmation enabled
  604. = 1.3.7 =
  605. - Added: Google Invisible reCAPTCHA support
  606. - Added: Custom field validation messages (see WPForms Settings page)
  607. - Added: Bulk add choices for Checkbox, Multiple Choice, and Dropdown fields
  608. - Added: Filter to allow email notifications to include empty fields, `wpforms_email_display_empty_fields`
  609. - Added: Field CSS layout selector
  610. - Changed: Leverage `wp_json_encode` instead of native PHP function
  611. - Changed: Various WordPress coding standard improvements (work in progress)
  612. - Changed: Refactored form front-end code to allow for more customizations
  613. - Changed: Refactored text, textarea, email, number, and name fields to allow for more customizations (more coming next release)
  614. - Fixed: Welcome page typo
  615. - Fixed: SmartTag selectors getting off sync inside form builder
  616. = 1.3.6.2 =
  617. - Changed: Improved messaging on Entries page (Lite)
  618. = 1.3.6.1 =
  619. - Added: Option to disable activation welcome screen, `wpforms_activation_redirect`
  620. = 1.3.6 =
  621. - Added: Constant Contact integration
  622. - Changed: Don't strip tags from plain text emails
  623. - Fixed: Form builder javascript conflict with Clef plugin
  624. - Fixed: Form builder logo URL double slash
  625. - Fixed: Form builder embed code field not being selectable
  626. = 1.3.5 =
  627. - Fixed: Some browsers allowing unexpected characters inside number input fields
  628. - Fixed: Issue with Dropdown field placeholder text
  629. - Fixed: Other plugins loading conflicting scripts in form builder
  630. = 1.3.4 =
  631. - Added: reCAPTCHA improvements; reCAPTCHA now required if turned on
  632. - Fixed: Date/Time Smart Tag not using WordPress time zone settings
  633. - Fixed: Name field defaults not processing Smart Tags
  634. = 1.3.3 =
  635. - Added: Default value support in the email field
  636. - Added: Various new hooks and filters for improved extendability
  637. - Fixed: Possible errors if web host had `set_time_limit()` disabled
  638. = 1.3.2 =
  639. - Added: New form class, `.inline-fields`, to apply single line form layout
  640. - Changed: All Smart Tags now available for Email Subject field in form notifications
  641. - Fixed: Email addresses reporting as invalid of the domain contained capitalization
  642. - Fixed: Author related Smart Tags not working in form notification fields
  643. - Fixed: Typo on settings page related to Carbon Copy
  644. - Fixed: PHP 7.1 warning messages inside the form builder
  645. = 1.3.1.2 =
  646. - Fixed: Plugin name to correctly indicate Lite for Lite release
  647. = 1.3.1.1 =
  648. - Fixed: Error with 1.3.1 Lite release
  649. = 1.3.1 =
  650. - Added: Smart Tags for author ID, email, and name
  651. - Added: Carbon Copy (CC) support for form notifications; enable in WPForms Settings
  652. - Fixed: Field duplication issues
  653. - Fixed: TinyMCE "Add Form" button not opening modal with dynamic TinyMCE instances
  654. - Fixed: Email formatting issues when using plain text formatting
  655. - Fixed: Number field validation tripping when number submitted is zero
  656. - Fixed: reCAPTCHA validation passing when reCAPTCHA left blank
  657. - Fixed: Dropdown field size not reflecting in builder
  658. = 1.3.0 =
  659. - Added: Email field confirmation
  660. - Added: Support for Visual Composer
  661. - Added: Field class to force elements to full-width on mobile devices, `wpforms-mobile-full`
  662. - Changed: Placeholders are added/updated in real-time for Dropdown fields in the form builder
  663. - Changed: Add empty value to select element placeholders when displaying form for better markup validation
  664. - Fixed: Multiple instances of reCAPTCHA on a page not correctly loading
  665. - Fixed: Field choice defaults not restoring in form builder
  666. - Fixed: Field alignment issues in the form builder when dragging field more than once
  667. - Fixed: PHP fatal erroring if form notification email address provided is not valid upon sending
  668. - Fixed: Compatibility issues when network activated on a Multisite install
  669. = 1.2.9 =
  670. - Added: Individual fields can be duplicated in the form builder
  671. - Changed: How data is stored for fields using Dynamic Choices
  672. - Fixed: Global assets setting causing errors in some cases
  673. - Fixed: Writing setting ("correct invalidly nested XHTML") breaking forms containing HTML
  674. - Fixed: Forms being displayed/included on the native WordPress Export page
  675. - Fixed: Dynamic Choices erroring when used with Post Types
  676. - Fixed: Form labels including blank IDs
  677. = 1.2.8.1 =
  678. - Fixed: Form javascript email validation being too strict (introduced in 1.2.8)
  679. = 1.2.8 =
  680. - Added: Dynamic choice feature for Dropdown, Multiple Choice, and Checkbox fields
  681. - Changed: Loading order of templates and field classes - moved to `init`
  682. - Changed: Form javascript email validation requires domain TLD to pass
  683. - Fixed: HTML email notification templates uses site locale text-direction
  684. - Fixed: Javascript in the form builder conflicting with certain locales
  685. = 1.2.7 =
  686. - Added: Store initial plugin activation date
  687. - Added: Duplicate form submit protection
  688. - Fixed: Strip slashes from entry data before processing
  689. = 1.2.6 =
  690. - Added: Miscellaneous internal improvements
  691. - Fixed: Incorrectly named variables in the front-end javascript preventing features from properly being extendable
  692. = 1.2.5.1 =
  693. - Fixed: Removed duplicate Settings page title
  694. = 1.2.5 =
  695. - Added: Setting for Email template background color
  696. - Added: Form setting for form wrapper CSS class
  697. - Changed: Multiple Payment field stores Choice label text
  698. - Changed: reCAPTCHA tweaks and added filter
  699. - Changed: Improved IP detection
  700. - Fixed: Mapped select fields in builder triggered JS error
  701. = 1.2.4.1 =
  702. - Fixed: Plugin settings page not correctly showing
  703. = 1.2.4 =
  704. - Added: Additional logging and error reporting
  705. - Changed: Footer asset detection priority, for improved capability with other services
  706. - Changed: Refactored and refined front-end javascript
  707. - Fixed: Rogue PHP notices
  708. = 1.2.3.2 =
  709. - Fixed: Default field validation considered 0 as empty
  710. = 1.2.3.1 =
  711. - Fixed: Blank form email notification defaults
  712. = 1.2.3 =
  713. - Added: Form notification message setting
  714. - Added: Additional Smart Tags available inside Form Settings panels
  715. - Added: Process Smart Tags inside form confirmation messages and URLs
  716. - Added: Hide WPForms Preview page from WordPress dashboard
  717. - Added: System Details tab to WPForms Settings, to display debug information, etc
  718. - Changed: Many form builder javascript improvements
  719. - Changed: Improved internal logging and debugging tools
  720. - Fixed: Large forms not always saving because of max_input_vars PHP setting
  721. = 1.2.2.2 =
  722. - Fixed: Javascript asset not loading due to incorrect path
  723. = 1.2.2.1 =
  724. - Fixed: Form select inside modal window overflowing when a form exists with a long title
  725. = 1.2.2 =
  726. - Changed: Choice Layouts now use flexbox instead of CSS columns for better rendering
  727. - Fixed: Class name typo in a CSS column class introduced with 1.2.1
  728. - Fixed: PHP notice on Entries page when there are no forms
  729. = 1.2.1 =
  730. * Added: Drag and drop field buttons - simply drag the desired field to the form!
  731. * Added: Choice Layout option for Checkboxes and Multiple Choice fields (under Advanced Options)
  732. * Added: Full and expanded column class/grid support
  733. * Changed: Refactored CSS column classes, previous classes are deprecated
  734. * Fixed: Form ending with column classes not closing correctly
  735. * Fixed: reCAPTCHA button overlaying submit button preventing it from being clicked
  736. = 1.2.0.1 =
  737. * Changed: Improved field and column gutter consistency
  738. = 1.2.0 =
  739. * Added: Form preview
  740. * Added: Column classes for Checkbox and Multiple choice inputs
  741. * Changed: Some fields did not have the correct (unique) CSS ID, this has been corrected, which means custom styling may need to be adjusted
  742. * Changed: Removed nonce verification
  743. = 1.1.8.4 =
  744. * Changed: Form notification settings hide if set to Off
  745. = 1.1.8.3 =
  746. * Fixed: Issue with submit button position when form ends with columns classes
  747. = 1.1.8.2 =
  748. * Changed: reCAPTCHA settings description to include link to how-to article
  749. = 1.1.8.1 =
  750. * Fixed: PHP warnings inside the form builder
  751. = 1.1.8 =
  752. * Changed: Moved email related settings into email settings group
  753. = 1.1.7.2 =
  754. * Added: "WPForm" to new-content admin bar menu item
  755. = 1.1.7.1 =
  756. * Changed: Removed "New" field name prefix
  757. = 1.1.7 =
  758. * Added: Smart Tag for Dropdown/Multiple choice raw values, allowing for conditional email address notifications (https://wpforms.com/docs/how-to-create-conditional-form-notifications-in-wpforms)
  759. * Added: Three column CSS field classes (https://wpforms.com/docs/how-to-create-multi-column-form-layouts-in-wpforms/)
  760. * Changed: Checkbox/Multiple Choice fields allow certain HTML to display in choice labels
  761. = 1.1.6.1 =
  762. * Added: Support for WordPress Zero Spam plugin (https://wordpress.org/plugins/zero-spam/)
  763. * Fixed: Issue when stacking fields with 2 column classes
  764. = 1.1.5.3 =
  765. * Changed: Email Header Image setting description to include recommended sizing
  766. = 1.1.5.2 =
  767. * Fixed: reCAPTCHA cutting off with full form theme
  768. = 1.1.5.1 =
  769. * Fixed: Debug output from wpforms.js
  770. = 1.1.5 =
  771. * Changed: HTML Email template footer text appearance
  772. = 1.1.4.2 =
  773. * Fixed: HTML emails not displaying correctly in Thunderbird
  774. = 1.1.4.1 =
  775. * Fixed: Form builder textareas not displaying full width
  776. = 1.1.4 =
  777. * Added: Form general setting for "Submit Button CSS Class"
  778. * Added: Duplicate forms from the Forms Overview page (All Forms)
  779. * Changed: Adjusted field display inside the Form Builder to better resemble full theme
  780. * Fixed: Don't allow inserting shortcode via modal if there are no forms
  781. * Fixed: Error when deleting a form
  782. = 1.1.3.2 =
  783. * Added: Suggestion form template
  784. = 1.1.3.1 =
  785. * Fixed: Form base theme CSS compatibility issue with Firefox
  786. = 1.1.3 =
  787. * Added: New class that handles sending/processing emails
  788. * Added: Form notification setting for "From Address", defaults to site administrator's email address
  789. * Added: HTML email template for sleek emails (enabled by default, see more below)
  790. * Added: General setting to configure email notification format
  791. * Added: General setting to optionally configure email notification header image
  792. * Changed: Default email notification format is now HTML, can go back to plain text format via option on WPForms > Settings page
  793. * Changed: Empty fields are no longer included in email notifications
  794. * Fixed: Issue with Checkbox field when empty
  795. = 1.1.2 =
  796. * Added: Form option to scroll page to form after submit, defaults on for new forms
  797. * Changed: Revamped "Full" form theme to be more consistent across different themes, browsers, and devices
  798. * Changed: Full theme and bare theme separated
  799. = 1.1.1.1 =
  800. * Changed: Upgrade information
  801. = 1.1.1 =
  802. * Fixed: Settings page typo
  803. = 1.1 =
  804. * Changed: CSS updates to improve compatibility
  805. * Fixed: PHP notices when saving plugin Settings
  806. = 1.0.9 =
  807. * Changed: Email field required by default
  808. = 1.0.8 =
  809. * Fixed: Name field setting always showing Required
  810. * Fixed: Debug function incorrectly requiring WP_DEBUG
  811. = 1.0.7 =
  812. * Changed: CSS tweaks
  813. * Fixed: Filter (wpforms_manage_cap) incorrectly named in some instances
  814. = 1.0.6 =
  815. * Added: Embed button inside the Form Builder
  816. * Added: Basic two column CSS class support
  817. * Added: French translation
  818. * Changed: Form names are no longer required, if no form name is provided the template name is used
  819. * Changed: Inputmask script, for better broad device support
  820. * Changed: Field specific assets are now conditionally loaded
  821. * Changed: CSS tweaks for form display
  822. * Fixed: Issue with Date/Time field
  823. * Fixed: Issue Address field preventing Country select from hiding in some configurations
  824. * Fixed: Localization string errors
  825. = 1.0.5 =
  826. * Changed: Checkboxes/Dropdown/Multiple Choice fields always show choice label value in e-mail notifications
  827. * Fixed: PHP notices inside the Form Builder
  828. * Fixed: Typo inside Form Builder tooltip
  829. = 1.0.4.2 =
  830. * Changed: Removed files not needed for WordPress.org release [Lite]
  831. = 1.0.4.1 =
  832. * Added: Check for TinyMCE in the builder before triggering TinyMCE save
  833. * Fixed: Sub labels showing when configured to hide
  834. * Fixed: Forms pagination number screen setting not saving
  835. * Fixed: Email notification setting always displaying "On"
  836. = 1.0.4 =
  837. * Changed: Improved marketing provider conditional logic
  838. * Changed: Addons page [Lite]
  839. * Fixed: Variable assignment in the builder
  840. = 1.0.3 =
  841. * Added: Basic TinyMCE editor for form confirmation messages
  842. * Changed: Removed form ID from form overview table, ID still visible in shortcode column
  843. * Fixed: Checkbox/radio form elements alignment
  844. * Fixed: Quotation slashes in email notification text
  845. * Fixed: SSL verification preventing proper API calls on some servers
  846. = 1.0.2 =
  847. * Added: Widget to display form
  848. * Added: Function to display form, `wpforms_display( $form_id )`
  849. * Changed: Default notification settings for Contact form template
  850. * Changed: Success message styling for full form theme
  851. = 1.0.1 =
  852. * Added: "From Name" and "Reply To" Setting>Notification fields
  853. * Added: Smart Tags feature to all Setting>Notification fields
  854. = 1.0.0 =
  855. * Initial release.