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