-
Notifications
You must be signed in to change notification settings - Fork 15
/
changelog.txt
985 lines (850 loc) · 43.2 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
== Changelog ==
= 3.0.8.1 - 08-01-2025
* Fix - Email Preview not working issue .
= 3.0.8 - 08-01-2025
* Feature - User Roles and Permission.
* Feature - SMTP settings in Everest Forms.
* Tweak - Meta key field readonly.
* Tweak - Captcha design on admin.
* Tweak - Add mark as spam option in entries list.
* Tweak - Select all option in import forms.
* Fix - Minimize the license hit when server is unavailable .
* Fix - Date Picker and File upload field not working in Elementor popup.
* Fix - Escaping issue in Email Preview template.
* Fix - Favorite color issue.
* Fix - Post Meta smart tag issue.
* Fix - Print option not working.
= 3.0.7.1 - 30-12-2024
* Added - Transient for addon update.
= 3.0.6 - 03-12-2024
* Removed - Necessary file from the distignore file.
= 3.0.5.2 - 03-12-2024
* Enhance - SCSS PHP Compiler Updated.
= 3.0.5.1 - 03-12-2024
* Removed - Vendor from the .distignore file.
= 3.0.5 - 03-12-2024
* Feature - License settings page.
* Feature - Style Customizer Module.
* Feature - Bricks builder integration.
* Feature - Divi Builder Compatibility.
* Feature - Oxygen builder integration.
* Feature - Beaver Builder Compatibility.
* Feature - WPBakery Builder Compatibility.
* Tweak - Coupon into module.
* Tweak - Move active campaign to module.
* Tweak - Track module activation in TG User Tracking.
* Fix - Tooltips does not work on mobile.
* Fix - Background color for PDF submission.
* Fix - Critical issue when the publishable key is empty in live mode for recurring payment.
* Dev - amoCRM Module.
* Dev - QR Generator module.
* Dev - Get gist integration.
* Dev - CleverReach Integration.
* Dev - Slack Integration Module.
* Dev - User Registration Social Login.
* Dev - Moved Campaign Monitor to module.
= 3.0.4.2 - 03-11-2024
* Fix - Escaping issue in required field.
= 3.0.4.1 - 30-10-2024
* Fix - Remove unnecessary source map from build.
= 3.0.4 - 28-10-2024
* Fix - Escaping issue.
* Fix - Line break in the confirmation message.
= 3.0.3.1 - 17-09-2024
* Fix - Issue with add new form template designs.
* Fix - Copy/Paste not working in word limit.
= 3.0.3 - 16-09-2024
* Feature - Add new form page design.
* Feature - Entry submission RestApi.
* Enhancement - Send file directly as an attachment.
* Fix - Premium sidebar design issue.
* Fix - Escaping issue in Yes/No field.
* Dev - Calculation module.
* Tweak - Hidden field editable compatibility.
* Tweak - Catch mail send error.
* Tweak - Filter added to state default value.
* Tweak - Background color of dashboard.
* Tweak - Format likert field data in seperate column wise while exporting entry.
* Dev - Aweber integration.
* Dev - Calculation Module.
* Dev - Feature api log table.
= 3.0.2 - 07-08-2024
* Feature - Enable minimum time for form submission.
* Feature - Delete option in Header logo in PDF Submission.
* Enhancement - Custom file name field settings.
* Fix - Escaping issue in Yes/No Field.
* Dev - Mollie Payment.
* Dev - Square Payment.
* Dev - Transaction Table.
* Dev - Airtable Compatibility.
* Dev - Salesflare into Module.
* Dev - ConvertKit Compatibility.
* Dev - GetResponse compatibility.
* Dev - Brevo module compatibility.
* Dev - Drip module compatibility.
* Dev - Telegram integration compatibility.
* Dev - Constant contact and PipeDrive compatibility.
* Dev - Mailchimp and Mailerlite compatibility.
= 3.0.1 - 03-07-2024
* Feature - Import entries in our form using csv file.
* Enhancement - Global Setting Premium Sidebar.
* Enhancement - Dashboard page.
* Fix - Block design all messed up when viewed in block editor.
* Fix - Wrong instruction on captcha.
* Fix - Email template on email clone, save and continue forms.
* Fix - Post Meta Smart tag not working.
* Fix - Duplicate entries showing in entry preview.
* Tweak - Test email input and button design.
* Tweak - Added function to get next key in array.
= 3.0.0.1 - 27-05-2024
* Fix - Form builder loading when recaptcha is enabled.
* Tweak - Captcha name change to math captcha.
= 3.0.0 - 23-05-2024
* Feature - Dashboard page.
* Feature - Email scheduling in daily, weekly or monthly for the progress data of form.
* Enhancement - Captcha field.
* Enhancement - Gutenberg block.
* Enhancement - Global Setting Design.
* Enhancement - Move everest form pro fields into free.
* Fix - Custom JS issue with html special character.
= 2.0.9 - 04-04-2024
* Feature - System information.
* Feature - Show entry preview after form submission.
* Feature - Admin approval entries.
* Enhancement - Date field formats.
* Enhancement - Appended active class to active input field.
* Fix - Everest Forms conflict with WordPress Customizer.
* Tweak - Filter introduced for template hierarchy.
= 2.0.8.1 - 13-03-2024
* Fix - Add block Notification issue.
= 2.0.8 - 12-03-2024
* Fix - Restrict font_url for unauthorized users and allow only certain font_url.
* Enhancement - Search functionality on Addons page.
* Feature - Embedded shortcode directly in page through builder.
* Feature - Form migrator for WPForms and Contact Forms 7.
= 2.0.7 - 22-02-2024
* Enhancement - Screenshot video on upgrade to pro popup.
* Enhancement - Clone email form settings.
* Feature - Email preview.
* Fix - Critical error in entry file.
* Fix - Show values setting not displaying in select field.
* Fix - Minimum character translation issue.
* Dev - Compatibility for Google calendar integration.
= 2.0.6 - 26-12-2023
* Upgraded - Input mask library.
* Fix - Empty values in entries for (select, checkbox, radio) fields when wordPress site is in another language.
* Fix - XLSX export issue.
* Fix - PHP 8.2 dynamic properties are deprecated.
* Feature - Akismet integration.
= 2.0.5 - 08-11-2023
* Tweak - Compatibility with new ThemeGrill Agency Plan's license.
* Fix - Security vulnerability from missing sanitization.
* Fix - Refresh addons button in addons page not working properly.
* Fix - PDF download issue after form submission for individual settings.
= 2.0.4.1 - 18-10-2023
* Fix - Issue with downloading AI Contact Form addon.
= 2.0.4 - 05-10-2023
* Refactor - Form Builder Design.
* Enhancement - Changed checkbox option to toggle.
* Fix - Booked Slot not deleting after entry deletion.
= 2.0.3.1 - 06-09-2023
* Fix - Disabled Form Security Vulnerability.
= 2.0.3 - 30-08-2023
* Fix - Accepting numbers below 0 despite minimum limit of 0.
* Fix - Hide empty fields in the email.
* Enhancement - Option to load fonts locally.
* Feature - Lookup field.
* Tweak - Remove rating request notification.
* Tweak - Change URL with new website URL.
= 2.0.2 - 19-07-2023
* Feature - Regex validation for field.
* Feature - Custom CSS and JS for form.
* Enhancement - Upgrade to the pro improve for dragging a field.
* Enhancement - Date time slot booking.
* Fix - Word count issue with Cyrillic text.
= 2.0.1 - 14-06-2023
* Enhancement - Upgrade to pro link.
* Feature - Cloudflare Turnstile.
* Tweak - Form locate option where form is activated.
* Dependency - Authorize.Net.
= 2.0.0.1 - 09-05-2023
* Fix - Design issue with certain themes when everest shortcode is applied.
= 2.0.0 - 08-05-2023
* Fix - Repeater field issue when exporting the CSV.
* Fix - Error when enabling image choices without uploading image in checkbox.
* Fix - Smart tag {first_name} {last_name} are not working.
* Fix - Form not showing to export the form while storing entry information is disabled.
* Fix - CSV export issue.
* Fix - Unnecessary JS Load on Frontend.
* Fix - Payment status is not showing in CSV.
* Fix - Minimum word count error message issue.
* Fix - PDF download link not showing issue with paypal.
* Enhancement - Send CSV in email.
* Enhancement - Next Previous link on single entry view admin page.
* Enhancement - Timezone selection for DateTime field.
* Enhancement - Serial number on entry listing table.
* Enhancement - Anti Spam Setting.
* Enhancement - Search forms in entries select.
* Feature - Everest forms on top admin menu bar.
= 1.9.9 - 28-03-2023
* Fix - Payment checkbox smart tag value is not showing email.
* Fix - Undefined array key 'datetime_style' issue.
* Fix - Undefined index and array to string conversion issue.
* Fix - Send Test Email To option does not display the value saved value in the DB.
* Fix - String length mismatch for non-English characters in the Limit Length feature.
* Fix - File System issue in form builder.
* Fix - Choose File translation issue in the import forms.
* Enhancement - translatable email content.
* Refactor - Form Templates.
= 1.9.8 - 30-01-2023
* Fix - Stripe issue with credit card field empty.
* Fix - EVF Tooltip issue with WooCommerce orders table.
* Enhancement - CSV export for repeater field.
* Enhancement - Uninstall everest_forms option.
* Enhancement - Field validation in Builder.
= 1.9.7 - 21-12-2022
* Fix - Empty for zero value in the number field.
* Fix - Entry ID wp error object.
* Fix - CSV export issue with the dropdown field.
= 1.9.6 - 17-11-2022
* Fix - Flatpickr date localization not working while the form has more than one date field.
* Enhancement - Entry ID smart tag in the email message.
* Enhancement - Set date range x days after or before.
= 1.9.5 - 18-10-2022
* Enhancement - Form ID smart tag.
* Fix - Date format not working issue in the Date/Time field.
= 1.9.4.1 - 27-09-2022
* Fix - Progress field order issue in repeater fields.
* Fix - Everest Forms version mismatch issue.
= 1.9.4 - 26-09-2022
* Fix - Empty field values in exported CSV file while changing meta key.
* Fix - undefined array_key issue while preview the form without saving.
* Fix - Form Preview issue in some themes.
* Enhancement - Submit the form template name by pressing enter key.
* Refactor - Multi-select value code in the builder.
* Dev - Filter added for dropdown options.
* Dev - Dynamic country wise state dropdown.
* Dev - Progress field.
* Dev - Reset field.
= 1.9.3 - 31-08-2022
* Enhancement - When EVF_REMOVE_ALL_DATA is true, delete options and user meta starting with Everest Forms.
* Enhancement - Required field validation(Global setting, Individual setting).
* Enhancement - New addons page.
* Fix - apply_shortcodes functions undefined in WordPress lower version.
* Fix - undefined __ in __wp.i18n.__ in extension js file.
* Fix - Server-side validation for limit length and minimum length features on single line text and paragraph fields.
* Dev - PDF global to individual form setting.
* Dev - Multiple select supports in builder.
= 1.9.2 - 02-08-2022
* Fix - Flatpickr localization issue.
* Fix - Auto address selected value not rendering issue in style dropdown after change.
* Fix - Required issue in multipart/row conditional.
* Dev - Replace Enable Google invisible reCAPTCHA v2 to Enable Google reCAPTCHA v2 for label showing wrong issue.
* Dev - Background Image in PDF.
* Dev - File/Image Uploads supports for repeater.
= 1.9.1 - 19-07-2022
* Fix - Enhanced select issue in single select.
* Dev - Yes/No field.
* Dev - Row setting compatibility.
* Enhancement - Zoho CRM listing in add-ons page.
= 1.9.0.1 - 06-07-2022
* Fix - Field validation params miss match.
= 1.9.0 - 06-07-2022
* Enhancement - Export selected entries.
* Enhancement - Pass field data to query string.
* Enhancement - New add-ons listing in the add-ons page.
* Enhancement - Past date disable.
* Enhancement - Smart tags added.
* Fix - Prevent more than one keyboard shortcut keys pop-up modal opening at a time.
* Fix - Number field min/max value glitch and default value validation.
= 1.8.9 - 15-06-2022
* Fix - Hidden Field default value.
* Enhancement - Minimum length feature on the Paragraph/Single Line Text field.
= 1.8.8 - 19-05-2022
* Enhancement - Export/Import multiple forms at a time.
= 1.8.7 - 20-04-2022 =
* Fix - Meta Key Translation issue.
* Enhancement - Delete all logs at a time.
* Fix - Filled value in likert field missing in form submission when error is occurred.
* Enhancement - Keyboard shortcut key (Ctrl+h) for showing keyboard shortcut keys in modal.
= 1.8.6 - 29-03-2022 =
* Tweak - CAPTCHA text change.
* Enhancement - CAPTCHA language.
* Enhancement - Select/Unselect All options in checkboxes field.
* Feature - Elementor widget.
= 1.8.5 - 28-02-2022 =
* Fix - reCAPTCHA v3 threshold display glitch.
* Fix - Preview issue in twenty twenty two theme.
* Enhancement - View Form in Import Success Message.
* Fix - Exact Error Message issue in ajax submission.
= 1.8.4 - 03-02-2022 =
* Fix - Attribute issue in multipart.
* Fix - Date Time $ missing form variable name.
* Fix - Recaptcha v3 and V2 invisible timeout issue.
* Enhancement - Recaptcha v3 Threshold.
* Enhancement - Amp plugin compatibility.
* Enhancement - Form builder validation.
* Enhancement - Four column Form.
* Feature - hCaptcha.
* Feature - Send Test Email.
* Feature - Entries table sorting based on column values.
* Tweak - Nonce ID aligned with Form ID.
* Tweak - Preserve form field values while error in normal form submission.
= 1.8.3 - 17-01-2022 =
* Fix - Repeater fields not working.
* Fix - Wp_remote_get issues ssl issues.
* Fix - Form submission issues with Min Max value and Conditional Logic.
= 1.8.2.3 - 04-01-2022 =
* Fix - Account Integration issues with addons.
= 1.8.2.2 - 30-12-2021 =
* Fix - Sanitization and escaping issues.
= 1.8.2.1 - 29-12-2021 =
* Fix - Sanitization and escaping issues.
* Tweak - Images/Json files locally added.
= 1.8.2 - 27-12-2021 =
* Fix - Color Picker in Icon Color of Ratings field.
* Enhancement - No Duplicate field option added.
* Enhancement - Keyboard Shortcut in Form Builder.
* Enhancement - Conditional logic conditional redirection.
* Feature - Populate form field via query string.
= 1.8.1 - 30-11-2021 =
* Fix - Style Customizer Radio/Checkbox design not working.
* Enhancement - Object Caching plugin compatibility.
= 1.8.0.1 - 19-11-2021 =
* Fix - Ajax submission redirect not working.
= 1.8.0 - 17-11-2021 =
* Fix - Security issue.
* Enhancement - Column adjustment pro feature dependency.
= 1.7.9 - 12-11-2021 =
* Fix - Row setting hidden issue.
* Enhancement - Datepicker glitches in builder page.
= 1.7.8 - 26-10-2021 =
* Enhancement - Conditional logic for submission redirection.
* Feature - Repeater Fields.
= 1.7.7.2 - 05-10-2021 =
* Fix - Form save issue due to caching.
* Tweak - Removed unnecessary localization code.
* Enhancement - Survey notice.
= 1.7.7 - 16-09-2021 =
* Tweak - Download text input option added.
* Tweak - Spacing issue on upgrade modal dialogues.
* Tweak - On forms row delete, switch back to "Add Fields" tab.
* Fix - Default Value for Payment Quantity Field.
* Fix - Upload image button click issue on inputs.
* Fix - PHP notice about enqueue script thrown in widgets page.
* Fix - Deleted Field Entries are shown in Single Entry.
= 1.7.6 - 28-07-2021 =
* Enhancement - Cache the form and entries results for better performance.
* Enhancement - Add support for PDF Image logo upload.
* Fix - Smart Tag Page ID issues.
* Fix - Attach pdf to email glitches.
* Fix - Permission issue with entries visibiity.
* Fix - Pagination not working in admin forms list table.
* Fix - Settings field label UI alignment issues in PDF addon.
* Fix - Refined countries list and added missing kosovo country.
= 1.7.5.2 - 19-06-2021 =
* Fix - Permission issue with file upload on frontend.
* Fix - Dropdown field value not displayed on view entry page.
= 1.7.5.1 - 18-06-2021 =
* Fix - Permission issue with forms visibility on frontend.
= 1.7.5 - 17-06-2021 =
* Feature - Divider field added.
* Feature - User capabilities added.
* Enhancement - Enable or Disable logs.
* Enhancement - Row clone option added.
* Fix - Mobile container margin issue.
* Fix - PayPal standard Redirection Issue.
* Fix - Form Field deletion with delete button.
* Fix - CSV textarea contents line break issue.
* Fix - Signature field display with smart tags.
* Fix - Password Validation show hide logic added.
* Fix - Welcome page redirection on every plugin updates.
* Fix - New Email Notifications not being saved on reload.
* Fix - New Email Notifications cloned blank for assigned values.
* Fix - During Form restore set the status to Publish instead of Draft.
* Fix - Empty checkboxes value in view entry form details.
* Fix - Stop default form creation when ThemeGrill Demo Importer plugin is active.
* Fix - Payment Multiple choices and checkboxes fields amount preview in form builder area.
* Fix - Success message issue with default form due to redirection.
* Fix - Missing Default values for fields in form builder area.
* Fix - Ajax Form Submission Smart Tag Not Working.
* Fix - Format Email Message Content For Signature field.
* Fix - Email Toggle Notification to individual connection.
* Fix - Format Email Message Content for Images and Files uploads.
* Fix - Delete uploaded files after removing Forms or Entries.
= 1.7.4 - 11-03-2021 =
* Fix - Hide empty select data field from entry view.
* Fix - Undefined variable `form_id` on form restriction.
* Fix - jQuery deprecated shorthands shown by jQuery Migrate.
* Fix - Heartbeat notification mangled with display inline-block.
* Fix - Display successful form submission message in preview mode.
* Fix - Entries pictorial design issue and top spacing of search field.
* Fix - Perfect scrollbar throwing uncaught update property due to timeout.
* Fix - Custom and external redirect when Stripe payment form is AJAX enabled.
* Fix - Check valid hash and process custom redirection or success notice after PayPal Payment.
* Tweak - Added navigation design for tools page.
* Tweak - Payment Detail spacing on premium feature.
* Tweak - Adapt WPML config for no duplicates validation.
* Tweak - Implement hooks for field option output so they can be mangled with setting choice.
* Tweak - Load full version of `selectWoo` so if other plugin overloads it provides features.
= 1.7.3 - 26-01-2021 =
* Fix - Dropdown field empty value should not be send in email.
* Fix - Uppercase meta key in form field display empty entry list table column.
* Fix - Form Templates plan name not displayed properly on navigation tab switch.
* Fix - On AJAX form save, don't compile form stylesheet if it was not previously generated.
* Fix - Lifetime plan displaying upgrade plan and not allowing to import form from templates.
* Fix - Image Projector plugin conflicting with multi-part add-on with `colorpick` script handle.
* Tweak - Spacing issue on multi select in admin pages.
* Tweak - Add support for User Display in smart tag filter list.
= 1.7.2.2 - 29-12-2020 =
* Fix - Form builder not loading in Firefox.
= 1.7.2.1 - 13-12-2020 =
* Enhancement - Add copy shortcode button in form list table.
* Fix - Form styles not being cloned on import and duplication.
* Fix - AJAX submission conflict with stripe addon in multi-part form.
* Fix - PerfectScrollbar jQuery selector issue in the form builder page.
= 1.7.2 - 16-10-2020 =
* Enhancement - Add search fields on builder page.
* Enhancement - Add supports for Campaign Monitor Addon.
* Enhancement - Add Plan name instead of PRO label on form templates.
* Fix - Message for the required file upload field.
* Tweak - Improve Jconfirm content for new lines with some css.
= 1.7.1 - 14-09-2020 =
* Enhancement - Add supports for email Templates Addon.
* Enhancement - Add supports Google Sheets integration Addon.
* Enhancement - Add support for multiple option selection in Pro plan.
* Fix - The default value for a dropdown field not set.
* Fix - Enhanced select required message shown above field.
* Fix - Dropdown single selection for choices should have a radio type.
* Fix - Form status toggle compatiable with WP 5.5+.
* Fix - Navbar design while switching to another language.
* Fix - Enhanced select not working in Multi-part.
* Tweak - Updated selectWoo JS library to v1.0.8.
* Dev - Introduced `evf-frontend-enhanced-select-init` trigger in frontend JS.
= 1.7.0.3 - 17-08-2020 =
* Fix - Referral URL unicode support.
* Fix - Conditional logic for dropdown broken.
* Fix - PerfectScrollbar issue in builder integration.
= 1.7.0.2 - 11-08-2020 =
* Fix - Conditional logic on select field.
* Fix - Likert table scroll in responsive.
* Fix - Drag and drop issue in tools page import form area.
* Fix - Conditional logic required message while using on the checkbox.
* Tweak - Upgrade URL to redirect to pricing page rather than product page.
= 1.7.0.1 - 20-07-2020 =
* Fix - Form status {de}active toggle button.
* Fix - reCAPTCHA working only for logged in user.
* Fix - Email subject while using select field smart tag.
* Fix - Select field placeholder not displayed in enhanced select and not selected in default select.
* Tweak - Modified `everest_forms_logged_in_user_recaptcha_disabled` with `everest_forms_recaptcha_disabled` hook.
= 1.7.0 - 15-07-2020 =
* Enhancement - Add support for form restriction addon.
* Added - Support for bulk options to Checkbox, Multiple Choice and Dropdown fields.
* Added - Introduce `get_multiple` method in `EVF_Form_Handler` to fetch multiple forms.
* Fix - Number Field validation issue with conditional logic.
* Fix - Modify logic for fetching unread and starred entries.
* Fix - Date/Time field to use local date instead of default UTC.
* Fix - Export of field data with HTML encoded special characters.
* Fix - The field placeholder & default value 0 (zero) does not display on the frontend.
* Tweak - Updated jQuery Validation JS library to v1.19.2.
* Tweak - Parameters for reCAPTCHA URL filter to change language code in v2 type.
* Tweak - Preserve entry status so they are restored correctly after moving to trash.
* Tweak - Add trigger `everest_forms_loaded` to notify plugins that the core was loaded.
* Tweak - Introduced `everest_forms_logged_in_user_recaptcha_disabled` filter to disable reCAPTCHA check for logged-in user.
* Tweak - Modify duplicated action hook `everest_forms_general_settings` to `everest_forms_inline_general_settings` for builder general settings.
* Dev - Introduced `everest_forms_total_entries_count` filter to update total entries count in list table views.
* Dev - Introduced `everest_forms_{$export_type}_export_delimiter` filter to change separator string while exporting CSV files.
= 1.6.7 - 17-05-2020 =
* Feature - Added a new Pro field Range Slider.
* Fix - JS error while removing list from choice field.
* Tweak - Add support for next max value of row ID.
= 1.6.6.1 - 10-05-2020 =
* Fix - Sanitization of CSV exported field values.
* Fix - Conflict within WooCommerce checkout page.
* Fix - Flatpickr Calendar does not open on Android Chrome.
* Tweak - Updated selectWoo JS library to v1.0.6.
* Tweak - Updated flatpickr JS library to v4.6.3.
= 1.6.6 - 01-05-2020 =
* Fix - Log file deletion.
* Fix - Field Options getting freezed for the first field.
* Fix - Perfect Scrollbar library updated to fix RTL issue.
* Fix - Undefined PHP notice thrown if confirmation email didn't match.
* Fix - False-positive required message displayed upon email validation.
* Enhancement - Email attachment workflow.
* Enhancement - Added enhanced select feature to the Dropdown field.
* Enhancement - Added option to disable certain dates in the Date/Time field.
= 1.6.5 - 10-04-2020 =
* Fix - Shortcode design issue in list table.
* Fix - Form block deprecated notices in console.
* Fix - Selective html tag support in field label.
* Fix - Placeholder live update broken for fields.
* Fix - Set the default threshold received from reCAPTCHA.
* Fix - Empty form fields within form throwing PHP warnings.
* Fix - Placeholder components design issue with our form block.
* Fix - Image and file not being submitted with enable AJAX form submission.
* Tweak - RTL design issue for font-weight.
* Tweak - Google reCAPTCHA v3 threshhold default to `0.5`.
* Tweak - Custom Captcha field now shown as part of pro fields.
* Tweak - Prefill field value so it can be used to modify data.
* Tweak - Removed unnecessary height for input on classic layout.
* Tweak - Use `apply_shortocodes()` as an alias for `do_shortcode()` for better semantics.
* Tweak - Improve WPML compatibility for form fields and its settings. Thanks @mebishalnapit!
* Enhancement - Added Formatting function `evf_array_splice_preserve_keys`.
* Dev - Linting fix for SCSS files and added some rules for stylelint.
= 1.6.4 - 17-03-2020 =
* Fix - Google reCAPTCHA issue with the version changes.
* Tweak - Remove smart tags icon from default value option for Number and Rating fields.
* Dev - Use WP-CLI to generate .pot file.
= 1.6.3 - 02-03-2020 =
* Fix - Form not saved while using smart tag.
* Fix - Deactivation notice.
* Fix - Invalid argument in entries view.
* Fix - Import export file name.
= 1.6.2 - 29-02-2020 =
* Fix - Cloning not working for some fields.
* Fix - Error thrown for star rating field when using smart tags.
* Fix - Conditional logic for Checkbox and Multiple Choice field.
* Fix - Smart tags of Multiple Choice and Checkbox are not working in email.
* Fix - Redirection parameter delegated to frontend for AJAX form submission.
* Tweak - PHPCS fixes.
* Tweak - Implement log cleanup cron job.
= 1.6.1 - 13-02-2020 =
* Fix - Form submission error while processing on frontend.
= 1.6.0 - 11-02-2020 =
* Feature - Add support for form template.
* Feature - Import Export of Everest Forms.
* Feature - Add support for AJAX form submission.
* Feature - Required field message are made editable.
* Enhancement - Improve choice field with image support.
* Enhancement - Randomize the order of the choice field support.
* Enhancement - Limit the number of options to be checked in checkboxes field.
* Enhancement - Robust the layout for displaying field choice i.e inline or {one|two|three} columns.
* Enhancement - Single Line Text/Paragraph fields limitation options (limit by character or word count).
* Enhancement - Added a filter `everest_forms_builder_field_option_class` to support field option class.
* Enhancement - Added a settings for confirm field validation message to support email confirmation error.
* Fix - Error handling in AJAX handler for endpoint.
* Fix - Choice default value not rendered on frontend.
* Fix - Correctly closes label if no desc arg is passed.
* Fix - Checks if only string is provided for JSON content.
* Fix - Specific form submission notice display in another.
* Fix - Select2 style and admin screen button alignments in WP 5.3+.
* Fix - reCAPTCHA when running on localhost with port different from 80.
* Fix - Show/Hide empty fields action inside the single entry view.
* Fix - Show forms with disabled entries if they have previous entries count.
* Fix - Use brackets instead of braces to avoid deprecation notices in PHP 5.6.
* Tweak - Sortable design issue and smooth choices.
* Tweak - Store entry ID in property of task handler.
* Tweak - Editable Form name from the form builder title.
* Tweak - Admin notice design conflicted due to review notice.
* Tweak - Referal in admin panel for origination of form entry.
* Tweak - Display empty field value so users can toggle them in single entry view.
* Tweak - Hide confirm placeholder text & sub-label option accordingly for email and password field.
= 1.5.10 - 25-11-2019 =
* Fix - Google reCAPTCHA v2 invisible settings bug.
* Fix - DB unwanted data erase for fields data save.
* Fix - Multi-part submit button hidden due to theme style conflict.
= 1.5.9 - 19-11-2019 =
* Fix - Fatal error: Called to undefined function.
= 1.5.8 - 18-11-2019 =
* Feature - Email field mailcheck feature to offer additional controls.
* Feature - Date field localization, multiple date selections with min/max date.
* Feature - Default value for "Paragraph text" field.
* Fix - WordPress 5.3 compatibility.
* Fix - Selection of radio and checkbox on label click.
* Tweak - Smart phone field design enhancement.
* Tweak - Seperate site and secret key for recaptcha v2 invisible.
= 1.5.7 - 07-11-2019 =
* Tweak - Design for smart phone field.
* Tweak - CSS styling for label and radio/checkbox field.
* Tweak - Introduced entry ID params in filter hook for email attachment.
* Deprecated - Function `evf_has_date_field` has been deprecated instead added `evf_is_field_exists` function.
= 1.5.6 - 18-10-2019 =
* Feature - Added form preview button inside builder area.
* Fix - Submit button disable when multiple forms is present.
* Fix - Undefined meta-key error on console while cloning HTML field.
= 1.5.5 - 19-09-2019 =
* Feature - Confirm Email option on Email Field.
* Fix - Sortable Fields scrollable bug.
* Fix - Field not appended in the droppable zone.
* Fix - Multi-part form conflict in frontend single page.
* Fix - Undefined label for html field translation string.
* Fix - Checkbox field on entries while selecting multiple.
* Fix - Conditional logic rules improved for all the fields.
* Fix - Icon placement design conflict with TheGem theme on builder page.
* Fix - String translation while updating the label and placeholder of fields.
* Tweak - Mouse cursor on draggable elements.
* Tweak - Managed spacing after dropping the field.
* Tweak - Captcha field question option design issue.
* Tweak - Date/Time field format option design issue.
* Tweak - Placeholder adding extra margin while dragging.
= 1.5.4 - 25-08-2019 =
* Fix - Meta key for cloned form field.
* Fix - CSV export broken due to uppercase alphanumric meta-key.
* Fix - Layout of entries is broken when heartbeat notification appears.
* Tweak - Removed focus effect on add field buttons.
* Tweak - Design fix for choice option on Internet Explorer.
* Tweak - Textarea width on frontend and field spacing on builder.
= 1.5.3 - 26-07-2019 =
* Fix - Entry search in trash listing page.
* Fix - Bulk actions for entries list table.
= 1.5.2 - 23-07-2019 =
* Fix - Prevent empty search term in forms query.
* Fix - Entries list-table with status query bug.
* Fix - Entries list table offset bug for pagination.
* Fix - Entries form filter action bug while paginated.
= 1.5.1 - 19-07-2019 =
* Fix - Email notification issue in older forms.
* Fix - Addon installation error notice margin bug.
* Fix - Icon floating on nav effected by auto load next plugin.
= 1.5.0 - 15-07-2019 =
* Feature - Form specific email notification toggle.
* Feature - Form enable/disable toggle with disabled message.
* Feature - Form title and description support in Guten block.
* Feature - New entries "heartbeat" notification on the entries list table screen.
* Enhancement - Add support for custom captcha addon. #209
* Enhancement - Introduced range support in the date/time field.
* Fix - Correctly load localisation file.
* Fix - WPML string translation for notices.
* Fix - Fatal error thrown if form not found.
* Fix - SQL Injection (discovered by Tin Duong).
* Fix - Frontend error message on PHP validation.
* Fix - Navigation alignment issue with multi-part.
* Fix - Email field should default to being required.
* Fix - Undefined variable for filtered template file.
* Fix - Active email list not shown on first page load.
* Fix - Date and time of entry submission. #191
* Fix - Dragging forms fields bug in the builder. #196
* Fix - Form builder design bug on wp.com dashboard. #190
* Fix - Show form error notice on any form field error. #213
* Fix - WP admin bar design issue in safari on EVF pages. #179
* Fix - Submit button Processing text while form is not saved. #177
* Fix - Field choices preview fixed while removing field choices. #221
* Fix - Prepare a SQL query for safe execution in `evf_search_entries()`.
* Fix - Validation message issue on the address field and checkbox field.
* Tweak - Responsive design issue within builder.
* Tweak - Date and time field advanced option design.
* Tweak - Set margin to fix spacing issue on Multi-part buttons.
* Tweak - Removed unnecessary CSS to fix Multi-part button alignment.
* Tweak - Field type changed from date to date-time for date/time field.
* Tweak - Use `determine_locale()` to properly load custom translation files.
* Tweak - Drag and drop sortable-ui design enhancement on builder sidebar panel.
= 1.4.9 - 28-05-2019 =
* Feature - Everest Forms is WPML Compatiable. #161
* Feature - Introduced Credit card field for stripe. #154
* Feature - Anti-spam honeypot form field for spam protection. #162
* Feature - Introduced reCaptcha version 2 invisible and reCaptcha version 3. #157
* Enhancement - Added submit button processing text and class name support. #140
* Enhancement - Added smart tag admin email and user email on email field. #135
* Enhancement - Added time support and advanced formatting options for a date field. #122
* Enhancement - Added Cc and Bcc email addresses support for form notification settings. #129
* Enhancement - Added maximum and minum value support in number field. #77
* Fix - Dragging field item being hidden. #147
* Fix - Multiple CSS classes option in the fields. #128
* Fix - Form Block additional CSS returning error. #136
* Fix - Display a "Copied!" tip when success copying. #148
* Fix - Tab content hiding on payment gateway tab click. #124
* Fix - Fill email notifications settings in blank form. #135
* Fix - Tooltip not showing on new email notifications. #168
* Fix - Field attribute structure on form email notification. #166
* Tweak - Rearrange scss files. #137
* Tweak - Maintained placeholder color.
* Tweak - Button design consistence. #146
* Tweak - Form Hide after the submission. #153
* Tweak - Edit form link in form preview. #145
* Tweak - Tooltip information enhancements #163
* Tweak - Scroll to the confirmation message. #153
* Tweak - Input styles inherited from theme's style. #138
* Tweak - Email HTML template and plain text image selection. #160
* Performance - Improve the speed of templates loader by caching. #156
* Dev - Define `$wpdb` tables as early as possible, before init. #139
* Deprecated - Payment charge field by introducing conditional logic.
= 1.4.8 - 23-04-2019 =
* Fix - Prevent content filters from corrupting form JSON data.
= 1.4.7 - 03-04-2019 =
* Feature - Tooltipster introduced.
* Feature - Add support for Payment charge & section field.
* Fix - Likert and scale rating field icons.
* Fix - Replace tipTip with Tooltipster.
* Fix - Scrollbar position in sidebar.
* Tweak - Scale rating min & max point validation error tips.
* Tweak - Alignment position with higher font size in radio/checkbox.
= 1.4.6 - 25-03-2019 =
* Fix - Add-ons installation process.
* Tweak - Keep tooltip alive on hover.
= 1.4.5 - 22-03-2019 =
* Fix - Placeholder live change.
* Fix - Smart tag design issue on tinyMCE.
* Fix - Spacing between two form on single page.
* Fix - Prioritize default background color in input field.
* Fix - Scroll options to top when field setting is triggered.
* Fix - The result parameter for function `parse_str()` is missing.
* Fix - Address field styles conflict with bootstrap framework theme.
* Tweak - Add `span` tag for all fields label.
* Tweak - Hide preview suffix on customize preview.
* Tweak - Change 'store' to 'site' in update notice.
* Tweak - Correctly set webpack mode to minify builds.
* Tweak - Introduced script load action hook for shortcode.
* Tweak - Introduced dimension related formatting functions.
* Dev - New pre-commit hook for PHP, JS, CSS.
= 1.4.4 - 09-01-2018 =
* Fix - Google reCAPTCHA conflict with others plugins.
= 1.4.3 - 21-12-2018 =
* Fix - Uncaught TypeError Flatpicker JS console error.
= 1.4.2 - 19-12-2018 =
* Fix - Form block styles not loaded in WP 5.0.
* Fix - Classic layout rendering default layout.
* Fix - Google reCAPTCHA conflict during validation.
* Fix - BW compatibility for multiple-emails support.
* Tweak - Conditionally load the scripts on demand.
* Tweak - Smart Tags enhanchment with extra smart Tags and can be used on default value of form fields.
= 1.4.1 - 06-12-2018 =
* Fix - Default notification label behaviour.
* Fix - Backward compatibility on multiple email.
* Fix - Drag and drop bug in choices lists while sorting.
* Tweak - Design for multiple email notification area.
= 1.4.0 - 03-12-2018 =
* Feature - Introduced Multiple Email.
= 1.3.4 - 27-11-2018 =
* Feature - Added Gutenberg forms block.
* Fix - reCaptcha not displayed in multi-part form addon.
= 1.3.3 - 05-11-2018 =
* Feature - Added a filter to process Email conditionally.
* Fix - Checkbox and radio input design issue in front-end.
* Fix - PerfectScrollbar console error in forms list table.
* Fix - Compatibility with different pagebuilder for flatpicker styles.
* Tweak - Required field asterisk alignment style issue.
* Tweak - Field container should not be overridden by theme margin.
* Tweak - Added button class in submit button for multiple theme compat.
= 1.3.2 - 31-10-2018 =
* Feature - Multi-Part addon support.
* Feature - "Reply to" address support on email.
* Feature - Introduced debugging information logger.
* Tweak - Smooth drag and drop inside form builder area.
* Tweak - jQuery UI sortable placing space while dragging.
* Tweak - Frontend form fields UI and submit button design.
* Tweak - Remove text decoration from abbr tag required field.
* Fix - Dashicon plus icon position while adding new field.
* Fix - Display error notice on empty or invalid nonce check.
* Fix - Hook into `in_admin_header` to hide unrelated notices.
* Fix - Memory limit values not correctly converting to bytes.
* Fix - Live appending fields on Integration Conditional Logic.
* Fix - Correctly handle shorthand values for memory_limit in `php.ini`.
* Fix - Enable FlatPickr on mobile devices instead of HTML5 date inputs.
* Fix - Change the query used to save session data to the database to protect against deadlocks.
= 1.3.1 - 09-10-2018 =
* Feature - Introduced form preview.
* Feature - Conditional Logics addon support.
* Fix - Meta key required for HTML and title field.
* Fix - Empty form fields data added during form save.
* Fix - Spacing of checkbox and radio button on form builder.
* Fix - cron_interval property support in `WP_Background_Processing`.
* Fix - Check post type before fetching form so error are not thrown.
* Tweak - Image upload icon used for field.
* Tweak - Introducing privacy policy content.
* Dev - Added `everest_forms_builder_fields_tab` and `everest_forms_builder_fields_tab_content` action hook.
= 1.3.0 - 11-09-2018 =
* Feature - CSV exporter for entries.
* Feature - Introduced Addons fetaures page.
* Fix - Navigation tab colors.
* Fix - Meta key field required.
* Fix - Ordering of forms fields after sorting.
* Fix - Placeholder and default value for select.
* Fix - Validation on change for meta key and CSS class name.
* Dev - Integration pannel for Everest Forms Pro.
* Dev - Everest Forms Pro fields registered.
* Deprecated - `evf_get_us_states` function is deprecated.
= 1.2.4 - 30-07-2018 =
* Feature - Smart Tags.
= 1.2.3 - 19-07-2018 =
* Fix - Load the flatpickr assets library correctly.
* Fix - Plugin deactivation notice appearing multiple times.
= 1.2.2 - 19-07-2018 =
* Feature - Changed Datepicker library for year selection.
* Fix - Fatal error thrown via unfound class `EVF_Panel_Settings`.
* Tweak - Change of input mask docs URL for Single line text field.
= 1.2.1 - 12-07-2018 =
* Fix - Form setting output issue after save.
* Tweak - Removed border shown on active nav tab.
* Tweak - Navigation tab icon output logic improved.
= 1.2.0 - 09-07-2018 =
* Feature - Copy shortcode inside form view page.
* Feature - Input Mask added in Text Advance Field.
* Feature - Email html/plain template settings is added up.
* Tweak - Revamped the form builder page UI.
* Tweak - Placeholder added in Date form field.
* Tweak - Added form bulk actions admin notices.
* Tweak - Several label changed for form fields.
* Tweak - Less spacing between icon and the label.
* Tweak - Added moving cursor while dragging fields.
* Tweak - Sidebar width so layout won't stretch much.
* Tweak - Editing the field element now highlight it.
* Tweak - Entries number alignment is changed to center.
* Tweak - Empty Button is added only if item is in trash.
* Tweak - Others admin notice are hidden in builder page.
* Tweak - Form name is strictly required on new form creation.
= 1.1.9 - 26-06-2018 =
* Fix - Validation and sanitization for form fields.
* Fix - Only five forms are listed in entries selection.
* Tweak - Entries number alignment is changed to center.
* Tweak - Entry save related data can be override via filter.
= 1.1.8 - 07-06-2018 =
* Fix - Similar meta key exists while duplicating the field.
* Fix - Entry field value error due to html tags in serialized data.
= 1.1.7 - 28-05-2018 =
* Fix - Google reCaptcha check with its own server.
* Fix - Switch to cloned field options after cloning.
* Fix - Hidden row design on last form field deletion.
* Fix - Failed draggable fields being hidden in form builder.
* Fix - Toggle and tooltip initialize if the field is new one.
= 1.1.6 - 24-05-2018 =
* Fix - Appending HTMl instead of text for preview description.
* GDPR - If user details are disabled globally discard the IP address and User Agent.
* Deprecated - Unnecessary general and email settings from global.
= 1.1.5.1 - 04-05-2018 =
* Fix - reCaptcha displaying after every inserted row issue.
= 1.1.5 - 03-05-2018 =
* Fix - Google reCaptcha console errors.
* Fix - Select2 styles conflict with WooCommerce.
* Fix - Undefined jQuery vars in `admin-helper.js`
* Fix - Prevent 404 in console for jQuery UI images.
* Fix - Compatibility with Elementor and SiteOrigin page builder.
= 1.1.4 - 24-04-2018 =
* Fix - Log handler class for addons.
* Fix - Entry ID value set for email.
* Fix - Error highlights in extensions.
* Fix - Correctly format the entry meta-key.
* Fix - Unwanted margin on form submit notice.
* Fix - Entries bulk actions with bottom selector.
* Fix - Create logger directory on plugin install.
* Tweak - Styles for logger, entries and jQuery UI.
* Tweak - Loads scripts conditionally on forms page only.
* Tweak - Allow meta-key for `everest_forms_process_format_*` hook.
* Tweak - Added hook `everest_forms_hidden_entry_fields` to hide entry fields.
= 1.1.3 - 12-04-2018 =
* Feature - Multiple email recipient.
* Fix - Per page entries in list table.
* Fix - Clone field next to it not at last.
* Fix - Empty field ID if meta key is renamed.
* Fix - Use `wp_kses_post` to save tinymce value.
* Tweak - jQuery-confirm JS alert library styles.
* Tweak - Horizontal scroll bar issue on frontend.
* Dev - Introduced new `EVF_Background_Process` abstract class.
= 1.1.2 - 29-03-2018 =
* Fix - Exclude CPT data from search.
= 1.1.1 - 23-03-2018 =
* Fix - Custom email message issue.
= 1.1.0 - 12-03-2018 =
* Feature - Entries panel to save form in database.
= 1.0.3 - 23-02-2018 =
* Fix - From email issue fix for default form
= 1.0.2 - 15-02-2018 =
* Fix - Box-sizing issue with list tables.
* Fix - Header already sent error on plugin activation.
* Tweak - Refactor list tables and menu related hooks placement.
= 1.0.1 - 13-02-2018 =
* Feature - JS validation on submit.
* Fix - Select field option display.
* Fix - Checkbox validation styling.
* Fix - Create default form on first install.
= 1.0.0 - 02-02-2018 =
* Initial Release