wpforms-lite
Last commit date
assets
7 years ago
includes
7 years ago
languages
7 years ago
lite
7 years ago
src
7 years ago
autoloader.php
7 years ago
changelog.txt
7 years ago
readme.txt
7 years ago
uninstall.php
8 years ago
wpforms.php
7 years ago
changelog.txt
514 lines
| 1 | == Changelog == |
| 2 | |
| 3 | = 1.4.8.1 = |
| 4 | - Certain confirmation settings, before 1.4.8, not displaying correctly in the form builder. |
| 5 | |
| 6 | = 1.4.8 = |
| 7 | - Added: Gutenberg block. |
| 8 | - Added: WP Mail SMTP detection and hints in the form builder notification settings. |
| 9 | - Added: Alt and title tags to image choices images on frontend display. |
| 10 | - Changed: i18n improvements. |
| 11 | - Fixed: Incorrect param used with `shortcode_atts`. |
| 12 | - Fixed: Accessing `wpforms_setting` in frontend javascript before checking if it exists. |
| 13 | - Fixed: PHP error toggling form builder notifications in some use cases. |
| 14 | - Fixed: GDPR field Agreement text not updating in real time. |
| 15 | - Fixed: Marketing provider connections containing an escaped apostrophe. |
| 16 | - Fixed: Pressing "Enter" in the form builder resulting in unexpected behavior. |
| 17 | - Fixed: Security enhancements and other misc. bug fixes. |
| 18 | |
| 19 | = 1.4.7.2 = |
| 20 | - Fixed: Honeypot field using a none unique CSS ID. |
| 21 | - Fixed: Form builder Bulk Add display issues in certain use cases. |
| 22 | - Fixed: Checkbox field values not saving if Show Values field option is enabled. |
| 23 | |
| 24 | = 1.4.7.1 = |
| 25 | - Changed: Updated Russian translation. |
| 26 | - Fixed: Various i18n issues. |
| 27 | |
| 28 | = 1.4.7 = |
| 29 | - Added: New Providers class and functionality. |
| 30 | - Changed: Old PHP version (5.2 and 5.3) admin warning adjusted to reflect new August 2018 time line. |
| 31 | - Fixed: Multiple Choice fields showing as Radio fields in the builder preview when first created. |
| 32 | - Fixed: Duplicating fields in the form builder causing issues with certain field types. |
| 33 | - Fixed: Escaping issue with provider connection names contained an apostrophe. |
| 34 | - Fixed: Alignment issues with the Addons page display. |
| 35 | - Fixed: Incorrect text on the Welcome activation page. |
| 36 | |
| 37 | = 1.4.6 = |
| 38 | - Added: GDPR Enhancements plugin setting [doc](https://wpforms.com/how-to-create-gdpr-compliant-forms/). |
| 39 | - Added: GDPR Enhancement: User Agreement form field. |
| 40 | - Changed: PHP warning that alerts users support for PHP 5.4 and below will be dropped this summer. |
| 41 | - Changed: Spam logging, to improve performance. |
| 42 | - Fixed: Typo in base form CSS. |
| 43 | - Fixed: Stripping HTML from the checkbox and mulitple choice labels in the form builder. |
| 44 | - Fixed: Form builder icon visibility when field labels are hidden. |
| 45 | |
| 46 | = 1.4.5.3 = |
| 47 | - Changed: Use minified admin assets when appropriate. |
| 48 | - Changed: Show helpful doc link in form embed modal. |
| 49 | - Fixed: reCAPTCHA v2 showing in form builder when using Invisible reCAPTCHA. |
| 50 | - Fixed: Remove jQuery shorthand references in `admin-utils` to prevent conflicts. |
| 51 | |
| 52 | = 1.4.5.2 = |
| 53 | - Fixed: Incorrect documenation link for Input Mask. |
| 54 | - Fixed: Input Mask value disappearing when form builder is refreshed. |
| 55 | |
| 56 | = 1.4.5.1 = |
| 57 | - Fixed: Dynamic choices not displaying correctly for Multiple Choice and Checkbox fields. |
| 58 | |
| 59 | = 1.4.5 = |
| 60 | - Added: Image choices feature with Checkbox and Multiple Choice fields; Images can now be uploaded and displayed with your choices! |
| 61 | - Added: Custom input masks for Single Line Text fields (Advanced Options). |
| 62 | - Added: No-Conflict Mode for Google reCAPTCHA (Settings > reCAPTCHA). Removes other reCAPTCHA occurrences, to prevent conflicts. |
| 63 | - Added: SSL Connection Test (Tools > System Info). Quicky verify that your web host correct supports SSL connections. |
| 64 | - Added: `{user_full_name}` Smart Tag, displays users first and last name. |
| 65 | - Added: Discalimer / Terms of Service Display formatting option for Checkbox fields (Advanced Options). |
| 66 | - Added: Basic CSS styling for `disabled` fields. |
| 67 | - Added: Uninstall routine, available from Settings > Misc. |
| 68 | - Added: Form builder performance improvements. Editing a form with hundreds of fields is now 500%+ faster! |
| 69 | - Changed: New Settings tab: Misc, moved Hide Annoucements option to new tab. |
| 70 | - Changed: `{user_display}` Smart Tag diplays user's display name (in most cases, this is the user's name). |
| 71 | - Changed: All `<form>` attributes can now be changed via `wpforms_frontend_form_atts` filter. |
| 72 | - Fixed: Form builder tab icon alignment conflicts with third party plugin CSS. |
| 73 | - Fixed: Smart Tag dropdown display issues in the form builder. |
| 74 | - Fixed: Form builder drag and drop area disappearing if all fields are removed from a form. |
| 75 | |
| 76 | = 1.4.4.1 = |
| 77 | - Changed: Textdomain loading to a later priority. |
| 78 | - Changed: Allow the `WPForms_Builder` class to be accessible. |
| 79 | - Changed: Move the confirmation message `wpautop` to an earlier priority to not conflict with content added using filters. |
| 80 | - Fixed: Form builder templates area not aligning correctly in some browsers. |
| 81 | - Fixed: Incorrect permissions check for annoucements feed. |
| 82 | |
| 83 | = 1.4.4 = |
| 84 | - Added: Advanced setting for Multiple Choice and Checkbox fields to randomize choices |
| 85 | - Changed: Admin menu icons now uses SVG instead of custom font icon |
| 86 | - Changed: Reviewed all translatable strings, improved escaping and formatting |
| 87 | - Changed: External links have `rel="noopener noreferrer"` improve security |
| 88 | - Changed: Permission check centralized into a single function (`wpforms_current_user_can()`) |
| 89 | - Changed: Required label field text centralized into a single function (`wpforms_get_required_label()`) |
| 90 | - Fixed: Typo in German translation |
| 91 | - Fixed: Required email provider connection fields not highlighting when left empty |
| 92 | - Fixed: Inside form builder, notification name area breaking into multiple lines on smaller screens |
| 93 | |
| 94 | = 1.4.3 = |
| 95 | - Added: Early filter for form data before form output, `wpforms_frontend_form_data` |
| 96 | - Changed: Standardize and tweak modal window button styles |
| 97 | - 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) |
| 98 | - Changed: Removed "Hide form name and description" form setting as it was a common source or confusion |
| 99 | - Fixed: Site cache being flushed when it shouldn't have been, affecting performance in some scenarios |
| 100 | - Fixed: Country, state, months and days not properly exposed to i18n |
| 101 | - Fixed: CSV export dates not properly using i18n |
| 102 | - Fixed: WPForms custom post types omitting labels |
| 103 | - Fixed: Smart Tag value encoding issues with email notifications |
| 104 | - Fixed: Infinite recursion issue when using Dynamic Values option |
| 105 | - Fixed: PHP notice in form builder |
| 106 | |
| 107 | = 1.4.2.2 = |
| 108 | - Changed: Announcement feed data |
| 109 | |
| 110 | = 1.4.2.1 = |
| 111 | - Added: Setting to hide Announcement feed |
| 112 | |
| 113 | = 1.4.2 = |
| 114 | - Added: Import your old Ninja Forms or Contact Form 7 forms! (WPForms > Tools > Import) |
| 115 | - 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 |
| 116 | - Fixed: reCAPTCHA now showing in the Form Builder preview when enabled |
| 117 | - Fixed: Encoded/escaped entities in email notifications |
| 118 | - Fixed: German translation issue |
| 119 | |
| 120 | = 1.4.1.1 = |
| 121 | - Changed: Improved the loading order of javascript files for forms builder |
| 122 | - Changed: Update some strings for Russian translation |
| 123 | |
| 124 | = 1.4.1= |
| 125 | - Added: Ability to rename Form>Settings>Notifications>Single notification panels |
| 126 | - Added: Define a minimum PHP version support in plugin readme.txt file |
| 127 | - Added: Display a friendly link to a full page version, when form is previewed on AMP pages |
| 128 | - Added: Ability to collapse Form>Settings>Notifications>Single notification panels |
| 129 | - Added: Russian translation |
| 130 | - Added: Allow more than 1 default selection for checkboxes fields |
| 131 | - Changed: Bump minimum WordPress version to 4.6 |
| 132 | - Changed: Improved localization support of the plugin |
| 133 | - Changed: Improved texts in various places |
| 134 | - Changed: Code style improvements throughout the plugin |
| 135 | - Changed: Combine WPFORMS_DEBUG and WPFORMS_DEVELOPMENT into one, use `wpforms_debug()` to check |
| 136 | - Changed: All HTTP requests now validate target sites SSL certificates with WP bundled certificates (since 3.7) |
| 137 | - Fixed: Notification email is empty if submitted form has no user values (displaying user friendly message instead) |
| 138 | - Fixed: Pressing enter in "Enter a notification name" popup does nothing |
| 139 | - Fixed: Fancy Fields can be dragged into form, but then get stuck |
| 140 | - Fixed: Deprecate a misspelled `wpforms_csv_export_seperator` filter, introduced a proper name for it |
| 141 | - Fixed: Conditional logic comparison issues if rule contained special characters |
| 142 | |
| 143 | = 1.4.0.1 = |
| 144 | - Added: Non-dismissible Dashboard page admin only notice about PHP 5.2. |
| 145 | |
| 146 | = 1.4.0 = |
| 147 | - Added: Announcement feed |
| 148 | - Changed: Core form templates are now displayed separate in the form builder from other custom templates |
| 149 | - Changed: Refactored CSV exporting for better support |
| 150 | - Fixed: Dynamic Choices large items modal render issue |
| 151 | - Fixed: Certain characters (such as comma) breaking CSV export format |
| 152 | - Fixed: Cursor issues inside the form builder |
| 153 | - Fixed: CSS Layout Generator class name typo |
| 154 | - Fixed: Dynamic choices with nesting sometimes causing form builder to time out |
| 155 | - Fixed: Settings page typos |
| 156 | - Fixed: Tools page export description text typo |
| 157 | - Fixed: Widget state not displayed correctly when adding via Customizer, without forcing user to select a form |
| 158 | |
| 159 | = 1.3.9.1 = |
| 160 | - Changed: Template Export excludes array items with empty strings |
| 161 | - Fixed: Admin notices displaying on plugin Welcome/activation screen |
| 162 | - Fixed: WPForms admin pages displaying blank due to conflicts with a few other plugins |
| 163 | |
| 164 | = 1.3.9 = |
| 165 | - Added: Complete redesign and refactor of admin area |
| 166 | - Added: New Settings API |
| 167 | - Added: Entry print preview compact mode |
| 168 | - Added: Entry print preview view entry notes |
| 169 | - Added: Dynamic field choices nest hierarchical items |
| 170 | - Added: Form import/export to Tools sub page |
| 171 | - Added: Form template export to Tools sub page |
| 172 | - Changed: System Info content to new Tools sub-page |
| 173 | - Changed: Shortcode provided in form builder now includes title/description arguments |
| 174 | |
| 175 | = 1.3.8 = |
| 176 | - Changed: Available conditional logic rules/functionality with Providers have been updated |
| 177 | - Changed: Updated form builder modals (jquery-confirm.js) |
| 178 | - Changed: Many Form Builder performance enhancements |
| 179 | - Fixed: Number field validation message not saving |
| 180 | - Fixed: Email confirmation setting not displaying correctly with Small field size |
| 181 | |
| 182 | = 1.3.7.4 = |
| 183 | - Added: Marketing tab in the form builder shows all possible providers. |
| 184 | |
| 185 | = 1.3.7.3 |
| 186 | - Fixed: Required setting checkbox getting out of sync when duplicating fields |
| 187 | - Fixed: CSS class name typo in the form builder layout selector |
| 188 | - Fixed: Smart Tag `field_id` stripping line breaks |
| 189 | - Fixed: Form JS settings `wpforms_settings` missing due to some caching plugins |
| 190 | - Fixed: Empty classes causing `array` string to be printed in some use cases |
| 191 | |
| 192 | = 1.3.7.2 = |
| 193 | - Fixed: Error for some users with PHP 5.4 and below |
| 194 | |
| 195 | = 1.3.7.1 |
| 196 | - Fixed: Issue sending form notifications using email fields that had confirmation enabled |
| 197 | |
| 198 | = 1.3.7 = |
| 199 | - Added: Google Invisible reCAPTCHA support |
| 200 | - Added: Custom field validation messages (see WPForms Settings page) |
| 201 | - Added: Bulk add choices for Checkbox, Multiple Choice, and Dropdown fields |
| 202 | - Added: Filter to allow email notifications to include empty fields, `wpforms_email_display_empty_fields` |
| 203 | - Added: Field CSS layout selector |
| 204 | - Changed: Leverage `wp_json_encode` instead of native PHP function |
| 205 | - Changed: Various WordPress coding standard improvements (work in progress) |
| 206 | - Changed: Refactored form front-end code to allow for more customizations |
| 207 | - Changed: Refactored text, textarea, email, number, and name fields to allow for more customizations (more coming next release) |
| 208 | - Fixed: Welcome page typo |
| 209 | - Fixed: SmartTag selectors getting off sync inside form builder |
| 210 | |
| 211 | = 1.3.6.2 = |
| 212 | - Changed: Improved messaging on Entries page (Lite) |
| 213 | |
| 214 | = 1.3.6.1 = |
| 215 | - Added: Option to disable activation welcome screen, `wpforms_activation_redirect` |
| 216 | |
| 217 | = 1.3.6 = |
| 218 | - Added: Constant Contact integration |
| 219 | - Changed: Don't strip tags from plain text emails |
| 220 | - Fixed: Form builder javascript conflict with Clef plugin |
| 221 | - Fixed: Form builder logo URL double slash |
| 222 | - Fixed: Form builder embed code field not being selectable |
| 223 | |
| 224 | = 1.3.5 = |
| 225 | - Fixed: Some browsers allowing unexpected characters inside number input fields |
| 226 | - Fixed: Issue with Dropdown field placeholder text |
| 227 | - Fixed: Other plugins loading conflicting scripts in form builder |
| 228 | |
| 229 | = 1.3.4 = |
| 230 | - Added: reCAPTCHA improvements; reCAPTCHA now required if turned on |
| 231 | - Fixed: Date/Time Smart Tag not using WordPress time zone settings |
| 232 | - Fixed: Name field defaults not processing Smart Tags |
| 233 | |
| 234 | = 1.3.3 = |
| 235 | - Added: Default value support in the email field |
| 236 | - Added: Various new hooks and filters for improved extendability |
| 237 | - Fixed: Possible errors if web host had `set_time_limit()` disabled |
| 238 | |
| 239 | = 1.3.2 = |
| 240 | - Added: New form class, `.inline-fields`, to apply single line form layout |
| 241 | - Changed: All Smart Tags now available for Email Subject field in form notifications |
| 242 | - Fixed: Email addresses reporting as invalid of the domain contained capitalization |
| 243 | - Fixed: Author related Smart Tags not working in form notification fields |
| 244 | - Fixed: Typo on settings page related to Carbon Copy |
| 245 | - Fixed: PHP 7.1 warning messages inside the form builder |
| 246 | |
| 247 | = 1.3.1.2 = |
| 248 | - Fixed: Plugin name to correctly indicate Lite for Lite release |
| 249 | |
| 250 | = 1.3.1.1 = |
| 251 | - Fixed: Error with 1.3.1 Lite release |
| 252 | |
| 253 | = 1.3.1 = |
| 254 | - Added: Smart Tags for author ID, email, and name |
| 255 | - Added: Carbon Copy (CC) support for form notifications; enable in WPForms Settings |
| 256 | - Fixed: Field duplication issues |
| 257 | - Fixed: TinyMCE "Add Form" button not opening modal with dynamic TinyMCE instances |
| 258 | - Fixed: Email formatting issues when using plain text formatting |
| 259 | - Fixed: Number field validation tripping when number submitted is zero |
| 260 | - Fixed: reCAPTCHA validation passing when reCAPTCHA left blank |
| 261 | - Fixed: Dropdown field size not reflecting in builder |
| 262 | |
| 263 | = 1.3.0 = |
| 264 | - Added: Email field confirmation |
| 265 | - Added: Support for Visual Composer |
| 266 | - Added: Field class to force elements to full-width on mobile devices, `wpforms-mobile-full` |
| 267 | - Changed: Placeholders are added/updated in real-time for Dropdown fields in the form builder |
| 268 | - Changed: Add empty value to select element placeholders when displaying form for better markup validation |
| 269 | - Fixed: Multiple instances of reCAPTCHA on a page not correctly loading |
| 270 | - Fixed: Field choice defaults not restoring in form builder |
| 271 | - Fixed: Field alignment issues in the form builder when dragging field more than once |
| 272 | - Fixed: PHP fatal erroring if form notification email address provided is not valid upon sending |
| 273 | - Fixed: Compatibility issues when network activated on a Multisite install |
| 274 | |
| 275 | = 1.2.9 = |
| 276 | - Added: Individual fields can be duplicated in the form builder |
| 277 | - Changed: How data is stored for fields using Dynamic Choices |
| 278 | - Fixed: Global assets setting causing errors in some cases |
| 279 | - Fixed: Writing setting ("correct invalidly nested XHTML") breaking forms containing HTML |
| 280 | - Fixed: Forms being displayed/included on the native WordPress Export page |
| 281 | - Fixed: Dynamic Choices erroring when used with Post Types |
| 282 | - Fixed: Form labels including blank IDs |
| 283 | |
| 284 | = 1.2.8.1 = |
| 285 | - Fixed: Form javascript email validation being too strict (introduced in 1.2.8) |
| 286 | |
| 287 | = 1.2.8 = |
| 288 | - Added: Dynamic choice feature for Dropdown, Multiple Choice, and Checkbox fields |
| 289 | - Changed: Loading order of templates and field classes - moved to `init` |
| 290 | - Changed: Form javascript email validation requires domain TLD to pass |
| 291 | - Fixed: HTML email notification templates uses site locale text-direction |
| 292 | - Fixed: Javascript in the form builder conflicting with certain locales |
| 293 | |
| 294 | = 1.2.7 = |
| 295 | - Added: Store initial plugin activation date |
| 296 | - Added: Duplicate form submit protection |
| 297 | - Fixed: Strip slashes from entry data before processing |
| 298 | |
| 299 | = 1.2.6 = |
| 300 | - Added: Miscellaneous internal improvements |
| 301 | - Fixed: Incorrectly named variables in the front-end javascript preventing features from properly being extendable |
| 302 | |
| 303 | = 1.2.5.1 = |
| 304 | - Fixed: Removed duplicate Settings page title |
| 305 | |
| 306 | = 1.2.5 = |
| 307 | - Added: Setting for Email template background color |
| 308 | - Added: Form setting for form wrapper CSS class |
| 309 | - Changed: Multiple Payment field stores Choice label text |
| 310 | - Changed: reCAPTCHA tweaks and added filter |
| 311 | - Changed: Improved IP detection |
| 312 | - Fixed: Mapped select fields in builder triggered JS error |
| 313 | |
| 314 | = 1.2.4.1 = |
| 315 | - Fixed: Plugin settings page not correctly showing |
| 316 | |
| 317 | = 1.2.4 = |
| 318 | - Added: Additional logging and error reporting |
| 319 | - Changed: Footer asset detection priority, for improved capability with other services |
| 320 | - Changed: Refactored and refined front-end javascript |
| 321 | - Fixed: Rogue PHP notices |
| 322 | |
| 323 | = 1.2.3.2 = |
| 324 | - Fixed: Default field validation considered 0 as empty |
| 325 | |
| 326 | = 1.2.3.1 = |
| 327 | - Fixed: Blank form email notification defaults |
| 328 | |
| 329 | = 1.2.3 = |
| 330 | - Added: Form notification message setting |
| 331 | - Added: Additional Smart Tags available inside Form Settings panels |
| 332 | - Added: Process Smart Tags inside form confirmation messages and URLs |
| 333 | - Added: Hide WPForms Preview page from WordPress dashboard |
| 334 | - Added: System Details tab to WPForms Settings, to display debug information, etc |
| 335 | - Changed: Many form builder javascript improvements |
| 336 | - Changed: Improved internal logging and debugging tools |
| 337 | - Fixed: Large forms not always saving because of max_input_vars PHP setting |
| 338 | |
| 339 | = 1.2.2.2 = |
| 340 | - Fixed: Javascript asset not loading due to incorrect path |
| 341 | |
| 342 | = 1.2.2.1 = |
| 343 | - Fixed: Form select inside modal window overflowing when a form exists with a long title |
| 344 | |
| 345 | = 1.2.2 = |
| 346 | - Changed: Choice Layouts now use flexbox instead of CSS columns for better rendering |
| 347 | - Fixed: Class name typo in a CSS column class introduced with 1.2.1 |
| 348 | - Fixed: PHP notice on Entries page when there are no forms |
| 349 | |
| 350 | = 1.2.1 = |
| 351 | * Added: Drag and drop field buttons - simply drag the desired field to the form! |
| 352 | * Added: Choice Layout option for Checkboxes and Multiple Choice fields (under Advanced Options) |
| 353 | * Added: Full and expanded column class/grid support |
| 354 | * Changed: Refactored CSS column classes, previous classes are deprecated |
| 355 | * Fixed: Form ending with column classes not closing correctly |
| 356 | * Fixed: reCAPTCHA button overlaying submit button preventing it from being clicked |
| 357 | |
| 358 | = 1.2.0.1 = |
| 359 | * Changed: Improved field and column gutter consistency |
| 360 | |
| 361 | = 1.2.0 = |
| 362 | * Added: Form preview |
| 363 | * Added: Column classes for Checkbox and Multiple choice inputs |
| 364 | * Changed: Some fields did not have the correct (unique) CSS ID, this has been corrected, which means custom styling may need to be adjusted |
| 365 | * Changed: Removed nonce verification |
| 366 | |
| 367 | = 1.1.8.4 = |
| 368 | * Changed: Form notification settings hide if set to Off |
| 369 | |
| 370 | = 1.1.8.3 = |
| 371 | * Fixed: Issue with submit button position when form ends with columns classes |
| 372 | |
| 373 | = 1.1.8.2 = |
| 374 | * Changed: reCAPTCHA settings description to include link to how-to article |
| 375 | |
| 376 | = 1.1.8.1 = |
| 377 | * Fixed: PHP warnings inside the form builder |
| 378 | |
| 379 | = 1.1.8 = |
| 380 | * Changed: Moved email related settings into email settings group |
| 381 | |
| 382 | = 1.1.7.2 = |
| 383 | * Added: "WPForm" to new-content admin bar menu item |
| 384 | |
| 385 | = 1.1.7.1 = |
| 386 | * Changed: Removed "New" field name prefix |
| 387 | |
| 388 | = 1.1.7 = |
| 389 | * 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) |
| 390 | * Added: Three column CSS field classes (https://wpforms.com/docs/how-to-create-multi-column-form-layouts-in-wpforms/) |
| 391 | * Changed: Checkbox/Multiple Choice fields allow certain HTML to display in choice labels |
| 392 | |
| 393 | = 1.1.6.1 = |
| 394 | * Added: Support for WordPress Zero Spam plugin (https://wordpress.org/plugins/zero-spam/) |
| 395 | * Fixed: Issue when stacking fields with 2 column classes |
| 396 | |
| 397 | = 1.1.5.3 = |
| 398 | * Changed: Email Header Image setting description to include recommended sizing |
| 399 | |
| 400 | = 1.1.5.2 = |
| 401 | * Fixed: reCAPTCHA cutting off with full form theme |
| 402 | |
| 403 | = 1.1.5.1 = |
| 404 | * Fixed: Debug output from wpforms.js |
| 405 | |
| 406 | = 1.1.5 = |
| 407 | * Changed: HTML Email template footer text appearance |
| 408 | |
| 409 | = 1.1.4.2 = |
| 410 | * Fixed: HTML emails not displaying correctly in Thunderbird |
| 411 | |
| 412 | = 1.1.4.1 = |
| 413 | * Fixed: Form builder textareas not displaying full width |
| 414 | |
| 415 | = 1.1.4 = |
| 416 | * Added: Form general setting for "Submit Button CSS Class" |
| 417 | * Added: Duplicate forms from the Forms Overview page (All Forms) |
| 418 | * Changed: Adjusted field display inside the Form Builder to better resemble full theme |
| 419 | * Fixed: Don't allow inserting shortcode via modal if there are no forms |
| 420 | * Fixed: Error when deleting a form |
| 421 | |
| 422 | = 1.1.3.2 = |
| 423 | * Added: Suggestion form template |
| 424 | |
| 425 | = 1.1.3.1 = |
| 426 | * Fixed: Form base theme CSS compatibility issue with Firefox |
| 427 | |
| 428 | = 1.1.3 = |
| 429 | * Added: New class that handles sending/processing emails |
| 430 | * Added: Form notification setting for "From Address", defaults to site administrator's email address |
| 431 | * Added: HTML email template for sleek emails (enabled by default, see more below) |
| 432 | * Added: General setting to configure email notification format |
| 433 | * Added: General setting to optionally configure email notification header image |
| 434 | * Changed: Default email notification format is now HTML, can go back to plain text format via option on WPForms > Settings page |
| 435 | * Changed: Empty fields are no longer included in email notifications |
| 436 | * Fixed: Issue with Checkbox field when empty |
| 437 | |
| 438 | = 1.1.2 = |
| 439 | * Added: Form option to scroll page to form after submit, defaults on for new forms |
| 440 | * Changed: Revamped "Full" form theme to be more consistent across different themes, browsers, and devices |
| 441 | * Changed: Full theme and bare theme separated |
| 442 | |
| 443 | = 1.1.1.1 = |
| 444 | * Changed: Upgrade information |
| 445 | |
| 446 | = 1.1.1 = |
| 447 | * Fixed: Settings page typo |
| 448 | |
| 449 | = 1.1 = |
| 450 | * Changed: CSS updates to improve compatibility |
| 451 | * Fixed: PHP notices when saving plugin Settings |
| 452 | |
| 453 | = 1.0.9 = |
| 454 | * Changed: Email field required by default |
| 455 | |
| 456 | = 1.0.8 = |
| 457 | * Fixed: Name field setting always showing Required |
| 458 | * Fixed: Debug function incorrectly requiring WP_DEBUG |
| 459 | |
| 460 | = 1.0.7 = |
| 461 | * Changed: CSS tweaks |
| 462 | * Fixed: Filter (wpforms_manage_cap) incorrectly named in some instances |
| 463 | |
| 464 | = 1.0.6 = |
| 465 | * Added: Embed button inside the Form Builder |
| 466 | * Added: Basic two column CSS class support |
| 467 | * Added: French translation |
| 468 | * Changed: Form names are no longer required, if no form name is provided the template name is used |
| 469 | * Changed: Inputmask script, for better broad device support |
| 470 | * Changed: Field specific assets are now conditionally loaded |
| 471 | * Changed: CSS tweaks for form display |
| 472 | * Fixed: Issue with Date/Time field |
| 473 | * Fixed: Issue Address field preventing Country select from hiding in some configurations |
| 474 | * Fixed: Localization string errors |
| 475 | |
| 476 | = 1.0.5 = |
| 477 | * Changed: Checkboxes/Dropdown/Multiple Choice fields always show choice label value in e-mail notifications |
| 478 | * Fixed: PHP notices inside the Form Builder |
| 479 | * Fixed: Typo inside Form Builder tooltip |
| 480 | |
| 481 | = 1.0.4.2 = |
| 482 | * Changed: Removed files not needed for WordPress.org release [Lite] |
| 483 | |
| 484 | = 1.0.4.1 = |
| 485 | * Added: Check for TinyMCE in the builder before triggering TinyMCE save |
| 486 | * Fixed: Sub labels showing when configured to hide |
| 487 | * Fixed: Forms pagination number screen setting not saving |
| 488 | * Fixed: Email notification setting always displaying "On" |
| 489 | |
| 490 | = 1.0.4 = |
| 491 | * Changed: Improved marketing provider conditional logic |
| 492 | * Changed: Addons page [Lite] |
| 493 | * Fixed: Variable assignment in the builder |
| 494 | |
| 495 | = 1.0.3 = |
| 496 | * Added: Basic TinyMCE editor for form confirmation messages |
| 497 | * Changed: Removed form ID from form overview table, ID still visible in shortcode column |
| 498 | * Fixed: Checkbox/radio form elements alignment |
| 499 | * Fixed: Quotation slashes in email notification text |
| 500 | * Fixed: SSL verification preventing proper API calls on some servers |
| 501 | |
| 502 | = 1.0.2 = |
| 503 | * Added: Widget to display form |
| 504 | * Added: Function to display form, `wpforms_display( $form_id )` |
| 505 | * Changed: Default notification settings for Contact form template |
| 506 | * Changed: Success message styling for full form theme |
| 507 | |
| 508 | = 1.0.1 = |
| 509 | * Added: "From Name" and "Reply To" Setting>Notification fields |
| 510 | * Added: Smart Tags feature to all Setting>Notification fields |
| 511 | |
| 512 | = 1.0.0 = |
| 513 | * Initial release. |
| 514 |