WP User Frontend – Membership, Profile, Registration & Post Submission Plugin for WordPress - Version 3.5.21

Version Description

Download this release

Release Info

Developer tareq1988
Plugin Icon 128x128 WP User Frontend – Membership, Profile, Registration & Post Submission Plugin for WordPress
Version 3.5.21
Comparing to
See all releases

Code changes from version 3.5.20 to 3.5.21

admin/html/whats-new.php CHANGED
@@ -1,5 +1,28 @@
1
  <?php
2
  $changelog = [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  [
4
  'version' => 'Version 3.5.20',
5
  'released' => '2021-09-16',
1
  <?php
2
  $changelog = [
3
+ [
4
+ 'version' => 'Version 3.5.21',
5
+ 'released' => '2021-10-21',
6
+ 'changes' => [
7
+
8
+ [
9
+ 'title' => __( 'reCaptcha issue with other plugin handled', 'wp-user-frontend' ),
10
+ 'type' => 'Fix',
11
+ ],
12
+ [
13
+ 'title' => __( 'Multiple post type for wpuf dashboard not working fixed', 'wp-user-frontend' ),
14
+ 'type' => 'Fix',
15
+ ],
16
+ [
17
+ 'title' => __( 'Billing address ajax request issue handled', 'wp-user-frontend' ),
18
+ 'type' => 'Fix',
19
+ ],
20
+ [
21
+ 'title' => __( 'Halloween promotion notice added', 'wp-user-frontend' ),
22
+ 'type' => 'Update',
23
+ ],
24
+ ],
25
+ ],
26
  [
27
  'version' => 'Version 3.5.20',
28
  'released' => '2021-09-16',
admin/promotion.php CHANGED
@@ -27,11 +27,11 @@ class WPUF_Admin_Promotion {
27
  $current_time = $this->convert_utc_to_est();
28
 
29
  if (
30
- strtotime( '2021-07-16 09:00:00 EST' ) < strtotime( $current_time )
31
- && strtotime( $current_time ) < strtotime( '2021-07-26 23:00:00 EST' )
32
  ) {
33
  $option_name = 'wpuf_2021_summer_offer';
34
- $notice = sprintf( '<p>%s <a href="%s" target="_blank">%s</a></p>', __( 'Summer Sale! Chill out with weDevs. Enjoy Up To 40% OFF on WP User Frontend Pro', 'wp-user-frontend' ), 'https://wedevs.com/wp-user-frontend-pro/pricing?utm_medium=text&utm_source=wordpress-wpuf-summer-sale2021', __( 'Get Now', 'wp-user-frontend' ) );
35
  $this->generate_notice( $notice, $option_name );
36
  }
37
  }
27
  $current_time = $this->convert_utc_to_est();
28
 
29
  if (
30
+ strtotime( '2021-10-21 09:00:00 EST' ) < strtotime( $current_time )
31
+ && strtotime( $current_time ) < strtotime( '2021-10-31 9:00:00 EST' )
32
  ) {
33
  $option_name = 'wpuf_2021_summer_offer';
34
+ $notice = sprintf( '<p>%s <a href="%s" target="_blank">%s</a></p>', __( 'Get Yourself a Spooky Delight ! Get Up To 40% OFF on WP User Frontend Pro.', 'wp-user-frontend' ), 'https://wedevs.com/wp-user-frontend-pro/pricing?utm_medium=text&utm_source=wordpress-wpuf-halloween20212021', __( 'Get Now', 'wp-user-frontend' ) );
35
  $this->generate_notice( $notice, $option_name );
36
  }
37
  }
assets/js/upload.js CHANGED
@@ -186,8 +186,10 @@
186
  }
187
 
188
  if ( FileProgress === uploaded ) {
189
- if ( typeof grecaptcha !== 'undefined' && !grecaptcha.getResponse().length ) {
190
- return;
 
 
191
  }
192
 
193
  $(".wpuf-submit-button").removeAttr("disabled");
186
  }
187
 
188
  if ( FileProgress === uploaded ) {
189
+ if ( typeof grecaptcha !== 'undefined' && $('#g-recaptcha-response').length ) {
190
+ if ( !grecaptcha.getResponse().length ){
191
+ return;
192
+ }
193
  }
194
 
195
  $(".wpuf-submit-button").removeAttr("disabled");
assets/js/upload.min.js CHANGED
@@ -1 +1 @@
1
- !function(a){window.WPUF_Uploader=function(b,c,d,e,f,g){if(this.removed_files=[],this.container=c,this.browse_button=b,this.max=d||1,this.count=a("#"+c).find(".wpuf-attachment-list > li").length,this.perFileCount=0,this.UploadedFiles=0,a("#"+b).length)return a("ul.wpuf-attachment-list").sortable({placeholder:"highlight"}),a("ul.wpuf-attachment-list").disableSelection(),this.uploader=new plupload.Uploader({runtimes:"html5,html4",browse_button:b,container:c,multipart:!0,multipart_params:{action:"wpuf_upload_file",form_id:a("#"+b).data("form_id")},urlstream_upload:!0,file_data_name:"wpuf_file",max_file_size:g+"kb",url:wpuf_frontend_upload.plupload.url+"&type="+e,flash_swf_url:wpuf_frontend_upload.flash_swf_url,filters:[{title:"Allowed Files",extensions:f}]}),this.uploader.bind("Init",a.proxy(this,"init")),this.uploader.bind("FilesAdded",a.proxy(this,"added")),this.uploader.bind("QueueChanged",a.proxy(this,"upload")),this.uploader.bind("UploadProgress",a.proxy(this,"progress")),this.uploader.bind("Error",a.proxy(this,"error")),this.uploader.bind("FileUploaded",a.proxy(this,"uploaded")),this.uploader.init(),a("#"+c).on("click","a.attachment-delete",a.proxy(this.removeAttachment,this)),this.uploader},WPUF_Uploader.prototype={init:function(b,c){this.showHide(),a("#"+this.container).prepend('<div class="wpuf-file-warning"></div>')},showHide:function(){if(this.count>=this.max)return this.count,this.max,a("#"+this.container+" .wpuf-file-warning").html(wpuf_frontend_upload.warning),void a("#"+this.container).find(".file-selector").hide();a("#"+this.container+" .wpuf-file-warning").html(""),a("#"+this.container).find(".file-selector").show()},added:function(b,c){var d=a("#"+this.container).find(".wpuf-attachment-upload-filelist");this.showHide(),a.each(c,function(b,c){a(".wpuf-submit-button").attr("disabled","disabled"),d.append('<div class="upload-item" id="'+c.id+'"><div class="progress progress-striped active"><div class="bar"></div></div><div class="filename original">'+c.name+" ("+plupload.formatSize(c.size)+") <b></b></div></div>")}),b.refresh(),b.start()},upload:function(a){this.count=a.files.length-this.removed_files.length,this.showHide()},progress:function(b,c){var d=a("#"+c.id);a(".bar",d).css({width:c.percent+"%"}),a(".percent",d).html(c.percent+"%")},error:function(b,c){a("#"+this.container).find("#"+c.file.id).remove();var d="";switch(c.code){case-600:d=wpuf_frontend_upload.plupload.size_error;break;case-601:d=wpuf_frontend_upload.plupload.type_error;break;default:d="Error #"+c.code+": "+c.message}alert(d),this.count-=1,this.showHide(),this.uploader.refresh()},uploaded:function(b,c,d){try{var e=a.parseJSON(d.response)}catch(a){var f=!0}var g=this;if(a("#"+c.id+" b").html("100%"),a("#"+c.id).remove(),f){this.perFileCount++,this.UploadedFiles++;var h=a("#"+this.container).find(".wpuf-attachment-list");if(h.append(d.response),this.perFileCount>this.max){var i=a(".wpuf-image-wrap:last a.attachment-delete",h).data("attach-id");g.removeExtraAttachment(i),a(".wpuf-image-wrap",h).last().remove(),this.perFileCount--}}else alert(e.data.replace(/(<([^>]+)>)/gi,"")),b.files.pop(),this.count-=1,this.showHide();var j=this.UploadedFiles,k=b.files.length;if(this.count>=this.max&&a("#"+this.container).find(".file-selector").hide(),k===j){if("undefined"!=typeof grecaptcha&&!grecaptcha.getResponse().length)return;a(".wpuf-submit-button").removeAttr("disabled")}},removeAttachment:function(b){b.preventDefault();var c=this,d=a(b.currentTarget);swal({text:wpuf_frontend_upload.confirmMsg,type:"warning",showCancelButton:!0,confirmButtonColor:"#d54e21",confirmButtonText:wpuf_frontend_upload.delete_it,cancelButtonText:wpuf_frontend_upload.cancel_it,confirmButtonClass:"btn btn-success",cancelButtonClass:"btn btn-danger"}).then(function(){var a={attach_id:d.data("attach-id"),nonce:wpuf_frontend_upload.nonce,action:"wpuf_file_del"};c.removed_files.push(a),jQuery("#del_attach").val(d.data("attach-id")),jQuery.post(wpuf_frontend_upload.ajaxurl,a,function(){c.perFileCount--,d.parent().parent().remove(),c.count-=1,c.showHide(),c.uploader.refresh()})})},removeExtraAttachment:function(a){var b=this,c={attach_id:a,nonce:wpuf_frontend_upload.nonce,action:"wpuf_file_del"};this.removed_files.push(c),jQuery.post(wpuf_frontend_upload.ajaxurl,c,function(){b.count-=1,b.showHide(),b.uploader.refresh()})}}}(jQuery);
1
+ !function(a){window.WPUF_Uploader=function(b,c,d,e,f,g){if(this.removed_files=[],this.container=c,this.browse_button=b,this.max=d||1,this.count=a("#"+c).find(".wpuf-attachment-list > li").length,this.perFileCount=0,this.UploadedFiles=0,a("#"+b).length)return a("ul.wpuf-attachment-list").sortable({placeholder:"highlight"}),a("ul.wpuf-attachment-list").disableSelection(),this.uploader=new plupload.Uploader({runtimes:"html5,html4",browse_button:b,container:c,multipart:!0,multipart_params:{action:"wpuf_upload_file",form_id:a("#"+b).data("form_id")},urlstream_upload:!0,file_data_name:"wpuf_file",max_file_size:g+"kb",url:wpuf_frontend_upload.plupload.url+"&type="+e,flash_swf_url:wpuf_frontend_upload.flash_swf_url,filters:[{title:"Allowed Files",extensions:f}]}),this.uploader.bind("Init",a.proxy(this,"init")),this.uploader.bind("FilesAdded",a.proxy(this,"added")),this.uploader.bind("QueueChanged",a.proxy(this,"upload")),this.uploader.bind("UploadProgress",a.proxy(this,"progress")),this.uploader.bind("Error",a.proxy(this,"error")),this.uploader.bind("FileUploaded",a.proxy(this,"uploaded")),this.uploader.init(),a("#"+c).on("click","a.attachment-delete",a.proxy(this.removeAttachment,this)),this.uploader},WPUF_Uploader.prototype={init:function(b,c){this.showHide(),a("#"+this.container).prepend('<div class="wpuf-file-warning"></div>')},showHide:function(){if(this.count>=this.max)return this.count,this.max,a("#"+this.container+" .wpuf-file-warning").html(wpuf_frontend_upload.warning),void a("#"+this.container).find(".file-selector").hide();a("#"+this.container+" .wpuf-file-warning").html(""),a("#"+this.container).find(".file-selector").show()},added:function(b,c){var d=a("#"+this.container).find(".wpuf-attachment-upload-filelist");this.showHide(),a.each(c,function(b,c){a(".wpuf-submit-button").attr("disabled","disabled"),d.append('<div class="upload-item" id="'+c.id+'"><div class="progress progress-striped active"><div class="bar"></div></div><div class="filename original">'+c.name+" ("+plupload.formatSize(c.size)+") <b></b></div></div>")}),b.refresh(),b.start()},upload:function(a){this.count=a.files.length-this.removed_files.length,this.showHide()},progress:function(b,c){var d=a("#"+c.id);a(".bar",d).css({width:c.percent+"%"}),a(".percent",d).html(c.percent+"%")},error:function(b,c){a("#"+this.container).find("#"+c.file.id).remove();var d="";switch(c.code){case-600:d=wpuf_frontend_upload.plupload.size_error;break;case-601:d=wpuf_frontend_upload.plupload.type_error;break;default:d="Error #"+c.code+": "+c.message}alert(d),this.count-=1,this.showHide(),this.uploader.refresh()},uploaded:function(b,c,d){try{var e=a.parseJSON(d.response)}catch(a){var f=!0}var g=this;if(a("#"+c.id+" b").html("100%"),a("#"+c.id).remove(),f){this.perFileCount++,this.UploadedFiles++;var h=a("#"+this.container).find(".wpuf-attachment-list");if(h.append(d.response),this.perFileCount>this.max){var i=a(".wpuf-image-wrap:last a.attachment-delete",h).data("attach-id");g.removeExtraAttachment(i),a(".wpuf-image-wrap",h).last().remove(),this.perFileCount--}}else alert(e.data.replace(/(<([^>]+)>)/gi,"")),b.files.pop(),this.count-=1,this.showHide();var j=this.UploadedFiles,k=b.files.length;if(this.count>=this.max&&a("#"+this.container).find(".file-selector").hide(),k===j){if("undefined"!=typeof grecaptcha&&a("#g-recaptcha-response").length&&!grecaptcha.getResponse().length)return;a(".wpuf-submit-button").removeAttr("disabled")}},removeAttachment:function(b){b.preventDefault();var c=this,d=a(b.currentTarget);swal({text:wpuf_frontend_upload.confirmMsg,type:"warning",showCancelButton:!0,confirmButtonColor:"#d54e21",confirmButtonText:wpuf_frontend_upload.delete_it,cancelButtonText:wpuf_frontend_upload.cancel_it,confirmButtonClass:"btn btn-success",cancelButtonClass:"btn btn-danger"}).then(function(){var a={attach_id:d.data("attach-id"),nonce:wpuf_frontend_upload.nonce,action:"wpuf_file_del"};c.removed_files.push(a),jQuery("#del_attach").val(d.data("attach-id")),jQuery.post(wpuf_frontend_upload.ajaxurl,a,function(){c.perFileCount--,d.parent().parent().remove(),c.count-=1,c.showHide(),c.uploader.refresh()})})},removeExtraAttachment:function(a){var b=this,c={attach_id:a,nonce:wpuf_frontend_upload.nonce,action:"wpuf_file_del"};this.removed_files.push(c),jQuery.post(wpuf_frontend_upload.ajaxurl,c,function(){b.count-=1,b.showHide(),b.uploader.refresh()})}}}(jQuery);
changelog.txt CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  = v3.5.20 (16 Sep, 2021) =
2
 
3
  * Enhancement - Content restriction for minimum, maximum value enhanced
1
+ = v3.5.21 (21 Oct, 2021) =
2
+
3
+ * Fix - reCaptcha issue with other plugin handled
4
+ * Fix - Multiple post type for wpuf dashboard not working fixed
5
+ * Fix - Billing address ajax request issue handled
6
+ * Update - Halloween promotion notice added
7
+
8
  = v3.5.20 (16 Sep, 2021) =
9
 
10
  * Enhancement - Content restriction for minimum, maximum value enhanced
class/frontend-dashboard.php CHANGED
@@ -88,6 +88,7 @@ class WPUF_Frontend_Dashboard {
88
  echo wp_kses_post( '<div class="success">' . __( 'Post Deleted', 'wp-user-frontend' ) . '</div>' );
89
  }
90
  $post_type = explode( ',', $post_type );
 
91
  $args = [
92
  'author' => get_current_user_id(),
93
  'post_status' => [ 'draft', 'future', 'pending', 'publish', 'private' ],
88
  echo wp_kses_post( '<div class="success">' . __( 'Post Deleted', 'wp-user-frontend' ) . '</div>' );
89
  }
90
  $post_type = explode( ',', $post_type );
91
+ unset( $attributes['post_type'] );
92
  $args = [
93
  'author' => get_current_user_id(),
94
  'post_status' => [ 'draft', 'future', 'pending', 'publish', 'private' ],
languages/wp-user-frontend.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPL2 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WP User Frontend 3.5.20\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
- "POT-Creation-Date: 2021-09-16 12:03:22+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -178,7 +178,7 @@ msgstr ""
178
  #: includes/fields/class-abstract-fields.php:456
179
  #: includes/fields/class-field-checkbox.php:74
180
  #: includes/fields/class-field-radio.php:83 includes/free/form-element.php:499
181
- #: wpuf.php:719
182
  msgid "Yes"
183
  msgstr ""
184
 
@@ -193,7 +193,7 @@ msgstr ""
193
  #: includes/fields/class-abstract-fields.php:457
194
  #: includes/fields/class-field-checkbox.php:75
195
  #: includes/fields/class-field-radio.php:84 includes/free/form-element.php:500
196
- #: wpuf.php:720
197
  msgid "No"
198
  msgstr ""
199
 
@@ -593,12 +593,12 @@ msgid "Are you sure you want to delete this field?"
593
  msgstr ""
594
 
595
  #: admin/form-builder/class-wpuf-admin-form-builder.php:281
596
- #: admin/posting.php:73 class/asset-loader.php:56 wpuf.php:740
597
  msgid "Yes, delete it"
598
  msgstr ""
599
 
600
  #: admin/form-builder/class-wpuf-admin-form-builder.php:282
601
- #: admin/posting.php:74 class/asset-loader.php:57 wpuf.php:741
602
  msgid "No, cancel it"
603
  msgstr ""
604
 
@@ -1421,745 +1421,761 @@ msgid "Contact Support"
1421
  msgstr ""
1422
 
1423
  #: admin/html/whats-new.php:9
1424
- msgid "Content restriction for minimum, maximum value enhanced"
1425
  msgstr ""
1426
 
1427
  #: admin/html/whats-new.php:13
1428
- msgid "New option for redirection after pay per post payment in form setting"
1429
  msgstr ""
1430
 
1431
  #: admin/html/whats-new.php:17
1432
- msgid "Controller added for various email notification"
1433
  msgstr ""
1434
 
1435
  #: admin/html/whats-new.php:21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1436
  msgid "Placeholder added for unauth message option"
1437
  msgstr ""
1438
 
1439
- #: admin/html/whats-new.php:25
1440
  msgid "Subscription Post expiration option change to input field"
1441
  msgstr ""
1442
 
1443
- #: admin/html/whats-new.php:29
1444
  msgid "Content restriction message translatable"
1445
  msgstr ""
1446
 
1447
- #: admin/html/whats-new.php:33
1448
  msgid "ACF integration inconsistency handled"
1449
  msgstr ""
1450
 
1451
- #: admin/html/whats-new.php:37
1452
  msgid "Enable payment checkbox handled for child option"
1453
  msgstr ""
1454
 
1455
- #: admin/html/whats-new.php:41
1456
  msgid "Broken asset link handled for custom field popup"
1457
  msgstr ""
1458
 
1459
- #: admin/html/whats-new.php:45
1460
  msgid "Rollback inconsistency for CPT handled"
1461
  msgstr ""
1462
 
1463
- #: admin/html/whats-new.php:49
1464
  msgid "Login form loaded after resetting password"
1465
  msgstr ""
1466
 
1467
- #: admin/html/whats-new.php:53
1468
  msgid "Billing address inconsistency handled"
1469
  msgstr ""
1470
 
1471
- #: admin/html/whats-new.php:57
1472
  msgid "Form duplication on creation handled"
1473
  msgstr ""
1474
 
1475
- #: admin/html/whats-new.php:61
1476
  msgid "Field Dragging inconsistency fixed"
1477
  msgstr ""
1478
 
1479
- #: admin/html/whats-new.php:72
1480
  msgid "Google Map field enhanced along with acf google map"
1481
  msgstr ""
1482
 
1483
- #: admin/html/whats-new.php:76
1484
  msgid "Filter added for dashboard account menu"
1485
  msgstr ""
1486
 
1487
- #: admin/html/whats-new.php:80
1488
  msgid "Fallback Pay Per Post inconsistency handled"
1489
  msgstr ""
1490
 
1491
- #: admin/html/whats-new.php:84
1492
  msgid "Google map search field not showing"
1493
  msgstr ""
1494
 
1495
- #: admin/html/whats-new.php:88
1496
  msgid "Form preview page inconsistency with builder"
1497
  msgstr ""
1498
 
1499
- #: admin/html/whats-new.php:92
1500
  msgid "Category not showing as hierarchy"
1501
  msgstr ""
1502
 
1503
- #: admin/html/whats-new.php:96
1504
  msgid "TOC field randering issue with registration form"
1505
  msgstr ""
1506
 
1507
- #: admin/html/whats-new.php:100
1508
  msgid "Custom plupload filter inconsistency with file upload handled"
1509
  msgstr ""
1510
 
1511
- #: admin/html/whats-new.php:104
1512
  msgid "Guest Pay Per Post inconsistency handled"
1513
  msgstr ""
1514
 
1515
- #: admin/html/whats-new.php:108
1516
  msgid "Responsive and font issue handled"
1517
  msgstr ""
1518
 
1519
- #: admin/html/whats-new.php:119
1520
  msgid "Preview page added for post form and registration form"
1521
  msgstr ""
1522
 
1523
- #: admin/html/whats-new.php:123
1524
  msgid "Post types menu on account page added"
1525
  msgstr ""
1526
 
1527
- #: admin/html/whats-new.php:127
1528
  msgid "Dashboard shortcode attributes enhanced"
1529
  msgstr ""
1530
 
1531
- #: admin/html/whats-new.php:131
1532
  msgid "Account page post type list new design"
1533
  msgstr ""
1534
 
1535
- #: admin/html/whats-new.php:135
1536
  msgid "Payment page restricted from direct unauthenticated access"
1537
  msgstr ""
1538
 
1539
- #: admin/html/whats-new.php:139
1540
  msgid "Timepicker conflict with dokan handled"
1541
  msgstr ""
1542
 
1543
- #: admin/html/whats-new.php:143
1544
  msgid "Trial inconsistency with paypal fixed"
1545
  msgstr ""
1546
 
1547
- #: admin/html/whats-new.php:147
1548
  msgid "Subscription does not cancel with paypal due to profile missing id"
1549
  msgstr ""
1550
 
1551
- #: admin/html/whats-new.php:151
1552
  msgid "Subscription email notification inconsistency fixed"
1553
  msgstr ""
1554
 
1555
- #: admin/html/whats-new.php:155
1556
  msgid "Various issues on payment page for non-logged in user handled"
1557
  msgstr ""
1558
 
1559
- #: admin/html/whats-new.php:159
1560
  msgid "Column inner field cloning inconsistency fixed"
1561
  msgstr ""
1562
 
1563
- #: admin/html/whats-new.php:163
1564
  msgid "Popup z-index changed due to other plugin z-index"
1565
  msgstr ""
1566
 
1567
- #: admin/html/whats-new.php:175
1568
  msgid "Added Mauritian Rupee for currency"
1569
  msgstr ""
1570
 
1571
- #: admin/html/whats-new.php:179
1572
  msgid "Added eid promotional offer notice"
1573
  msgstr ""
1574
 
1575
- #: admin/html/whats-new.php:183
1576
  msgid "Multiple google map validation for same form"
1577
  msgstr ""
1578
 
1579
- #: admin/html/whats-new.php:187
1580
  msgid "Various issues on verification, autologin payments & address field"
1581
  msgstr ""
1582
 
1583
- #: admin/html/whats-new.php:191
1584
  msgid "Docs update for file & attachments feature which is pro only"
1585
  msgstr ""
1586
 
1587
- #: admin/html/whats-new.php:202
1588
  msgid "Overflow footer on form builder page"
1589
  msgstr ""
1590
 
1591
- #: admin/html/whats-new.php:206
1592
  msgid "WordPress 5.7 compatibility"
1593
  msgstr ""
1594
 
1595
- #: admin/html/whats-new.php:210
1596
  msgid "Limited time promotion for weDevs birthday"
1597
  msgstr ""
1598
 
1599
- #: admin/html/whats-new.php:221
1600
  msgid "Meta key will not change if label update"
1601
  msgstr ""
1602
 
1603
- #: admin/html/whats-new.php:225
1604
  msgid "Login redirect empty previous url"
1605
  msgstr ""
1606
 
1607
- #: admin/html/whats-new.php:229
1608
  msgid "Email doesnt set as username"
1609
  msgstr ""
1610
 
1611
- #: admin/html/whats-new.php:233
1612
  msgid "Post redirection to payment doesn't work"
1613
  msgstr ""
1614
 
1615
- #: admin/html/whats-new.php:237
1616
  msgid "Address field not working when used with conditional logic"
1617
  msgstr ""
1618
 
1619
- #: admin/html/whats-new.php:241
1620
  msgid "Ajax type category child of not working"
1621
  msgstr ""
1622
 
1623
- #: admin/html/whats-new.php:245
1624
  msgid "Non recurring subscription did not work"
1625
  msgstr ""
1626
 
1627
- #: admin/html/whats-new.php:256
1628
  msgid "Menu position has chenged due to dokan has same menu position"
1629
  msgstr ""
1630
 
1631
- #: admin/html/whats-new.php:260
1632
  msgid "Drag and drop not working properly for new field"
1633
  msgstr ""
1634
 
1635
- #: admin/html/whats-new.php:271
1636
  msgid "QR and math captcha added to pro feature list"
1637
  msgstr ""
1638
 
1639
- #: admin/html/whats-new.php:275
1640
  msgid "Tooltip for category navigate"
1641
  msgstr ""
1642
 
1643
- #: admin/html/whats-new.php:279
1644
  msgid "Understandable guest payment notice"
1645
  msgstr ""
1646
 
1647
- #: admin/html/whats-new.php:283
1648
  msgid "Paypal non recurring pack id does not set"
1649
  msgstr ""
1650
 
1651
- #: admin/html/whats-new.php:294
1652
  msgid "Once trial subscription is used, it couldn't reset"
1653
  msgstr ""
1654
 
1655
- #: admin/html/whats-new.php:298
1656
  msgid "Subscription cancel doesn't work"
1657
  msgstr ""
1658
 
1659
- #: admin/html/whats-new.php:302
1660
  msgid "The tax rate was not calculated with the total amount"
1661
  msgstr ""
1662
 
1663
- #: admin/html/whats-new.php:306
1664
  msgid "The width of the column field was breaking"
1665
  msgstr ""
1666
 
1667
- #: admin/html/whats-new.php:310
1668
  msgid "Paypal recurring payment"
1669
  msgstr ""
1670
 
1671
- #: admin/html/whats-new.php:321
1672
  msgid "Updated codebase to fix timezone mismatch"
1673
  msgstr ""
1674
 
1675
- #: admin/html/whats-new.php:332
1676
  msgid "Custom html content field's width"
1677
  msgstr ""
1678
 
1679
- #: admin/html/whats-new.php:336
1680
  msgid "All states of New Zealand are added"
1681
  msgstr ""
1682
 
1683
- #: admin/html/whats-new.php:347
1684
  msgid "Get appropriate user id when role based conditions are present"
1685
  msgstr ""
1686
 
1687
- #: admin/html/whats-new.php:351
1688
  msgid "Show Invalid subscription message if wrong pack id passed"
1689
  msgstr ""
1690
 
1691
- #: admin/html/whats-new.php:355
1692
  msgid "URL field new window not working"
1693
  msgstr ""
1694
 
1695
- #: admin/html/whats-new.php:359
1696
  msgid "Option label not working when & use"
1697
  msgstr ""
1698
 
1699
- #: admin/html/whats-new.php:363
1700
  msgid "Ajax type category not showing on edit"
1701
  msgstr ""
1702
 
1703
- #: admin/html/whats-new.php:367
1704
  msgid "Multiple file image can't select"
1705
  msgstr ""
1706
 
1707
- #: admin/html/whats-new.php:371
1708
  msgid "Subscription pack PayPal Checkout gets \"Error: Access Denied\""
1709
  msgstr ""
1710
 
1711
- #: admin/html/whats-new.php:375
1712
  msgid "Conflict image field with acf image field"
1713
  msgstr ""
1714
 
1715
- #: admin/html/whats-new.php:379
1716
  msgid "Missing Auckland State for New Zealand country"
1717
  msgstr ""
1718
 
1719
- #: admin/html/whats-new.php:383
1720
  msgid "Added support for WooCommerce product category value replacemen"
1721
  msgstr ""
1722
 
1723
- #: admin/html/whats-new.php:393
1724
  msgid "Add character restriction feature"
1725
  msgstr ""
1726
 
1727
- #: admin/html/whats-new.php:397
1728
  msgid "Make sure post author edit link works only in frontend"
1729
  msgstr ""
1730
 
1731
- #: admin/html/whats-new.php:401
1732
  msgid "Inconsistency in lost password reset email message"
1733
  msgstr ""
1734
 
1735
- #: admin/html/whats-new.php:405
1736
  msgid "Saving custom taxonomy terms when input type is text"
1737
  msgstr ""
1738
 
1739
- #: admin/html/whats-new.php:409
1740
  msgid "Taxonomy field JS error in builder"
1741
  msgstr ""
1742
 
1743
- #: admin/html/whats-new.php:413
1744
  msgid "Showing WPUF edit link for WP default roles"
1745
  msgstr ""
1746
 
1747
- #: admin/html/whats-new.php:417
1748
  msgid "Upload button unresponsive issue in iOS"
1749
  msgstr ""
1750
 
1751
- #: admin/html/whats-new.php:427
1752
  msgid "Add post edit link for post authors in single or archive pages"
1753
  msgstr ""
1754
 
1755
- #: admin/html/whats-new.php:431
1756
  msgid "Enhance post delete message"
1757
  msgstr ""
1758
 
1759
- #: admin/html/whats-new.php:435
1760
  msgid "Refactor control buttons visibility in form builder"
1761
  msgstr ""
1762
 
1763
- #: admin/html/whats-new.php:439
1764
  msgid "Add missing colons after field label"
1765
  msgstr ""
1766
 
1767
- #: admin/html/whats-new.php:443
1768
  msgid "Post edit map capability condition"
1769
  msgstr ""
1770
 
1771
- #: admin/html/whats-new.php:447
1772
  msgid "Role based permission for accessing a post form"
1773
  msgstr ""
1774
 
1775
- #: admin/html/whats-new.php:451
1776
  msgid "Section-break field alignment"
1777
  msgstr ""
1778
 
1779
- #: admin/html/whats-new.php:455
1780
  msgid "Pay per post doesn't work if subscription pack is activated"
1781
  msgstr ""
1782
 
1783
- #: admin/html/whats-new.php:459
1784
  msgid "Mime type for uploading JSON files"
1785
  msgstr ""
1786
 
1787
- #: admin/html/whats-new.php:463
1788
  msgid "File upload with same file name"
1789
  msgstr ""
1790
 
1791
- #: admin/html/whats-new.php:467
1792
  msgid "Post preview missing fields"
1793
  msgstr ""
1794
 
1795
- #: admin/html/whats-new.php:471
1796
  msgid "Illigal variable declartion"
1797
  msgstr ""
1798
 
1799
- #: admin/html/whats-new.php:475
1800
  msgid "Featured image updating issue"
1801
  msgstr ""
1802
 
1803
- #: admin/html/whats-new.php:479
1804
  msgid "Conflict with Phlox theme"
1805
  msgstr ""
1806
 
1807
- #: admin/html/whats-new.php:483
1808
  msgid "Textarea custom field data sanitization"
1809
  msgstr ""
1810
 
1811
- #: admin/html/whats-new.php:487
1812
  msgid "exclude_type warning in wpuf_category_checklist"
1813
  msgstr ""
1814
 
1815
- #: admin/html/whats-new.php:491
1816
  msgid "Category field not showing all child categories for selection type child of"
1817
  msgstr ""
1818
 
1819
- #: admin/html/whats-new.php:495
1820
  msgid "Conflict between image and file upload custom fields"
1821
  msgstr ""
1822
 
1823
- #: admin/html/whats-new.php:499
1824
  msgid "Login url when login page is not set"
1825
  msgstr ""
1826
 
1827
- #: admin/html/whats-new.php:509
1828
  msgid ""
1829
  "Use common names for Ivory Coast, North Korea and Sourth Korea instead of "
1830
  "their official names"
1831
  msgstr ""
1832
 
1833
- #: admin/html/whats-new.php:513
1834
  msgid "Fix condition to use default avatar"
1835
  msgstr ""
1836
 
1837
- #: admin/html/whats-new.php:517
1838
  msgid "Make Email and URL fields clickable"
1839
  msgstr ""
1840
 
1841
- #: admin/html/whats-new.php:521
1842
  msgid "Fix redirect after user login"
1843
  msgstr ""
1844
 
1845
- #: admin/html/whats-new.php:525
1846
  msgid "Sanitize textarea field data"
1847
  msgstr ""
1848
 
1849
- #: admin/html/whats-new.php:529
1850
  msgid ""
1851
  "Fix missing colon to email, URL, text and textarea labels when renders "
1852
  "their data"
1853
  msgstr ""
1854
 
1855
- #: admin/html/whats-new.php:533
1856
  msgid "Prevent showing empty labels for fields that have render_field_data method"
1857
  msgstr ""
1858
 
1859
- #: admin/html/whats-new.php:543
1860
  msgid "Add Namibian Dollar in currency list"
1861
  msgstr ""
1862
 
1863
- #: admin/html/whats-new.php:547
1864
  msgid "Add sync values option for option data fields"
1865
  msgstr ""
1866
 
1867
- #: admin/html/whats-new.php:551
1868
  msgid "Allow uploading image that having filesize meets php ini settings"
1869
  msgstr ""
1870
 
1871
- #: admin/html/whats-new.php:555
1872
  msgid "Limit the selection of one image at a time"
1873
  msgstr ""
1874
 
1875
- #: admin/html/whats-new.php:559
1876
  msgid "Use file name and size to generate hash to prevent duplicant image upload"
1877
  msgstr ""
1878
 
1879
- #: admin/html/whats-new.php:563
1880
  msgid "Sanitize text and textarea field data"
1881
  msgstr ""
1882
 
1883
- #: admin/html/whats-new.php:567
1884
  msgid ""
1885
  "Show label instead of values for radio, checkbox, dropdown and multiselect "
1886
  "data"
1887
  msgstr ""
1888
 
1889
- #: admin/html/whats-new.php:571
1890
  msgid "Saving custom taxonomies for type text input"
1891
  msgstr ""
1892
 
1893
- #: admin/html/whats-new.php:575
1894
  msgid "Admin settings link for recaptcha helper text"
1895
  msgstr ""
1896
 
1897
- #: admin/html/whats-new.php:579
1898
  msgid "Undefined name property for Custom HTML fields"
1899
  msgstr ""
1900
 
1901
- #: admin/html/whats-new.php:583
1902
  msgid "Delete attachment process"
1903
  msgstr ""
1904
 
1905
- #: admin/html/whats-new.php:587
1906
  msgid "Missing billing address in invoice PDF"
1907
  msgstr ""
1908
 
1909
- #: admin/html/whats-new.php:591
1910
  msgid "Showing country field value in frontend post content"
1911
  msgstr ""
1912
 
1913
- #: admin/html/whats-new.php:595
1914
  msgid "Avatar size display not complying with admin settings size"
1915
  msgstr ""
1916
 
1917
- #: admin/html/whats-new.php:599
1918
  msgid "Display default avatars on admin settings discussion page"
1919
  msgstr ""
1920
 
1921
- #: admin/html/whats-new.php:603
1922
  msgid "Redirect to subscription page at registration"
1923
  msgstr ""
1924
 
1925
- #: admin/html/whats-new.php:607
1926
  msgid "Error notice regarding registration page redirect"
1927
  msgstr ""
1928
 
1929
- #: admin/html/whats-new.php:611
1930
  msgid "Escaping html in registration errors"
1931
  msgstr ""
1932
 
1933
- #: admin/html/whats-new.php:615
1934
  msgid "Default login redirect link"
1935
  msgstr ""
1936
 
1937
- #: admin/html/whats-new.php:619
1938
  msgid "Implementing default WP login page override option"
1939
  msgstr ""
1940
 
1941
- #: admin/html/whats-new.php:623
1942
  msgid "Transparent background of autosuggestion dropdown"
1943
  msgstr ""
1944
 
1945
- #: admin/html/whats-new.php:633
1946
  msgid "Import forms system"
1947
  msgstr ""
1948
 
1949
- #: admin/html/whats-new.php:637
1950
  msgid "Password reset system"
1951
  msgstr ""
1952
 
1953
- #: admin/html/whats-new.php:641
1954
  msgid "Updated url validation regex to support modern tlds"
1955
  msgstr ""
1956
 
1957
- #: admin/html/whats-new.php:645
1958
  msgid "Export WPUF forms individually from admin tools page"
1959
  msgstr ""
1960
 
1961
- #: admin/html/whats-new.php:649
1962
  msgid "Subscription cycle label translation issue"
1963
  msgstr ""
1964
 
1965
- #: admin/html/whats-new.php:653
1966
  msgid "ACF integration for checkbox fields"
1967
  msgstr ""
1968
 
1969
- #: admin/html/whats-new.php:657
1970
  msgid "Illegal string offset warning while updating settings"
1971
  msgstr ""
1972
 
1973
- #: admin/html/whats-new.php:661
1974
  msgid "Conditional logic for Section Break field"
1975
  msgstr ""
1976
 
1977
- #: admin/html/whats-new.php:665
1978
  msgid "Subscriptions cannot be deleted from backend"
1979
  msgstr ""
1980
 
1981
- #: admin/html/whats-new.php:669
1982
  msgid "A regression regarding saving checkbox data"
1983
  msgstr ""
1984
 
1985
- #: admin/html/whats-new.php:673
1986
  msgid "Default value of multi-select fields is not showing"
1987
  msgstr ""
1988
 
1989
- #: admin/html/whats-new.php:683
1990
  msgid "Hide post edit option when subscription is expired"
1991
  msgstr ""
1992
 
1993
- #: admin/html/whats-new.php:685
1994
  msgid "Hide post edit option from users whose subscription pack is expired."
1995
  msgstr ""
1996
 
1997
- #: admin/html/whats-new.php:688
1998
  msgid "Check files to prevent duplicity in media upload"
1999
  msgstr ""
2000
 
2001
- #: admin/html/whats-new.php:690
2002
  msgid ""
2003
  "A simple measure has been taken to prevent maliciously flooding the site by "
2004
  "uploading same file multiple times. Though this won't work with already "
2005
  "uploaded medias."
2006
  msgstr ""
2007
 
2008
- #: admin/html/whats-new.php:693
2009
  msgid "Refactor address fields in Account section"
2010
  msgstr ""
2011
 
2012
- #: admin/html/whats-new.php:695
2013
  msgid "Address edit section from Account section has been rewritten to improve UX."
2014
  msgstr ""
2015
 
2016
- #: admin/html/whats-new.php:698
2017
  msgid "Update Paypal payment gateway"
2018
  msgstr ""
2019
 
2020
- #: admin/html/whats-new.php:700
2021
  msgid "Paypal payment gateway has seen some improvements."
2022
  msgstr ""
2023
 
2024
- #: admin/html/whats-new.php:703
2025
  msgid "Default Category selection improvements"
2026
  msgstr ""
2027
 
2028
- #: admin/html/whats-new.php:705
2029
  msgid ""
2030
  "An intuitive way of selecting default category of a selected post type has "
2031
  "been introduced."
2032
  msgstr ""
2033
 
2034
- #: admin/html/whats-new.php:708
2035
  msgid "Compatibility issue with ACF date time field"
2036
  msgstr ""
2037
 
2038
- #: admin/html/whats-new.php:710
2039
  msgid "A Compatibility issue with ACF date time field has been addressed."
2040
  msgstr ""
2041
 
2042
- #: admin/html/whats-new.php:713
2043
  msgid "Media title, caption & description not saving"
2044
  msgstr ""
2045
 
2046
- #: admin/html/whats-new.php:715
2047
  msgid ""
2048
  "Media title, caption & description were not saving from frontend. They will "
2049
  "now."
2050
  msgstr ""
2051
 
2052
- #: admin/html/whats-new.php:718
2053
  msgid ""
2054
  "The Events Calendar venue and organizer fields issue in WPUF Custom Fields "
2055
  "metabox"
2056
  msgstr ""
2057
 
2058
- #: admin/html/whats-new.php:720
2059
  msgid ""
2060
  "A workaround has been introduced to save The Events Calendar Venue and "
2061
  "Organizer fields properly from WPUF Custom Fields metabox."
2062
  msgstr ""
2063
 
2064
- #: admin/html/whats-new.php:723
2065
  msgid "Checkbox data not saving from WPUF Custom Fields metabox"
2066
  msgstr ""
2067
 
2068
- #: admin/html/whats-new.php:725
2069
  msgid ""
2070
  "Checkboxe data from WPUF Custom Fields metabox were not saving. It has been "
2071
  "fixed."
2072
  msgstr ""
2073
 
2074
- #: admin/html/whats-new.php:728
2075
  msgid "Multi-column Repeater field data saving issue"
2076
  msgstr ""
2077
 
2078
- #: admin/html/whats-new.php:730
2079
  msgid ""
2080
  "Multi-column Repeater field data from a form was not saving. It has been "
2081
  "fixed."
2082
  msgstr ""
2083
 
2084
- #: admin/html/whats-new.php:733
2085
  msgid "Multistep form conflict with Elementor"
2086
  msgstr ""
2087
 
2088
- #: admin/html/whats-new.php:735
2089
  msgid "Multistep form had a conflict with Elementor. It has been fixed."
2090
  msgstr ""
2091
 
2092
- #: admin/html/whats-new.php:738
2093
  msgid "Multiple images showing issue in frontend"
2094
  msgstr ""
2095
 
2096
- #: admin/html/whats-new.php:740
2097
  msgid "Multiple images in a post were not showing in frontend. Now they will."
2098
  msgstr ""
2099
 
2100
- #: admin/html/whats-new.php:749
2101
  msgid "Nonce not verify on login"
2102
  msgstr ""
2103
 
2104
- #: admin/html/whats-new.php:751
2105
  msgid "Return of function wp_verify_nonce() was ignored."
2106
  msgstr ""
2107
 
2108
- #: admin/html/whats-new.php:760
2109
  msgid "Option to set which tab shows as active on the account page"
2110
  msgstr ""
2111
 
2112
- #: admin/html/whats-new.php:762
2113
  msgid ""
2114
  "Option to set which tab shows as active on the account page. To configure "
2115
  "this setting navigate to wp-admin->User Frontend->Settings->My "
2116
  "Account->Active Tab "
2117
  msgstr ""
2118
 
2119
- #: admin/html/whats-new.php:765
2120
  msgid "Unlock option was unavailable after the post being locked"
2121
  msgstr ""
2122
 
2123
- #: admin/html/whats-new.php:767
2124
  msgid "Unlock option was unavailable after the post being locked."
2125
  msgstr ""
2126
 
2127
- #: admin/html/whats-new.php:770
2128
  msgid "Gutenberg block of WPUF didn't work on bedrock installation"
2129
  msgstr ""
2130
 
2131
- #: admin/html/whats-new.php:772
2132
  msgid "Gutenberg block of WPUF didn't work on bedrock installation."
2133
  msgstr ""
2134
 
2135
- #: admin/html/whats-new.php:775
2136
  msgid "Sending admin payment received email twice"
2137
  msgstr ""
2138
 
2139
- #: admin/html/whats-new.php:777
2140
  msgid ""
2141
  "After processing payment admin & user was receiving payment received email "
2142
  "twice."
2143
  msgstr ""
2144
 
2145
- #: admin/html/whats-new.php:780
2146
  msgid ""
2147
  "Add shortcode support to display post information in the Post Expiration "
2148
  "Message"
2149
  msgstr ""
2150
 
2151
- #: admin/html/whats-new.php:782
2152
  msgid ""
2153
  "Add shortcode support to display post information in the Post Expiration "
2154
  "Message. You can use: <strong>{post_author} {post_url} {blogname} "
2155
  "{post_title} {post_status}</strong>"
2156
  msgstr ""
2157
 
2158
- #: admin/html/whats-new.php:785
2159
  msgid "Add optin on the setup wizard"
2160
  msgstr ""
2161
 
2162
- #: admin/html/whats-new.php:787
2163
  msgid ""
2164
  "Added optin on the setup wizard, admin can choose whether he/she wants to "
2165
  "share server environment details (php, mysql, server, WordPress versions), "
@@ -2167,126 +2183,126 @@ msgid ""
2167
  "name and url, admin name and email address. No sensitive data is tracked"
2168
  msgstr ""
2169
 
2170
- #: admin/html/whats-new.php:796
2171
  msgid "Post Owner problem"
2172
  msgstr ""
2173
 
2174
- #: admin/html/whats-new.php:798
2175
  msgid ""
2176
  "Posts were not assigned to the selected default post owner, this issue has "
2177
  "been fixed."
2178
  msgstr ""
2179
 
2180
- #: admin/html/whats-new.php:801
2181
  msgid "Google reCaptcha was not working"
2182
  msgstr ""
2183
 
2184
- #: admin/html/whats-new.php:803
2185
  msgid ""
2186
  "Google reCaptcha was not working, users could submit the form without "
2187
  "reCaptcha validation."
2188
  msgstr ""
2189
 
2190
- #: admin/html/whats-new.php:812
2191
  msgid "Added column field"
2192
  msgstr ""
2193
 
2194
- #: admin/html/whats-new.php:817
2195
  msgid "Unable to render the events on the front-end dashboard"
2196
  msgstr ""
2197
 
2198
- #: admin/html/whats-new.php:819
2199
  msgid ""
2200
  "On the frontend dashboard, the submitted events were not showing, you will "
2201
  "get it fixed in this version."
2202
  msgstr ""
2203
 
2204
- #: admin/html/whats-new.php:822
2205
  msgid "Page order getting 0(zero) after editing from the frontend"
2206
  msgstr ""
2207
 
2208
- #: admin/html/whats-new.php:824
2209
  msgid ""
2210
  "Page order was not saving while editing a post using WPUF form, it has been "
2211
  "fixed."
2212
  msgstr ""
2213
 
2214
- #: admin/html/whats-new.php:827
2215
  msgid "Text input field for taxonomies not working"
2216
  msgstr ""
2217
 
2218
- #: admin/html/whats-new.php:829
2219
  msgid ""
2220
  "When taxonomy field type is set to `Text Input` then a fatal error was "
2221
  "showing on the frontend, no error with taxonomy field in the latest version."
2222
  msgstr ""
2223
 
2224
- #: admin/html/whats-new.php:832
2225
  msgid ""
2226
  "In radio and checkbox field use conditional logic that value does not save "
2227
  "in database"
2228
  msgstr ""
2229
 
2230
- #: admin/html/whats-new.php:834
2231
  msgid ""
2232
  "The selected value of radio and checkbox field were not showing while "
2233
  "editing posts from the backend or frontend, you can see the selected value "
2234
  "in this version."
2235
  msgstr ""
2236
 
2237
- #: admin/html/whats-new.php:837
2238
  msgid "The args param not working with get_avatar filter"
2239
  msgstr ""
2240
 
2241
- #: admin/html/whats-new.php:839
2242
  msgid "The args parameter did not exist with get_avatar filter, which now exists."
2243
  msgstr ""
2244
 
2245
- #: admin/html/whats-new.php:842
2246
  msgid "The item in ajax taxonomy field was not selected"
2247
  msgstr ""
2248
 
2249
- #: admin/html/whats-new.php:844
2250
  msgid ""
2251
  "When the taxonomy field type is set to Ajax, the submitted terms were not "
2252
  "showing in the backend and frontend which have been fixed."
2253
  msgstr ""
2254
 
2255
- #: admin/html/whats-new.php:853
2256
  msgid "Unable to send new user registration email"
2257
  msgstr ""
2258
 
2259
- #: admin/html/whats-new.php:855
2260
  msgid ""
2261
  "WP User Frontend default registration form `[wpuf-registration]` was unable "
2262
  "to send the new user registration email."
2263
  msgstr ""
2264
 
2265
- #: admin/html/whats-new.php:858
2266
  msgid "WPUF forms block compatibility issue with the latest WP version"
2267
  msgstr ""
2268
 
2269
- #: admin/html/whats-new.php:860
2270
  msgid ""
2271
  "With the latest version of WordPress the gutenberg block of WP User "
2272
  "Frontend were not working. In this version, you will get it fixed."
2273
  msgstr ""
2274
 
2275
- #: admin/html/whats-new.php:863
2276
  msgid "Page not update where `[wpuf_dashboard]` shortcode exist"
2277
  msgstr ""
2278
 
2279
- #: admin/html/whats-new.php:865
2280
  msgid ""
2281
  "While using Gutenberg, the page were not being updated with WPUF shortcode "
2282
  "[wpuf dashboard]"
2283
  msgstr ""
2284
 
2285
- #: admin/html/whats-new.php:868
2286
  msgid "Retain default when determining whether to display the admin bar"
2287
  msgstr ""
2288
 
2289
- #: admin/html/whats-new.php:870
2290
  msgid ""
2291
  "From the User Frontend Settings, set that Administrator, Editor, Vendor can "
2292
  "see the admin bar. Now, the super admin want, one specific user ( who has "
@@ -2296,11 +2312,11 @@ msgid ""
2296
  "frontend."
2297
  msgstr ""
2298
 
2299
- #: admin/html/whats-new.php:873
2300
  msgid "Fatal error when use PHP lower version (5.4 or lower)"
2301
  msgstr ""
2302
 
2303
- #: admin/html/whats-new.php:875
2304
  msgid ""
2305
  "It was unable to install WP User Frontend with PHP 5.4 or lower version. "
2306
  "Here is the error details: <br><br><strong>Fatal error: Can't use method "
@@ -2308,42 +2324,42 @@ msgid ""
2308
  "/wp-user-frontend/class/frontend-form-post.php on line 194</strong>"
2309
  msgstr ""
2310
 
2311
- #: admin/html/whats-new.php:878
2312
  msgid "Product form was unable to show the single gallery image"
2313
  msgstr ""
2314
 
2315
- #: admin/html/whats-new.php:880
2316
  msgid ""
2317
  "When user upload single image for product gallery using WPUF WooCommerce "
2318
  "product form, that image were not showing on the frontend."
2319
  msgstr ""
2320
 
2321
- #: admin/html/whats-new.php:889
2322
  msgid "WooCommerce gallery images not getting saved"
2323
  msgstr ""
2324
 
2325
- #: admin/html/whats-new.php:891
2326
  msgid ""
2327
  "After releasing version 2.9.3, WooCommerce gallery image field stopped "
2328
  "working. You will get it fixed in this version."
2329
  msgstr ""
2330
 
2331
- #: admin/html/whats-new.php:900
2332
  msgid "The Events Calendar Integration Form"
2333
  msgstr ""
2334
 
2335
- #: admin/html/whats-new.php:902
2336
  msgid ""
2337
  "Now admin can allow users to create event from the frontend. Currently WPUF "
2338
  "has a one click pre-build event form that has been integrated with The "
2339
  "Events Calendar plugin"
2340
  msgstr ""
2341
 
2342
- #: admin/html/whats-new.php:905
2343
  msgid "Post Submission Facility From Account Page"
2344
  msgstr ""
2345
 
2346
- #: admin/html/whats-new.php:907
2347
  msgid ""
2348
  "On the frontend account page, added a new menu item named <b>Submit "
2349
  "Post</b>. Now admin can allow users to submit post from their default "
@@ -2352,504 +2368,504 @@ msgid ""
2352
  "you can assign any post form that will use to submit posts."
2353
  msgstr ""
2354
 
2355
- #: admin/html/whats-new.php:910
2356
  msgid "Login/Lost Password Link Under Registration Form"
2357
  msgstr ""
2358
 
2359
- #: admin/html/whats-new.php:912
2360
  msgid "Added Login/Lost Password link under registration form"
2361
  msgstr ""
2362
 
2363
- #: admin/html/whats-new.php:921
2364
  msgid "Added drag and drop image ordering on image upload"
2365
  msgstr ""
2366
 
2367
- #: admin/html/whats-new.php:923
2368
  msgid ""
2369
  "Now frontend users can drag & drop the images/files to change the order "
2370
  "while uploading."
2371
  msgstr ""
2372
 
2373
- #: admin/html/whats-new.php:926
2374
  msgid "Added reCAPTCHA field in login form"
2375
  msgstr ""
2376
 
2377
- #: admin/html/whats-new.php:928
2378
  msgid ""
2379
  "Admin has the option to show reCAPTCHA field in login form. Check the "
2380
  "related settings from <strong>User Frontend > Settings > "
2381
  "Login/Registration</strong>"
2382
  msgstr ""
2383
 
2384
- #: admin/html/whats-new.php:931
2385
  msgid "Added preview option in forms"
2386
  msgstr ""
2387
 
2388
- #: admin/html/whats-new.php:933
2389
  msgid ""
2390
  "You can see a nice <strong>Preview</strong> button with <strong>Save "
2391
  "Form</strong> button, admin can take a quick look of the form without using "
2392
  "shortcode"
2393
  msgstr ""
2394
 
2395
- #: admin/html/whats-new.php:936
2396
  msgid "Fixed hiding “Select Image” button while uploading multiple images."
2397
  msgstr ""
2398
 
2399
- #: admin/html/whats-new.php:938
2400
  msgid ""
2401
  "The upload button will not be hidden until the user selects max number of "
2402
  "files "
2403
  msgstr ""
2404
 
2405
- #: admin/html/whats-new.php:941
2406
  msgid "Added form limit notice before form submission"
2407
  msgstr ""
2408
 
2409
- #: admin/html/whats-new.php:943
2410
  msgid ""
2411
  "Limit notice message was showing after submission, now it is showing when "
2412
  "rendering the form"
2413
  msgstr ""
2414
 
2415
- #: admin/html/whats-new.php:946
2416
  msgid "Fixed: default post category not saving"
2417
  msgstr ""
2418
 
2419
- #: admin/html/whats-new.php:948
2420
  msgid ""
2421
  "From the form <strong>Settings > Post Settings</strong>, default post "
2422
  "category options were not saving. Now, it's fixed."
2423
  msgstr ""
2424
 
2425
- #: admin/html/whats-new.php:951
2426
  msgid ""
2427
  "WPUF dashboard shortcode with form_id attribute was not showing posts "
2428
  "properly"
2429
  msgstr ""
2430
 
2431
- #: admin/html/whats-new.php:953
2432
  msgid ""
2433
  "Now you can list posts on the frontend by using <strong>form_id<strong/> "
2434
  "attribute with <strong>[wpuf_dashboard]</strong> shortcode"
2435
  msgstr ""
2436
 
2437
- #: admin/html/whats-new.php:962
2438
  msgid "Changed text domain to `wp-user-frontend` from `wpuf` "
2439
  msgstr ""
2440
 
2441
- #: admin/html/whats-new.php:964
2442
  msgid ""
2443
  "If you are using other language than English. Please <b>rename</b> your "
2444
  "<i>.po and .mo </i> files to `wp-user-frontend_` from `wpuf_` <br> This "
2445
  "change was made to support translations from translate.wordpress.org"
2446
  msgstr ""
2447
 
2448
- #: admin/html/whats-new.php:967
2449
  msgid "Added WP User Frontend Data export and erase functionality."
2450
  msgstr ""
2451
 
2452
- #: admin/html/whats-new.php:969
2453
  msgid "Added functionality to export WP User Frontend Data to comply with GDPR."
2454
  msgstr ""
2455
 
2456
- #: admin/html/whats-new.php:972
2457
  msgid "Added billing address customizer."
2458
  msgstr ""
2459
 
2460
- #: admin/html/whats-new.php:974
2461
  msgid "Added customizer options for billing address in payment page."
2462
  msgstr ""
2463
 
2464
- #: admin/html/whats-new.php:977
2465
  msgid "Make the payment page responsive."
2466
  msgstr ""
2467
 
2468
- #: admin/html/whats-new.php:979
2469
  msgid "Some css adjustments are made in payment page to make it responsive."
2470
  msgstr ""
2471
 
2472
- #: admin/html/whats-new.php:982
2473
  msgid "Fixed image upload issue in Safari."
2474
  msgstr ""
2475
 
2476
- #: admin/html/whats-new.php:984
2477
  msgid "Images were not showing after upload in safari, it is fixed now."
2478
  msgstr ""
2479
 
2480
- #: admin/html/whats-new.php:987
2481
  msgid "Post update issue after updating or removing post images."
2482
  msgstr ""
2483
 
2484
- #: admin/html/whats-new.php:989
2485
  msgid ""
2486
  "Posts cannot be updated after updating or removing post images, it is fixed "
2487
  "now."
2488
  msgstr ""
2489
 
2490
- #: admin/html/whats-new.php:998
2491
  msgid "Allow overriding form input styles using theme styling."
2492
  msgstr ""
2493
 
2494
- #: admin/html/whats-new.php:1000
2495
  msgid "Overriding form input styles using theme style is now possible."
2496
  msgstr ""
2497
 
2498
- #: admin/html/whats-new.php:1003
2499
  msgid "Fixed Auto Login after registration."
2500
  msgstr ""
2501
 
2502
- #: admin/html/whats-new.php:1005
2503
  msgid "Auto Login after registration was not working is fixed now."
2504
  msgstr ""
2505
 
2506
- #: admin/html/whats-new.php:1008
2507
  msgid "Fixed fallback cost calculation"
2508
  msgstr ""
2509
 
2510
- #: admin/html/whats-new.php:1010
2511
  msgid "Fallback cost calculation was inaccurate for some cases, it is fixed now."
2512
  msgstr ""
2513
 
2514
- #: admin/html/whats-new.php:1013
2515
  msgid "Removal of subscription from User Profile gets reverted if updated"
2516
  msgstr ""
2517
 
2518
- #: admin/html/whats-new.php:1015
2519
  msgid "User subscription deletion gets reverted if updated is fixed."
2520
  msgstr ""
2521
 
2522
- #: admin/html/whats-new.php:1018
2523
  msgid "Show Free pack users in subscribers list."
2524
  msgstr ""
2525
 
2526
- #: admin/html/whats-new.php:1020
2527
  msgid "Free pack users were not showing in subscribers list, now they will."
2528
  msgstr ""
2529
 
2530
- #: admin/html/whats-new.php:1029
2531
  msgid "WP User Frontend Guten Block is added"
2532
  msgstr ""
2533
 
2534
- #: admin/html/whats-new.php:1031
2535
  msgid ""
2536
  "WPUF Form Block is now available to be used within gutenberg editor with "
2537
  "preview of the form. "
2538
  msgstr ""
2539
 
2540
- #: admin/html/whats-new.php:1034
2541
  msgid "Advanced Custom Fields plugin compatibility"
2542
  msgstr ""
2543
 
2544
- #: admin/html/whats-new.php:1036
2545
  msgid "Now all your ACF fields can be used within WPUF Post forms. "
2546
  msgstr ""
2547
 
2548
- #: admin/html/whats-new.php:1039
2549
  msgid "Taxonomy Terms not showing for custom post types"
2550
  msgstr ""
2551
 
2552
- #: admin/html/whats-new.php:1041
2553
  msgid ""
2554
  "Fixed an issue with taxonomy terms not appearing for Custom Post types "
2555
  "within Form Settings and Dashboard Post Listing"
2556
  msgstr ""
2557
 
2558
- #: admin/html/whats-new.php:1044
2559
  msgid "Various other code optimizations"
2560
  msgstr ""
2561
 
2562
- #: admin/html/whats-new.php:1046 admin/html/whats-new.php:1103
2563
  msgid "Code structure organization and optimization for better performance"
2564
  msgstr ""
2565
 
2566
- #: admin/html/whats-new.php:1055
2567
  msgid "WoooCommerce billing address Sync"
2568
  msgstr ""
2569
 
2570
- #: admin/html/whats-new.php:1057
2571
  msgid ""
2572
  "If an existing customer has previously set his billing address, that will "
2573
  "be imported into WPUF Billing address "
2574
  msgstr ""
2575
 
2576
- #: admin/html/whats-new.php:1060
2577
  msgid "Trial subscription message not showing properly"
2578
  msgstr ""
2579
 
2580
- #: admin/html/whats-new.php:1062
2581
  msgid "Subscriptions with Trial now shows trial notices"
2582
  msgstr ""
2583
 
2584
- #: admin/html/whats-new.php:1065
2585
  msgid "Reset email Key not working"
2586
  msgstr ""
2587
 
2588
- #: admin/html/whats-new.php:1067
2589
  msgid "Reset Email key was not working in some cases"
2590
  msgstr ""
2591
 
2592
- #: admin/html/whats-new.php:1070
2593
  msgid "Post count not showing on the frontend dashboard"
2594
  msgstr ""
2595
 
2596
- #: admin/html/whats-new.php:1072
2597
  msgid ""
2598
  "Dashboard with multiple post type was not showing post counts properly, is "
2599
  "now fixed and shows count for each post type"
2600
  msgstr ""
2601
 
2602
- #: admin/html/whats-new.php:1075
2603
  msgid "Login Redirect showing blank page is fixed"
2604
  msgstr ""
2605
 
2606
- #: admin/html/whats-new.php:1077
2607
  msgid ""
2608
  "If \"Previous Page\" was set for redirection, login redirect was "
2609
  "redirecting to blank page for users who hit login page directly"
2610
  msgstr ""
2611
 
2612
- #: admin/html/whats-new.php:1086
2613
  msgid "Enhanced Login Redirect to redirect users to previous page"
2614
  msgstr ""
2615
 
2616
- #: admin/html/whats-new.php:1088
2617
  msgid ""
2618
  "You can choose Previous Page as Login Redirect page settings now to "
2619
  "redirect users to the page from which they went for Login. "
2620
  msgstr ""
2621
 
2622
- #: admin/html/whats-new.php:1091
2623
  msgid "Email HTML links not Rendreing properly issue is fixed"
2624
  msgstr ""
2625
 
2626
- #: admin/html/whats-new.php:1093
2627
  msgid ""
2628
  "For some clients emails were not rendering the HTML links properly, this is "
2629
  "now fixed"
2630
  msgstr ""
2631
 
2632
- #: admin/html/whats-new.php:1096
2633
  msgid "Form Builder : Form Field's Help text styles not showing properly"
2634
  msgstr ""
2635
 
2636
- #: admin/html/whats-new.php:1098
2637
  msgid "Help texts styling is now fixed and much easier to read and understand"
2638
  msgstr ""
2639
 
2640
- #: admin/html/whats-new.php:1101
2641
  msgid "Various other code improvements"
2642
  msgstr ""
2643
 
2644
- #: admin/html/whats-new.php:1112
2645
  msgid "Dashboard Post Listing now supports multiple post types"
2646
  msgstr ""
2647
 
2648
- #: admin/html/whats-new.php:1114
2649
  msgid ""
2650
  "Now you can show multiple post type in user dashboard using shortcode like "
2651
  "this : <br><b>[wpuf_dashboard post_type=\"post,page,custom_type\"]</b> "
2652
  msgstr ""
2653
 
2654
- #: admin/html/whats-new.php:1117
2655
  msgid "Added Login Redirect Settings"
2656
  msgstr ""
2657
 
2658
- #: admin/html/whats-new.php:1119
2659
  msgid ""
2660
  "You can now set a page from <i>WPUF Settings > Login/Registration > "
2661
  "Redirect after Login</i>. When login redirection is active the user will be "
2662
  "redirected to this page after login."
2663
  msgstr ""
2664
 
2665
- #: admin/html/whats-new.php:1122
2666
  msgid "Image Upload field button text can be changed"
2667
  msgstr ""
2668
 
2669
- #: admin/html/whats-new.php:1124
2670
  msgid ""
2671
  "The upload button text can now be changed for image upload fields which "
2672
  "defaults to \"Select Image\" if not set. "
2673
  msgstr ""
2674
 
2675
- #: admin/html/whats-new.php:1127
2676
  msgid "Multi Step Form styles made compatible with more themes"
2677
  msgstr ""
2678
 
2679
- #: admin/html/whats-new.php:1129
2680
  msgid "Multi Step form can now be styled more easily with other themes "
2681
  msgstr ""
2682
 
2683
- #: admin/html/whats-new.php:1132
2684
  msgid "Required field condition for google map not working is fixed"
2685
  msgstr ""
2686
 
2687
- #: admin/html/whats-new.php:1134
2688
  msgid ""
2689
  "If Google Map field was set as required users were able to submit form "
2690
  "without changing the default value."
2691
  msgstr ""
2692
 
2693
- #: admin/html/whats-new.php:1143
2694
  msgid "Admin form builder is now fully responsive."
2695
  msgstr ""
2696
 
2697
- #: admin/html/whats-new.php:1145
2698
  msgid ""
2699
  "Now you can edit forms from your mobile devices directly. Our improved "
2700
  "responsive layouts of form builder makes it easy for you to build forms on "
2701
  "the go."
2702
  msgstr ""
2703
 
2704
- #: admin/html/whats-new.php:1148
2705
  msgid "Added color schemes for creating attractive form layouts."
2706
  msgstr ""
2707
 
2708
- #: admin/html/whats-new.php:1150
2709
  msgid ""
2710
  "We have added 3 new color schemes for the form layouts which you can choose "
2711
  "from each form's new display settings."
2712
  msgstr ""
2713
 
2714
- #: admin/html/whats-new.php:1153
2715
  msgid "Restrict Free subscription pack to be enabled multiple times "
2716
  msgstr ""
2717
 
2718
- #: admin/html/whats-new.php:1155
2719
  msgid ""
2720
  "Free subscription packs now can only be purchased once and the limit "
2721
  "applies properly"
2722
  msgstr ""
2723
 
2724
- #: admin/html/whats-new.php:1158
2725
  msgid "Various other bug fixes and improvements were made "
2726
  msgstr ""
2727
 
2728
- #: admin/html/whats-new.php:1160
2729
  msgid "Please see the change log to see full details."
2730
  msgstr ""
2731
 
2732
- #: admin/html/whats-new.php:1169
2733
  msgid "Added upgrade function for default category"
2734
  msgstr ""
2735
 
2736
- #: admin/html/whats-new.php:1171
2737
  msgid "Upgrader added to upgrade previously set default post category."
2738
  msgstr ""
2739
 
2740
- #: admin/html/whats-new.php:1174
2741
  msgid "Subscription pack cannot be canceled"
2742
  msgstr ""
2743
 
2744
- #: admin/html/whats-new.php:1176
2745
  msgid ""
2746
  "Fixed recurring subscription pack cannot be canceled from my account page "
2747
  "in subscription details section."
2748
  msgstr ""
2749
 
2750
- #: admin/html/whats-new.php:1179
2751
  msgid "page installer admin notice logic issue"
2752
  msgstr ""
2753
 
2754
- #: admin/html/whats-new.php:1181
2755
  msgid ""
2756
  "Fixed page installer admin notice logic problem due to new payment settings "
2757
  "default value not set."
2758
  msgstr ""
2759
 
2760
- #: admin/html/whats-new.php:1191
2761
  msgid "Setup Wizard"
2762
  msgstr ""
2763
 
2764
- #: admin/html/whats-new.php:1193
2765
  msgid "Setup Wizard added to turn off payment options and install pages."
2766
  msgstr ""
2767
 
2768
- #: admin/html/whats-new.php:1197
2769
  msgid "Multi-select Category"
2770
  msgstr ""
2771
 
2772
- #: admin/html/whats-new.php:1199
2773
  msgid "Add multi-select to default category in post form settings."
2774
  msgstr ""
2775
 
2776
- #: admin/html/whats-new.php:1203
2777
  msgid "Select Text option for Taxonomy"
2778
  msgstr ""
2779
 
2780
- #: admin/html/whats-new.php:1205
2781
  msgid ""
2782
  "Add Select Text option for taxonomy fields. Now you can add default text "
2783
  "with empty value as first option for Taxonomy dropdown."
2784
  msgstr ""
2785
 
2786
- #: admin/html/whats-new.php:1208
2787
  msgid "Taxonomy Checkbox Inline"
2788
  msgstr ""
2789
 
2790
- #: admin/html/whats-new.php:1210
2791
  msgid ""
2792
  "Added checkbox inline option to taxonomy checkbox. You can now display "
2793
  "Taxonomy checkbox fields inline."
2794
  msgstr ""
2795
 
2796
- #: admin/html/whats-new.php:1220
2797
  msgid "Manage schedule for form submission"
2798
  msgstr ""
2799
 
2800
- #: admin/html/whats-new.php:1222
2801
  msgid ""
2802
  "Do not accept form submission if the current date is not between the date "
2803
  "range of the schedule."
2804
  msgstr ""
2805
 
2806
- #: admin/html/whats-new.php:1226
2807
  msgid "Restrict form submission based on the user roles"
2808
  msgstr ""
2809
 
2810
- #: admin/html/whats-new.php:1228
2811
  msgid ""
2812
  "Restrict form submission based on the user roles. Now you can manage user "
2813
  "role base permission on form submission."
2814
  msgstr ""
2815
 
2816
- #: admin/html/whats-new.php:1232
2817
  msgid "Limit how many entries a form will accept"
2818
  msgstr ""
2819
 
2820
- #: admin/html/whats-new.php:1234
2821
  msgid ""
2822
  "Limit how many entries a form will accept and display a custom message when "
2823
  "that limit is reached."
2824
  msgstr ""
2825
 
2826
- #: admin/html/whats-new.php:1238
2827
  msgid "Show/hide Admin Bar"
2828
  msgstr ""
2829
 
2830
- #: admin/html/whats-new.php:1240
2831
  msgid "Control the admin bar visibility based on user roles."
2832
  msgstr ""
2833
 
2834
- #: admin/html/whats-new.php:1244
2835
  msgid "Ajax Login widget"
2836
  msgstr ""
2837
 
2838
- #: admin/html/whats-new.php:1246
2839
  msgid ""
2840
  "Login user is more simple now with Ajax Login Widget. The simple ajax login "
2841
  "form do not required page loading for login."
2842
  msgstr ""
2843
 
2844
- #: admin/html/whats-new.php:1250
2845
  msgid "Form submission with Captcha field"
2846
  msgstr ""
2847
 
2848
- #: admin/html/whats-new.php:1252
2849
  msgid "Form field validation process updated if form submits with captcha field."
2850
  msgstr ""
2851
 
2852
- #: admin/html/whats-new.php:1266
2853
  msgid "What's New in WPUF?"
2854
  msgstr ""
2855
 
@@ -2983,23 +2999,23 @@ msgid "Draft"
2983
  msgstr ""
2984
 
2985
  #: admin/posting.php:72 class/asset-loader.php:55 class/render-form.php:1673
2986
- #: wpuf.php:739
2987
  msgid "Are you sure?"
2988
  msgstr ""
2989
 
2990
- #: admin/posting.php:80 class/asset-loader.php:63 wpuf.php:750
2991
  msgid "Allowed Files"
2992
  msgstr ""
2993
 
2994
- #: admin/posting.php:83 class/asset-loader.php:66 wpuf.php:756
2995
  msgid "Maximum number of files reached!"
2996
  msgstr ""
2997
 
2998
- #: admin/posting.php:84 class/asset-loader.php:67 wpuf.php:757
2999
  msgid "The file you have uploaded exceeds the file size limit. Please try again."
3000
  msgstr ""
3001
 
3002
- #: admin/posting.php:85 class/asset-loader.php:68 wpuf.php:758
3003
  msgid "You have uploaded an incorrect file type. Please try again."
3004
  msgstr ""
3005
 
@@ -3295,9 +3311,7 @@ msgid "WP User Frontend Pro is the most powerful solution for your frontend need
3295
  msgstr ""
3296
 
3297
  #: admin/promotion.php:34
3298
- msgid ""
3299
- "Summer Sale! Chill out with weDevs. Enjoy Up To 40% OFF on WP User Frontend "
3300
- "Pro"
3301
  msgstr ""
3302
 
3303
  #: admin/promotion.php:34
@@ -4188,27 +4202,27 @@ msgstr ""
4188
  msgid "Import"
4189
  msgstr ""
4190
 
4191
- #: class/asset-loader.php:32 wpuf.php:636
4192
  msgid "is required"
4193
  msgstr ""
4194
 
4195
- #: class/asset-loader.php:33 wpuf.php:637
4196
  msgid "does not match"
4197
  msgstr ""
4198
 
4199
- #: class/asset-loader.php:34 wpuf.php:638
4200
  msgid "is not valid"
4201
  msgstr ""
4202
 
4203
- #: class/asset-loader.php:46 wpuf.php:716
4204
  msgid "Please fix the errors to proceed"
4205
  msgstr ""
4206
 
4207
- #: class/asset-loader.php:48 wpuf.php:723
4208
  msgid "Word limit reached"
4209
  msgstr ""
4210
 
4211
- #: class/asset-loader.php:49 wpuf.php:718
4212
  msgid "Are you sure you want to cancel your current subscription ?"
4213
  msgstr ""
4214
 
@@ -4305,11 +4319,11 @@ msgstr ""
4305
  msgid "Post Deleted"
4306
  msgstr ""
4307
 
4308
- #: class/frontend-dashboard.php:174
4309
  msgid "Author Info"
4310
  msgstr ""
4311
 
4312
- #: class/frontend-dashboard.php:217 templates/dashboard/posts.php:34
4313
  #. translators: %s: user display name
4314
  msgid "You are not the post author. Cheating huh!"
4315
  msgstr ""
@@ -7204,7 +7218,7 @@ msgstr ""
7204
  msgid "Your Post Has Been Expired"
7205
  msgstr ""
7206
 
7207
- #: wpuf.php:457
7208
  msgid ""
7209
  "<p style=\"font-size: 13px\">\n"
7210
  " <strong class=\"highlight-text\" "
@@ -7217,31 +7231,31 @@ msgid ""
7217
  " </p>"
7218
  msgstr ""
7219
 
7220
- #: wpuf.php:474
7221
  msgid "Update WP User Frontend Pro Now"
7222
  msgstr ""
7223
 
7224
- #: wpuf.php:478
7225
  msgid "Update WP User Frontend Pro NOW"
7226
  msgstr ""
7227
 
7228
- #: wpuf.php:721
7229
  msgid "Character limit reached"
7230
  msgstr ""
7231
 
7232
- #: wpuf.php:722
7233
  msgid "Minimum character required "
7234
  msgstr ""
7235
 
7236
- #: wpuf.php:724
7237
  msgid "Minimum word required "
7238
  msgstr ""
7239
 
7240
- #: wpuf.php:732
7241
  msgid "Please Cancel Your Currently Active Pack first!"
7242
  msgstr ""
7243
 
7244
- #: wpuf.php:903
7245
  msgid "Error: Nonce verification failed"
7246
  msgstr ""
7247
 
2
  # This file is distributed under the GPL2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP User Frontend 3.5.21\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
+ "POT-Creation-Date: 2021-10-21 08:45:09+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
178
  #: includes/fields/class-abstract-fields.php:456
179
  #: includes/fields/class-field-checkbox.php:74
180
  #: includes/fields/class-field-radio.php:83 includes/free/form-element.php:499
181
+ #: wpuf.php:718
182
  msgid "Yes"
183
  msgstr ""
184
 
193
  #: includes/fields/class-abstract-fields.php:457
194
  #: includes/fields/class-field-checkbox.php:75
195
  #: includes/fields/class-field-radio.php:84 includes/free/form-element.php:500
196
+ #: wpuf.php:719
197
  msgid "No"
198
  msgstr ""
199
 
593
  msgstr ""
594
 
595
  #: admin/form-builder/class-wpuf-admin-form-builder.php:281
596
+ #: admin/posting.php:73 class/asset-loader.php:56 wpuf.php:739
597
  msgid "Yes, delete it"
598
  msgstr ""
599
 
600
  #: admin/form-builder/class-wpuf-admin-form-builder.php:282
601
+ #: admin/posting.php:74 class/asset-loader.php:57 wpuf.php:740
602
  msgid "No, cancel it"
603
  msgstr ""
604
 
1421
  msgstr ""
1422
 
1423
  #: admin/html/whats-new.php:9
1424
+ msgid "reCaptcha issue with other plugin handled"
1425
  msgstr ""
1426
 
1427
  #: admin/html/whats-new.php:13
1428
+ msgid "Multiple post type for wpuf dashboard not working fixed"
1429
  msgstr ""
1430
 
1431
  #: admin/html/whats-new.php:17
1432
+ msgid "Billing address ajax request issue handled"
1433
  msgstr ""
1434
 
1435
  #: admin/html/whats-new.php:21
1436
+ msgid "Halloween promotion notice added"
1437
+ msgstr ""
1438
+
1439
+ #: admin/html/whats-new.php:32
1440
+ msgid "Content restriction for minimum, maximum value enhanced"
1441
+ msgstr ""
1442
+
1443
+ #: admin/html/whats-new.php:36
1444
+ msgid "New option for redirection after pay per post payment in form setting"
1445
+ msgstr ""
1446
+
1447
+ #: admin/html/whats-new.php:40
1448
+ msgid "Controller added for various email notification"
1449
+ msgstr ""
1450
+
1451
+ #: admin/html/whats-new.php:44
1452
  msgid "Placeholder added for unauth message option"
1453
  msgstr ""
1454
 
1455
+ #: admin/html/whats-new.php:48
1456
  msgid "Subscription Post expiration option change to input field"
1457
  msgstr ""
1458
 
1459
+ #: admin/html/whats-new.php:52
1460
  msgid "Content restriction message translatable"
1461
  msgstr ""
1462
 
1463
+ #: admin/html/whats-new.php:56
1464
  msgid "ACF integration inconsistency handled"
1465
  msgstr ""
1466
 
1467
+ #: admin/html/whats-new.php:60
1468
  msgid "Enable payment checkbox handled for child option"
1469
  msgstr ""
1470
 
1471
+ #: admin/html/whats-new.php:64
1472
  msgid "Broken asset link handled for custom field popup"
1473
  msgstr ""
1474
 
1475
+ #: admin/html/whats-new.php:68
1476
  msgid "Rollback inconsistency for CPT handled"
1477
  msgstr ""
1478
 
1479
+ #: admin/html/whats-new.php:72
1480
  msgid "Login form loaded after resetting password"
1481
  msgstr ""
1482
 
1483
+ #: admin/html/whats-new.php:76
1484
  msgid "Billing address inconsistency handled"
1485
  msgstr ""
1486
 
1487
+ #: admin/html/whats-new.php:80
1488
  msgid "Form duplication on creation handled"
1489
  msgstr ""
1490
 
1491
+ #: admin/html/whats-new.php:84
1492
  msgid "Field Dragging inconsistency fixed"
1493
  msgstr ""
1494
 
1495
+ #: admin/html/whats-new.php:95
1496
  msgid "Google Map field enhanced along with acf google map"
1497
  msgstr ""
1498
 
1499
+ #: admin/html/whats-new.php:99
1500
  msgid "Filter added for dashboard account menu"
1501
  msgstr ""
1502
 
1503
+ #: admin/html/whats-new.php:103
1504
  msgid "Fallback Pay Per Post inconsistency handled"
1505
  msgstr ""
1506
 
1507
+ #: admin/html/whats-new.php:107
1508
  msgid "Google map search field not showing"
1509
  msgstr ""
1510
 
1511
+ #: admin/html/whats-new.php:111
1512
  msgid "Form preview page inconsistency with builder"
1513
  msgstr ""
1514
 
1515
+ #: admin/html/whats-new.php:115
1516
  msgid "Category not showing as hierarchy"
1517
  msgstr ""
1518
 
1519
+ #: admin/html/whats-new.php:119
1520
  msgid "TOC field randering issue with registration form"
1521
  msgstr ""
1522
 
1523
+ #: admin/html/whats-new.php:123
1524
  msgid "Custom plupload filter inconsistency with file upload handled"
1525
  msgstr ""
1526
 
1527
+ #: admin/html/whats-new.php:127
1528
  msgid "Guest Pay Per Post inconsistency handled"
1529
  msgstr ""
1530
 
1531
+ #: admin/html/whats-new.php:131
1532
  msgid "Responsive and font issue handled"
1533
  msgstr ""
1534
 
1535
+ #: admin/html/whats-new.php:142
1536
  msgid "Preview page added for post form and registration form"
1537
  msgstr ""
1538
 
1539
+ #: admin/html/whats-new.php:146
1540
  msgid "Post types menu on account page added"
1541
  msgstr ""
1542
 
1543
+ #: admin/html/whats-new.php:150
1544
  msgid "Dashboard shortcode attributes enhanced"
1545
  msgstr ""
1546
 
1547
+ #: admin/html/whats-new.php:154
1548
  msgid "Account page post type list new design"
1549
  msgstr ""
1550
 
1551
+ #: admin/html/whats-new.php:158
1552
  msgid "Payment page restricted from direct unauthenticated access"
1553
  msgstr ""
1554
 
1555
+ #: admin/html/whats-new.php:162
1556
  msgid "Timepicker conflict with dokan handled"
1557
  msgstr ""
1558
 
1559
+ #: admin/html/whats-new.php:166
1560
  msgid "Trial inconsistency with paypal fixed"
1561
  msgstr ""
1562
 
1563
+ #: admin/html/whats-new.php:170
1564
  msgid "Subscription does not cancel with paypal due to profile missing id"
1565
  msgstr ""
1566
 
1567
+ #: admin/html/whats-new.php:174
1568
  msgid "Subscription email notification inconsistency fixed"
1569
  msgstr ""
1570
 
1571
+ #: admin/html/whats-new.php:178
1572
  msgid "Various issues on payment page for non-logged in user handled"
1573
  msgstr ""
1574
 
1575
+ #: admin/html/whats-new.php:182
1576
  msgid "Column inner field cloning inconsistency fixed"
1577
  msgstr ""
1578
 
1579
+ #: admin/html/whats-new.php:186
1580
  msgid "Popup z-index changed due to other plugin z-index"
1581
  msgstr ""
1582
 
1583
+ #: admin/html/whats-new.php:198
1584
  msgid "Added Mauritian Rupee for currency"
1585
  msgstr ""
1586
 
1587
+ #: admin/html/whats-new.php:202
1588
  msgid "Added eid promotional offer notice"
1589
  msgstr ""
1590
 
1591
+ #: admin/html/whats-new.php:206
1592
  msgid "Multiple google map validation for same form"
1593
  msgstr ""
1594
 
1595
+ #: admin/html/whats-new.php:210
1596
  msgid "Various issues on verification, autologin payments & address field"
1597
  msgstr ""
1598
 
1599
+ #: admin/html/whats-new.php:214
1600
  msgid "Docs update for file & attachments feature which is pro only"
1601
  msgstr ""
1602
 
1603
+ #: admin/html/whats-new.php:225
1604
  msgid "Overflow footer on form builder page"
1605
  msgstr ""
1606
 
1607
+ #: admin/html/whats-new.php:229
1608
  msgid "WordPress 5.7 compatibility"
1609
  msgstr ""
1610
 
1611
+ #: admin/html/whats-new.php:233
1612
  msgid "Limited time promotion for weDevs birthday"
1613
  msgstr ""
1614
 
1615
+ #: admin/html/whats-new.php:244
1616
  msgid "Meta key will not change if label update"
1617
  msgstr ""
1618
 
1619
+ #: admin/html/whats-new.php:248
1620
  msgid "Login redirect empty previous url"
1621
  msgstr ""
1622
 
1623
+ #: admin/html/whats-new.php:252
1624
  msgid "Email doesnt set as username"
1625
  msgstr ""
1626
 
1627
+ #: admin/html/whats-new.php:256
1628
  msgid "Post redirection to payment doesn't work"
1629
  msgstr ""
1630
 
1631
+ #: admin/html/whats-new.php:260
1632
  msgid "Address field not working when used with conditional logic"
1633
  msgstr ""
1634
 
1635
+ #: admin/html/whats-new.php:264
1636
  msgid "Ajax type category child of not working"
1637
  msgstr ""
1638
 
1639
+ #: admin/html/whats-new.php:268
1640
  msgid "Non recurring subscription did not work"
1641
  msgstr ""
1642
 
1643
+ #: admin/html/whats-new.php:279
1644
  msgid "Menu position has chenged due to dokan has same menu position"
1645
  msgstr ""
1646
 
1647
+ #: admin/html/whats-new.php:283
1648
  msgid "Drag and drop not working properly for new field"
1649
  msgstr ""
1650
 
1651
+ #: admin/html/whats-new.php:294
1652
  msgid "QR and math captcha added to pro feature list"
1653
  msgstr ""
1654
 
1655
+ #: admin/html/whats-new.php:298
1656
  msgid "Tooltip for category navigate"
1657
  msgstr ""
1658
 
1659
+ #: admin/html/whats-new.php:302
1660
  msgid "Understandable guest payment notice"
1661
  msgstr ""
1662
 
1663
+ #: admin/html/whats-new.php:306
1664
  msgid "Paypal non recurring pack id does not set"
1665
  msgstr ""
1666
 
1667
+ #: admin/html/whats-new.php:317
1668
  msgid "Once trial subscription is used, it couldn't reset"
1669
  msgstr ""
1670
 
1671
+ #: admin/html/whats-new.php:321
1672
  msgid "Subscription cancel doesn't work"
1673
  msgstr ""
1674
 
1675
+ #: admin/html/whats-new.php:325
1676
  msgid "The tax rate was not calculated with the total amount"
1677
  msgstr ""
1678
 
1679
+ #: admin/html/whats-new.php:329
1680
  msgid "The width of the column field was breaking"
1681
  msgstr ""
1682
 
1683
+ #: admin/html/whats-new.php:333
1684
  msgid "Paypal recurring payment"
1685
  msgstr ""
1686
 
1687
+ #: admin/html/whats-new.php:344
1688
  msgid "Updated codebase to fix timezone mismatch"
1689
  msgstr ""
1690
 
1691
+ #: admin/html/whats-new.php:355
1692
  msgid "Custom html content field's width"
1693
  msgstr ""
1694
 
1695
+ #: admin/html/whats-new.php:359
1696
  msgid "All states of New Zealand are added"
1697
  msgstr ""
1698
 
1699
+ #: admin/html/whats-new.php:370
1700
  msgid "Get appropriate user id when role based conditions are present"
1701
  msgstr ""
1702
 
1703
+ #: admin/html/whats-new.php:374
1704
  msgid "Show Invalid subscription message if wrong pack id passed"
1705
  msgstr ""
1706
 
1707
+ #: admin/html/whats-new.php:378
1708
  msgid "URL field new window not working"
1709
  msgstr ""
1710
 
1711
+ #: admin/html/whats-new.php:382
1712
  msgid "Option label not working when & use"
1713
  msgstr ""
1714
 
1715
+ #: admin/html/whats-new.php:386
1716
  msgid "Ajax type category not showing on edit"
1717
  msgstr ""
1718
 
1719
+ #: admin/html/whats-new.php:390
1720
  msgid "Multiple file image can't select"
1721
  msgstr ""
1722
 
1723
+ #: admin/html/whats-new.php:394
1724
  msgid "Subscription pack PayPal Checkout gets \"Error: Access Denied\""
1725
  msgstr ""
1726
 
1727
+ #: admin/html/whats-new.php:398
1728
  msgid "Conflict image field with acf image field"
1729
  msgstr ""
1730
 
1731
+ #: admin/html/whats-new.php:402
1732
  msgid "Missing Auckland State for New Zealand country"
1733
  msgstr ""
1734
 
1735
+ #: admin/html/whats-new.php:406
1736
  msgid "Added support for WooCommerce product category value replacemen"
1737
  msgstr ""
1738
 
1739
+ #: admin/html/whats-new.php:416
1740
  msgid "Add character restriction feature"
1741
  msgstr ""
1742
 
1743
+ #: admin/html/whats-new.php:420
1744
  msgid "Make sure post author edit link works only in frontend"
1745
  msgstr ""
1746
 
1747
+ #: admin/html/whats-new.php:424
1748
  msgid "Inconsistency in lost password reset email message"
1749
  msgstr ""
1750
 
1751
+ #: admin/html/whats-new.php:428
1752
  msgid "Saving custom taxonomy terms when input type is text"
1753
  msgstr ""
1754
 
1755
+ #: admin/html/whats-new.php:432
1756
  msgid "Taxonomy field JS error in builder"
1757
  msgstr ""
1758
 
1759
+ #: admin/html/whats-new.php:436
1760
  msgid "Showing WPUF edit link for WP default roles"
1761
  msgstr ""
1762
 
1763
+ #: admin/html/whats-new.php:440
1764
  msgid "Upload button unresponsive issue in iOS"
1765
  msgstr ""
1766
 
1767
+ #: admin/html/whats-new.php:450
1768
  msgid "Add post edit link for post authors in single or archive pages"
1769
  msgstr ""
1770
 
1771
+ #: admin/html/whats-new.php:454
1772
  msgid "Enhance post delete message"
1773
  msgstr ""
1774
 
1775
+ #: admin/html/whats-new.php:458
1776
  msgid "Refactor control buttons visibility in form builder"
1777
  msgstr ""
1778
 
1779
+ #: admin/html/whats-new.php:462
1780
  msgid "Add missing colons after field label"
1781
  msgstr ""
1782
 
1783
+ #: admin/html/whats-new.php:466
1784
  msgid "Post edit map capability condition"
1785
  msgstr ""
1786
 
1787
+ #: admin/html/whats-new.php:470
1788
  msgid "Role based permission for accessing a post form"
1789
  msgstr ""
1790
 
1791
+ #: admin/html/whats-new.php:474
1792
  msgid "Section-break field alignment"
1793
  msgstr ""
1794
 
1795
+ #: admin/html/whats-new.php:478
1796
  msgid "Pay per post doesn't work if subscription pack is activated"
1797
  msgstr ""
1798
 
1799
+ #: admin/html/whats-new.php:482
1800
  msgid "Mime type for uploading JSON files"
1801
  msgstr ""
1802
 
1803
+ #: admin/html/whats-new.php:486
1804
  msgid "File upload with same file name"
1805
  msgstr ""
1806
 
1807
+ #: admin/html/whats-new.php:490
1808
  msgid "Post preview missing fields"
1809
  msgstr ""
1810
 
1811
+ #: admin/html/whats-new.php:494
1812
  msgid "Illigal variable declartion"
1813
  msgstr ""
1814
 
1815
+ #: admin/html/whats-new.php:498
1816
  msgid "Featured image updating issue"
1817
  msgstr ""
1818
 
1819
+ #: admin/html/whats-new.php:502
1820
  msgid "Conflict with Phlox theme"
1821
  msgstr ""
1822
 
1823
+ #: admin/html/whats-new.php:506
1824
  msgid "Textarea custom field data sanitization"
1825
  msgstr ""
1826
 
1827
+ #: admin/html/whats-new.php:510
1828
  msgid "exclude_type warning in wpuf_category_checklist"
1829
  msgstr ""
1830
 
1831
+ #: admin/html/whats-new.php:514
1832
  msgid "Category field not showing all child categories for selection type child of"
1833
  msgstr ""
1834
 
1835
+ #: admin/html/whats-new.php:518
1836
  msgid "Conflict between image and file upload custom fields"
1837
  msgstr ""
1838
 
1839
+ #: admin/html/whats-new.php:522
1840
  msgid "Login url when login page is not set"
1841
  msgstr ""
1842
 
1843
+ #: admin/html/whats-new.php:532
1844
  msgid ""
1845
  "Use common names for Ivory Coast, North Korea and Sourth Korea instead of "
1846
  "their official names"
1847
  msgstr ""
1848
 
1849
+ #: admin/html/whats-new.php:536
1850
  msgid "Fix condition to use default avatar"
1851
  msgstr ""
1852
 
1853
+ #: admin/html/whats-new.php:540
1854
  msgid "Make Email and URL fields clickable"
1855
  msgstr ""
1856
 
1857
+ #: admin/html/whats-new.php:544
1858
  msgid "Fix redirect after user login"
1859
  msgstr ""
1860
 
1861
+ #: admin/html/whats-new.php:548
1862
  msgid "Sanitize textarea field data"
1863
  msgstr ""
1864
 
1865
+ #: admin/html/whats-new.php:552
1866
  msgid ""
1867
  "Fix missing colon to email, URL, text and textarea labels when renders "
1868
  "their data"
1869
  msgstr ""
1870
 
1871
+ #: admin/html/whats-new.php:556
1872
  msgid "Prevent showing empty labels for fields that have render_field_data method"
1873
  msgstr ""
1874
 
1875
+ #: admin/html/whats-new.php:566
1876
  msgid "Add Namibian Dollar in currency list"
1877
  msgstr ""
1878
 
1879
+ #: admin/html/whats-new.php:570
1880
  msgid "Add sync values option for option data fields"
1881
  msgstr ""
1882
 
1883
+ #: admin/html/whats-new.php:574
1884
  msgid "Allow uploading image that having filesize meets php ini settings"
1885
  msgstr ""
1886
 
1887
+ #: admin/html/whats-new.php:578
1888
  msgid "Limit the selection of one image at a time"
1889
  msgstr ""
1890
 
1891
+ #: admin/html/whats-new.php:582
1892
  msgid "Use file name and size to generate hash to prevent duplicant image upload"
1893
  msgstr ""
1894
 
1895
+ #: admin/html/whats-new.php:586
1896
  msgid "Sanitize text and textarea field data"
1897
  msgstr ""
1898
 
1899
+ #: admin/html/whats-new.php:590
1900
  msgid ""
1901
  "Show label instead of values for radio, checkbox, dropdown and multiselect "
1902
  "data"
1903
  msgstr ""
1904
 
1905
+ #: admin/html/whats-new.php:594
1906
  msgid "Saving custom taxonomies for type text input"
1907
  msgstr ""
1908
 
1909
+ #: admin/html/whats-new.php:598
1910
  msgid "Admin settings link for recaptcha helper text"
1911
  msgstr ""
1912
 
1913
+ #: admin/html/whats-new.php:602
1914
  msgid "Undefined name property for Custom HTML fields"
1915
  msgstr ""
1916
 
1917
+ #: admin/html/whats-new.php:606
1918
  msgid "Delete attachment process"
1919
  msgstr ""
1920
 
1921
+ #: admin/html/whats-new.php:610
1922
  msgid "Missing billing address in invoice PDF"
1923
  msgstr ""
1924
 
1925
+ #: admin/html/whats-new.php:614
1926
  msgid "Showing country field value in frontend post content"
1927
  msgstr ""
1928
 
1929
+ #: admin/html/whats-new.php:618
1930
  msgid "Avatar size display not complying with admin settings size"
1931
  msgstr ""
1932
 
1933
+ #: admin/html/whats-new.php:622
1934
  msgid "Display default avatars on admin settings discussion page"
1935
  msgstr ""
1936
 
1937
+ #: admin/html/whats-new.php:626
1938
  msgid "Redirect to subscription page at registration"
1939
  msgstr ""
1940
 
1941
+ #: admin/html/whats-new.php:630
1942
  msgid "Error notice regarding registration page redirect"
1943
  msgstr ""
1944
 
1945
+ #: admin/html/whats-new.php:634
1946
  msgid "Escaping html in registration errors"
1947
  msgstr ""
1948
 
1949
+ #: admin/html/whats-new.php:638
1950
  msgid "Default login redirect link"
1951
  msgstr ""
1952
 
1953
+ #: admin/html/whats-new.php:642
1954
  msgid "Implementing default WP login page override option"
1955
  msgstr ""
1956
 
1957
+ #: admin/html/whats-new.php:646
1958
  msgid "Transparent background of autosuggestion dropdown"
1959
  msgstr ""
1960
 
1961
+ #: admin/html/whats-new.php:656
1962
  msgid "Import forms system"
1963
  msgstr ""
1964
 
1965
+ #: admin/html/whats-new.php:660
1966
  msgid "Password reset system"
1967
  msgstr ""
1968
 
1969
+ #: admin/html/whats-new.php:664
1970
  msgid "Updated url validation regex to support modern tlds"
1971
  msgstr ""
1972
 
1973
+ #: admin/html/whats-new.php:668
1974
  msgid "Export WPUF forms individually from admin tools page"
1975
  msgstr ""
1976
 
1977
+ #: admin/html/whats-new.php:672
1978
  msgid "Subscription cycle label translation issue"
1979
  msgstr ""
1980
 
1981
+ #: admin/html/whats-new.php:676
1982
  msgid "ACF integration for checkbox fields"
1983
  msgstr ""
1984
 
1985
+ #: admin/html/whats-new.php:680
1986
  msgid "Illegal string offset warning while updating settings"
1987
  msgstr ""
1988
 
1989
+ #: admin/html/whats-new.php:684
1990
  msgid "Conditional logic for Section Break field"
1991
  msgstr ""
1992
 
1993
+ #: admin/html/whats-new.php:688
1994
  msgid "Subscriptions cannot be deleted from backend"
1995
  msgstr ""
1996
 
1997
+ #: admin/html/whats-new.php:692
1998
  msgid "A regression regarding saving checkbox data"
1999
  msgstr ""
2000
 
2001
+ #: admin/html/whats-new.php:696
2002
  msgid "Default value of multi-select fields is not showing"
2003
  msgstr ""
2004
 
2005
+ #: admin/html/whats-new.php:706
2006
  msgid "Hide post edit option when subscription is expired"
2007
  msgstr ""
2008
 
2009
+ #: admin/html/whats-new.php:708
2010
  msgid "Hide post edit option from users whose subscription pack is expired."
2011
  msgstr ""
2012
 
2013
+ #: admin/html/whats-new.php:711
2014
  msgid "Check files to prevent duplicity in media upload"
2015
  msgstr ""
2016
 
2017
+ #: admin/html/whats-new.php:713
2018
  msgid ""
2019
  "A simple measure has been taken to prevent maliciously flooding the site by "
2020
  "uploading same file multiple times. Though this won't work with already "
2021
  "uploaded medias."
2022
  msgstr ""
2023
 
2024
+ #: admin/html/whats-new.php:716
2025
  msgid "Refactor address fields in Account section"
2026
  msgstr ""
2027
 
2028
+ #: admin/html/whats-new.php:718
2029
  msgid "Address edit section from Account section has been rewritten to improve UX."
2030
  msgstr ""
2031
 
2032
+ #: admin/html/whats-new.php:721
2033
  msgid "Update Paypal payment gateway"
2034
  msgstr ""
2035
 
2036
+ #: admin/html/whats-new.php:723
2037
  msgid "Paypal payment gateway has seen some improvements."
2038
  msgstr ""
2039
 
2040
+ #: admin/html/whats-new.php:726
2041
  msgid "Default Category selection improvements"
2042
  msgstr ""
2043
 
2044
+ #: admin/html/whats-new.php:728
2045
  msgid ""
2046
  "An intuitive way of selecting default category of a selected post type has "
2047
  "been introduced."
2048
  msgstr ""
2049
 
2050
+ #: admin/html/whats-new.php:731
2051
  msgid "Compatibility issue with ACF date time field"
2052
  msgstr ""
2053
 
2054
+ #: admin/html/whats-new.php:733
2055
  msgid "A Compatibility issue with ACF date time field has been addressed."
2056
  msgstr ""
2057
 
2058
+ #: admin/html/whats-new.php:736
2059
  msgid "Media title, caption & description not saving"
2060
  msgstr ""
2061
 
2062
+ #: admin/html/whats-new.php:738
2063
  msgid ""
2064
  "Media title, caption & description were not saving from frontend. They will "
2065
  "now."
2066
  msgstr ""
2067
 
2068
+ #: admin/html/whats-new.php:741
2069
  msgid ""
2070
  "The Events Calendar venue and organizer fields issue in WPUF Custom Fields "
2071
  "metabox"
2072
  msgstr ""
2073
 
2074
+ #: admin/html/whats-new.php:743
2075
  msgid ""
2076
  "A workaround has been introduced to save The Events Calendar Venue and "
2077
  "Organizer fields properly from WPUF Custom Fields metabox."
2078
  msgstr ""
2079
 
2080
+ #: admin/html/whats-new.php:746
2081
  msgid "Checkbox data not saving from WPUF Custom Fields metabox"
2082
  msgstr ""
2083
 
2084
+ #: admin/html/whats-new.php:748
2085
  msgid ""
2086
  "Checkboxe data from WPUF Custom Fields metabox were not saving. It has been "
2087
  "fixed."
2088
  msgstr ""
2089
 
2090
+ #: admin/html/whats-new.php:751
2091
  msgid "Multi-column Repeater field data saving issue"
2092
  msgstr ""
2093
 
2094
+ #: admin/html/whats-new.php:753
2095
  msgid ""
2096
  "Multi-column Repeater field data from a form was not saving. It has been "
2097
  "fixed."
2098
  msgstr ""
2099
 
2100
+ #: admin/html/whats-new.php:756
2101
  msgid "Multistep form conflict with Elementor"
2102
  msgstr ""
2103
 
2104
+ #: admin/html/whats-new.php:758
2105
  msgid "Multistep form had a conflict with Elementor. It has been fixed."
2106
  msgstr ""
2107
 
2108
+ #: admin/html/whats-new.php:761
2109
  msgid "Multiple images showing issue in frontend"
2110
  msgstr ""
2111
 
2112
+ #: admin/html/whats-new.php:763
2113
  msgid "Multiple images in a post were not showing in frontend. Now they will."
2114
  msgstr ""
2115
 
2116
+ #: admin/html/whats-new.php:772
2117
  msgid "Nonce not verify on login"
2118
  msgstr ""
2119
 
2120
+ #: admin/html/whats-new.php:774
2121
  msgid "Return of function wp_verify_nonce() was ignored."
2122
  msgstr ""
2123
 
2124
+ #: admin/html/whats-new.php:783
2125
  msgid "Option to set which tab shows as active on the account page"
2126
  msgstr ""
2127
 
2128
+ #: admin/html/whats-new.php:785
2129
  msgid ""
2130
  "Option to set which tab shows as active on the account page. To configure "
2131
  "this setting navigate to wp-admin->User Frontend->Settings->My "
2132
  "Account->Active Tab "
2133
  msgstr ""
2134
 
2135
+ #: admin/html/whats-new.php:788
2136
  msgid "Unlock option was unavailable after the post being locked"
2137
  msgstr ""
2138
 
2139
+ #: admin/html/whats-new.php:790
2140
  msgid "Unlock option was unavailable after the post being locked."
2141
  msgstr ""
2142
 
2143
+ #: admin/html/whats-new.php:793
2144
  msgid "Gutenberg block of WPUF didn't work on bedrock installation"
2145
  msgstr ""
2146
 
2147
+ #: admin/html/whats-new.php:795
2148
  msgid "Gutenberg block of WPUF didn't work on bedrock installation."
2149
  msgstr ""
2150
 
2151
+ #: admin/html/whats-new.php:798
2152
  msgid "Sending admin payment received email twice"
2153
  msgstr ""
2154
 
2155
+ #: admin/html/whats-new.php:800
2156
  msgid ""
2157
  "After processing payment admin & user was receiving payment received email "
2158
  "twice."
2159
  msgstr ""
2160
 
2161
+ #: admin/html/whats-new.php:803
2162
  msgid ""
2163
  "Add shortcode support to display post information in the Post Expiration "
2164
  "Message"
2165
  msgstr ""
2166
 
2167
+ #: admin/html/whats-new.php:805
2168
  msgid ""
2169
  "Add shortcode support to display post information in the Post Expiration "
2170
  "Message. You can use: <strong>{post_author} {post_url} {blogname} "
2171
  "{post_title} {post_status}</strong>"
2172
  msgstr ""
2173
 
2174
+ #: admin/html/whats-new.php:808
2175
  msgid "Add optin on the setup wizard"
2176
  msgstr ""
2177
 
2178
+ #: admin/html/whats-new.php:810
2179
  msgid ""
2180
  "Added optin on the setup wizard, admin can choose whether he/she wants to "
2181
  "share server environment details (php, mysql, server, WordPress versions), "
2183
  "name and url, admin name and email address. No sensitive data is tracked"
2184
  msgstr ""
2185
 
2186
+ #: admin/html/whats-new.php:819
2187
  msgid "Post Owner problem"
2188
  msgstr ""
2189
 
2190
+ #: admin/html/whats-new.php:821
2191
  msgid ""
2192
  "Posts were not assigned to the selected default post owner, this issue has "
2193
  "been fixed."
2194
  msgstr ""
2195
 
2196
+ #: admin/html/whats-new.php:824
2197
  msgid "Google reCaptcha was not working"
2198
  msgstr ""
2199
 
2200
+ #: admin/html/whats-new.php:826
2201
  msgid ""
2202
  "Google reCaptcha was not working, users could submit the form without "
2203
  "reCaptcha validation."
2204
  msgstr ""
2205
 
2206
+ #: admin/html/whats-new.php:835
2207
  msgid "Added column field"
2208
  msgstr ""
2209
 
2210
+ #: admin/html/whats-new.php:840
2211
  msgid "Unable to render the events on the front-end dashboard"
2212
  msgstr ""
2213
 
2214
+ #: admin/html/whats-new.php:842
2215
  msgid ""
2216
  "On the frontend dashboard, the submitted events were not showing, you will "
2217
  "get it fixed in this version."
2218
  msgstr ""
2219
 
2220
+ #: admin/html/whats-new.php:845
2221
  msgid "Page order getting 0(zero) after editing from the frontend"
2222
  msgstr ""
2223
 
2224
+ #: admin/html/whats-new.php:847
2225
  msgid ""
2226
  "Page order was not saving while editing a post using WPUF form, it has been "
2227
  "fixed."
2228
  msgstr ""
2229
 
2230
+ #: admin/html/whats-new.php:850
2231
  msgid "Text input field for taxonomies not working"
2232
  msgstr ""
2233
 
2234
+ #: admin/html/whats-new.php:852
2235
  msgid ""
2236
  "When taxonomy field type is set to `Text Input` then a fatal error was "
2237
  "showing on the frontend, no error with taxonomy field in the latest version."
2238
  msgstr ""
2239
 
2240
+ #: admin/html/whats-new.php:855
2241
  msgid ""
2242
  "In radio and checkbox field use conditional logic that value does not save "
2243
  "in database"
2244
  msgstr ""
2245
 
2246
+ #: admin/html/whats-new.php:857
2247
  msgid ""
2248
  "The selected value of radio and checkbox field were not showing while "
2249
  "editing posts from the backend or frontend, you can see the selected value "
2250
  "in this version."
2251
  msgstr ""
2252
 
2253
+ #: admin/html/whats-new.php:860
2254
  msgid "The args param not working with get_avatar filter"
2255
  msgstr ""
2256
 
2257
+ #: admin/html/whats-new.php:862
2258
  msgid "The args parameter did not exist with get_avatar filter, which now exists."
2259
  msgstr ""
2260
 
2261
+ #: admin/html/whats-new.php:865
2262
  msgid "The item in ajax taxonomy field was not selected"
2263
  msgstr ""
2264
 
2265
+ #: admin/html/whats-new.php:867
2266
  msgid ""
2267
  "When the taxonomy field type is set to Ajax, the submitted terms were not "
2268
  "showing in the backend and frontend which have been fixed."
2269
  msgstr ""
2270
 
2271
+ #: admin/html/whats-new.php:876
2272
  msgid "Unable to send new user registration email"
2273
  msgstr ""
2274
 
2275
+ #: admin/html/whats-new.php:878
2276
  msgid ""
2277
  "WP User Frontend default registration form `[wpuf-registration]` was unable "
2278
  "to send the new user registration email."
2279
  msgstr ""
2280
 
2281
+ #: admin/html/whats-new.php:881
2282
  msgid "WPUF forms block compatibility issue with the latest WP version"
2283
  msgstr ""
2284
 
2285
+ #: admin/html/whats-new.php:883
2286
  msgid ""
2287
  "With the latest version of WordPress the gutenberg block of WP User "
2288
  "Frontend were not working. In this version, you will get it fixed."
2289
  msgstr ""
2290
 
2291
+ #: admin/html/whats-new.php:886
2292
  msgid "Page not update where `[wpuf_dashboard]` shortcode exist"
2293
  msgstr ""
2294
 
2295
+ #: admin/html/whats-new.php:888
2296
  msgid ""
2297
  "While using Gutenberg, the page were not being updated with WPUF shortcode "
2298
  "[wpuf dashboard]"
2299
  msgstr ""
2300
 
2301
+ #: admin/html/whats-new.php:891
2302
  msgid "Retain default when determining whether to display the admin bar"
2303
  msgstr ""
2304
 
2305
+ #: admin/html/whats-new.php:893
2306
  msgid ""
2307
  "From the User Frontend Settings, set that Administrator, Editor, Vendor can "
2308
  "see the admin bar. Now, the super admin want, one specific user ( who has "
2312
  "frontend."
2313
  msgstr ""
2314
 
2315
+ #: admin/html/whats-new.php:896
2316
  msgid "Fatal error when use PHP lower version (5.4 or lower)"
2317
  msgstr ""
2318
 
2319
+ #: admin/html/whats-new.php:898
2320
  msgid ""
2321
  "It was unable to install WP User Frontend with PHP 5.4 or lower version. "
2322
  "Here is the error details: <br><br><strong>Fatal error: Can't use method "
2324
  "/wp-user-frontend/class/frontend-form-post.php on line 194</strong>"
2325
  msgstr ""
2326
 
2327
+ #: admin/html/whats-new.php:901
2328
  msgid "Product form was unable to show the single gallery image"
2329
  msgstr ""
2330
 
2331
+ #: admin/html/whats-new.php:903
2332
  msgid ""
2333
  "When user upload single image for product gallery using WPUF WooCommerce "
2334
  "product form, that image were not showing on the frontend."
2335
  msgstr ""
2336
 
2337
+ #: admin/html/whats-new.php:912
2338
  msgid "WooCommerce gallery images not getting saved"
2339
  msgstr ""
2340
 
2341
+ #: admin/html/whats-new.php:914
2342
  msgid ""
2343
  "After releasing version 2.9.3, WooCommerce gallery image field stopped "
2344
  "working. You will get it fixed in this version."
2345
  msgstr ""
2346
 
2347
+ #: admin/html/whats-new.php:923
2348
  msgid "The Events Calendar Integration Form"
2349
  msgstr ""
2350
 
2351
+ #: admin/html/whats-new.php:925
2352
  msgid ""
2353
  "Now admin can allow users to create event from the frontend. Currently WPUF "
2354
  "has a one click pre-build event form that has been integrated with The "
2355
  "Events Calendar plugin"
2356
  msgstr ""
2357
 
2358
+ #: admin/html/whats-new.php:928
2359
  msgid "Post Submission Facility From Account Page"
2360
  msgstr ""
2361
 
2362
+ #: admin/html/whats-new.php:930
2363
  msgid ""
2364
  "On the frontend account page, added a new menu item named <b>Submit "
2365
  "Post</b>. Now admin can allow users to submit post from their default "
2368
  "you can assign any post form that will use to submit posts."
2369
  msgstr ""
2370
 
2371
+ #: admin/html/whats-new.php:933
2372
  msgid "Login/Lost Password Link Under Registration Form"
2373
  msgstr ""
2374
 
2375
+ #: admin/html/whats-new.php:935
2376
  msgid "Added Login/Lost Password link under registration form"
2377
  msgstr ""
2378
 
2379
+ #: admin/html/whats-new.php:944
2380
  msgid "Added drag and drop image ordering on image upload"
2381
  msgstr ""
2382
 
2383
+ #: admin/html/whats-new.php:946
2384
  msgid ""
2385
  "Now frontend users can drag & drop the images/files to change the order "
2386
  "while uploading."
2387
  msgstr ""
2388
 
2389
+ #: admin/html/whats-new.php:949
2390
  msgid "Added reCAPTCHA field in login form"
2391
  msgstr ""
2392
 
2393
+ #: admin/html/whats-new.php:951
2394
  msgid ""
2395
  "Admin has the option to show reCAPTCHA field in login form. Check the "
2396
  "related settings from <strong>User Frontend > Settings > "
2397
  "Login/Registration</strong>"
2398
  msgstr ""
2399
 
2400
+ #: admin/html/whats-new.php:954
2401
  msgid "Added preview option in forms"
2402
  msgstr ""
2403
 
2404
+ #: admin/html/whats-new.php:956
2405
  msgid ""
2406
  "You can see a nice <strong>Preview</strong> button with <strong>Save "
2407
  "Form</strong> button, admin can take a quick look of the form without using "
2408
  "shortcode"
2409
  msgstr ""
2410
 
2411
+ #: admin/html/whats-new.php:959
2412
  msgid "Fixed hiding “Select Image” button while uploading multiple images."
2413
  msgstr ""
2414
 
2415
+ #: admin/html/whats-new.php:961
2416
  msgid ""
2417
  "The upload button will not be hidden until the user selects max number of "
2418
  "files "
2419
  msgstr ""
2420
 
2421
+ #: admin/html/whats-new.php:964
2422
  msgid "Added form limit notice before form submission"
2423
  msgstr ""
2424
 
2425
+ #: admin/html/whats-new.php:966
2426
  msgid ""
2427
  "Limit notice message was showing after submission, now it is showing when "
2428
  "rendering the form"
2429
  msgstr ""
2430
 
2431
+ #: admin/html/whats-new.php:969
2432
  msgid "Fixed: default post category not saving"
2433
  msgstr ""
2434
 
2435
+ #: admin/html/whats-new.php:971
2436
  msgid ""
2437
  "From the form <strong>Settings > Post Settings</strong>, default post "
2438
  "category options were not saving. Now, it's fixed."
2439
  msgstr ""
2440
 
2441
+ #: admin/html/whats-new.php:974
2442
  msgid ""
2443
  "WPUF dashboard shortcode with form_id attribute was not showing posts "
2444
  "properly"
2445
  msgstr ""
2446
 
2447
+ #: admin/html/whats-new.php:976
2448
  msgid ""
2449
  "Now you can list posts on the frontend by using <strong>form_id<strong/> "
2450
  "attribute with <strong>[wpuf_dashboard]</strong> shortcode"
2451
  msgstr ""
2452
 
2453
+ #: admin/html/whats-new.php:985
2454
  msgid "Changed text domain to `wp-user-frontend` from `wpuf` "
2455
  msgstr ""
2456
 
2457
+ #: admin/html/whats-new.php:987
2458
  msgid ""
2459
  "If you are using other language than English. Please <b>rename</b> your "
2460
  "<i>.po and .mo </i> files to `wp-user-frontend_` from `wpuf_` <br> This "
2461
  "change was made to support translations from translate.wordpress.org"
2462
  msgstr ""
2463
 
2464
+ #: admin/html/whats-new.php:990
2465
  msgid "Added WP User Frontend Data export and erase functionality."
2466
  msgstr ""
2467
 
2468
+ #: admin/html/whats-new.php:992
2469
  msgid "Added functionality to export WP User Frontend Data to comply with GDPR."
2470
  msgstr ""
2471
 
2472
+ #: admin/html/whats-new.php:995
2473
  msgid "Added billing address customizer."
2474
  msgstr ""
2475
 
2476
+ #: admin/html/whats-new.php:997
2477
  msgid "Added customizer options for billing address in payment page."
2478
  msgstr ""
2479
 
2480
+ #: admin/html/whats-new.php:1000
2481
  msgid "Make the payment page responsive."
2482
  msgstr ""
2483
 
2484
+ #: admin/html/whats-new.php:1002
2485
  msgid "Some css adjustments are made in payment page to make it responsive."
2486
  msgstr ""
2487
 
2488
+ #: admin/html/whats-new.php:1005
2489
  msgid "Fixed image upload issue in Safari."
2490
  msgstr ""
2491
 
2492
+ #: admin/html/whats-new.php:1007
2493
  msgid "Images were not showing after upload in safari, it is fixed now."
2494
  msgstr ""
2495
 
2496
+ #: admin/html/whats-new.php:1010
2497
  msgid "Post update issue after updating or removing post images."
2498
  msgstr ""
2499
 
2500
+ #: admin/html/whats-new.php:1012
2501
  msgid ""
2502
  "Posts cannot be updated after updating or removing post images, it is fixed "
2503
  "now."
2504
  msgstr ""
2505
 
2506
+ #: admin/html/whats-new.php:1021
2507
  msgid "Allow overriding form input styles using theme styling."
2508
  msgstr ""
2509
 
2510
+ #: admin/html/whats-new.php:1023
2511
  msgid "Overriding form input styles using theme style is now possible."
2512
  msgstr ""
2513
 
2514
+ #: admin/html/whats-new.php:1026
2515
  msgid "Fixed Auto Login after registration."
2516
  msgstr ""
2517
 
2518
+ #: admin/html/whats-new.php:1028
2519
  msgid "Auto Login after registration was not working is fixed now."
2520
  msgstr ""
2521
 
2522
+ #: admin/html/whats-new.php:1031
2523
  msgid "Fixed fallback cost calculation"
2524
  msgstr ""
2525
 
2526
+ #: admin/html/whats-new.php:1033
2527
  msgid "Fallback cost calculation was inaccurate for some cases, it is fixed now."
2528
  msgstr ""
2529
 
2530
+ #: admin/html/whats-new.php:1036
2531
  msgid "Removal of subscription from User Profile gets reverted if updated"
2532
  msgstr ""
2533
 
2534
+ #: admin/html/whats-new.php:1038
2535
  msgid "User subscription deletion gets reverted if updated is fixed."
2536
  msgstr ""
2537
 
2538
+ #: admin/html/whats-new.php:1041
2539
  msgid "Show Free pack users in subscribers list."
2540
  msgstr ""
2541
 
2542
+ #: admin/html/whats-new.php:1043
2543
  msgid "Free pack users were not showing in subscribers list, now they will."
2544
  msgstr ""
2545
 
2546
+ #: admin/html/whats-new.php:1052
2547
  msgid "WP User Frontend Guten Block is added"
2548
  msgstr ""
2549
 
2550
+ #: admin/html/whats-new.php:1054
2551
  msgid ""
2552
  "WPUF Form Block is now available to be used within gutenberg editor with "
2553
  "preview of the form. "
2554
  msgstr ""
2555
 
2556
+ #: admin/html/whats-new.php:1057
2557
  msgid "Advanced Custom Fields plugin compatibility"
2558
  msgstr ""
2559
 
2560
+ #: admin/html/whats-new.php:1059
2561
  msgid "Now all your ACF fields can be used within WPUF Post forms. "
2562
  msgstr ""
2563
 
2564
+ #: admin/html/whats-new.php:1062
2565
  msgid "Taxonomy Terms not showing for custom post types"
2566
  msgstr ""
2567
 
2568
+ #: admin/html/whats-new.php:1064
2569
  msgid ""
2570
  "Fixed an issue with taxonomy terms not appearing for Custom Post types "
2571
  "within Form Settings and Dashboard Post Listing"
2572
  msgstr ""
2573
 
2574
+ #: admin/html/whats-new.php:1067
2575
  msgid "Various other code optimizations"
2576
  msgstr ""
2577
 
2578
+ #: admin/html/whats-new.php:1069 admin/html/whats-new.php:1126
2579
  msgid "Code structure organization and optimization for better performance"
2580
  msgstr ""
2581
 
2582
+ #: admin/html/whats-new.php:1078
2583
  msgid "WoooCommerce billing address Sync"
2584
  msgstr ""
2585
 
2586
+ #: admin/html/whats-new.php:1080
2587
  msgid ""
2588
  "If an existing customer has previously set his billing address, that will "
2589
  "be imported into WPUF Billing address "
2590
  msgstr ""
2591
 
2592
+ #: admin/html/whats-new.php:1083
2593
  msgid "Trial subscription message not showing properly"
2594
  msgstr ""
2595
 
2596
+ #: admin/html/whats-new.php:1085
2597
  msgid "Subscriptions with Trial now shows trial notices"
2598
  msgstr ""
2599
 
2600
+ #: admin/html/whats-new.php:1088
2601
  msgid "Reset email Key not working"
2602
  msgstr ""
2603
 
2604
+ #: admin/html/whats-new.php:1090
2605
  msgid "Reset Email key was not working in some cases"
2606
  msgstr ""
2607
 
2608
+ #: admin/html/whats-new.php:1093
2609
  msgid "Post count not showing on the frontend dashboard"
2610
  msgstr ""
2611
 
2612
+ #: admin/html/whats-new.php:1095
2613
  msgid ""
2614
  "Dashboard with multiple post type was not showing post counts properly, is "
2615
  "now fixed and shows count for each post type"
2616
  msgstr ""
2617
 
2618
+ #: admin/html/whats-new.php:1098
2619
  msgid "Login Redirect showing blank page is fixed"
2620
  msgstr ""
2621
 
2622
+ #: admin/html/whats-new.php:1100
2623
  msgid ""
2624
  "If \"Previous Page\" was set for redirection, login redirect was "
2625
  "redirecting to blank page for users who hit login page directly"
2626
  msgstr ""
2627
 
2628
+ #: admin/html/whats-new.php:1109
2629
  msgid "Enhanced Login Redirect to redirect users to previous page"
2630
  msgstr ""
2631
 
2632
+ #: admin/html/whats-new.php:1111
2633
  msgid ""
2634
  "You can choose Previous Page as Login Redirect page settings now to "
2635
  "redirect users to the page from which they went for Login. "
2636
  msgstr ""
2637
 
2638
+ #: admin/html/whats-new.php:1114
2639
  msgid "Email HTML links not Rendreing properly issue is fixed"
2640
  msgstr ""
2641
 
2642
+ #: admin/html/whats-new.php:1116
2643
  msgid ""
2644
  "For some clients emails were not rendering the HTML links properly, this is "
2645
  "now fixed"
2646
  msgstr ""
2647
 
2648
+ #: admin/html/whats-new.php:1119
2649
  msgid "Form Builder : Form Field's Help text styles not showing properly"
2650
  msgstr ""
2651
 
2652
+ #: admin/html/whats-new.php:1121
2653
  msgid "Help texts styling is now fixed and much easier to read and understand"
2654
  msgstr ""
2655
 
2656
+ #: admin/html/whats-new.php:1124
2657
  msgid "Various other code improvements"
2658
  msgstr ""
2659
 
2660
+ #: admin/html/whats-new.php:1135
2661
  msgid "Dashboard Post Listing now supports multiple post types"
2662
  msgstr ""
2663
 
2664
+ #: admin/html/whats-new.php:1137
2665
  msgid ""
2666
  "Now you can show multiple post type in user dashboard using shortcode like "
2667
  "this : <br><b>[wpuf_dashboard post_type=\"post,page,custom_type\"]</b> "
2668
  msgstr ""
2669
 
2670
+ #: admin/html/whats-new.php:1140
2671
  msgid "Added Login Redirect Settings"
2672
  msgstr ""
2673
 
2674
+ #: admin/html/whats-new.php:1142
2675
  msgid ""
2676
  "You can now set a page from <i>WPUF Settings > Login/Registration > "
2677
  "Redirect after Login</i>. When login redirection is active the user will be "
2678
  "redirected to this page after login."
2679
  msgstr ""
2680
 
2681
+ #: admin/html/whats-new.php:1145
2682
  msgid "Image Upload field button text can be changed"
2683
  msgstr ""
2684
 
2685
+ #: admin/html/whats-new.php:1147
2686
  msgid ""
2687
  "The upload button text can now be changed for image upload fields which "
2688
  "defaults to \"Select Image\" if not set. "
2689
  msgstr ""
2690
 
2691
+ #: admin/html/whats-new.php:1150
2692
  msgid "Multi Step Form styles made compatible with more themes"
2693
  msgstr ""
2694
 
2695
+ #: admin/html/whats-new.php:1152
2696
  msgid "Multi Step form can now be styled more easily with other themes "
2697
  msgstr ""
2698
 
2699
+ #: admin/html/whats-new.php:1155
2700
  msgid "Required field condition for google map not working is fixed"
2701
  msgstr ""
2702
 
2703
+ #: admin/html/whats-new.php:1157
2704
  msgid ""
2705
  "If Google Map field was set as required users were able to submit form "
2706
  "without changing the default value."
2707
  msgstr ""
2708
 
2709
+ #: admin/html/whats-new.php:1166
2710
  msgid "Admin form builder is now fully responsive."
2711
  msgstr ""
2712
 
2713
+ #: admin/html/whats-new.php:1168
2714
  msgid ""
2715
  "Now you can edit forms from your mobile devices directly. Our improved "
2716
  "responsive layouts of form builder makes it easy for you to build forms on "
2717
  "the go."
2718
  msgstr ""
2719
 
2720
+ #: admin/html/whats-new.php:1171
2721
  msgid "Added color schemes for creating attractive form layouts."
2722
  msgstr ""
2723
 
2724
+ #: admin/html/whats-new.php:1173
2725
  msgid ""
2726
  "We have added 3 new color schemes for the form layouts which you can choose "
2727
  "from each form's new display settings."
2728
  msgstr ""
2729
 
2730
+ #: admin/html/whats-new.php:1176
2731
  msgid "Restrict Free subscription pack to be enabled multiple times "
2732
  msgstr ""
2733
 
2734
+ #: admin/html/whats-new.php:1178
2735
  msgid ""
2736
  "Free subscription packs now can only be purchased once and the limit "
2737
  "applies properly"
2738
  msgstr ""
2739
 
2740
+ #: admin/html/whats-new.php:1181
2741
  msgid "Various other bug fixes and improvements were made "
2742
  msgstr ""
2743
 
2744
+ #: admin/html/whats-new.php:1183
2745
  msgid "Please see the change log to see full details."
2746
  msgstr ""
2747
 
2748
+ #: admin/html/whats-new.php:1192
2749
  msgid "Added upgrade function for default category"
2750
  msgstr ""
2751
 
2752
+ #: admin/html/whats-new.php:1194
2753
  msgid "Upgrader added to upgrade previously set default post category."
2754
  msgstr ""
2755
 
2756
+ #: admin/html/whats-new.php:1197
2757
  msgid "Subscription pack cannot be canceled"
2758
  msgstr ""
2759
 
2760
+ #: admin/html/whats-new.php:1199
2761
  msgid ""
2762
  "Fixed recurring subscription pack cannot be canceled from my account page "
2763
  "in subscription details section."
2764
  msgstr ""
2765
 
2766
+ #: admin/html/whats-new.php:1202
2767
  msgid "page installer admin notice logic issue"
2768
  msgstr ""
2769
 
2770
+ #: admin/html/whats-new.php:1204
2771
  msgid ""
2772
  "Fixed page installer admin notice logic problem due to new payment settings "
2773
  "default value not set."
2774
  msgstr ""
2775
 
2776
+ #: admin/html/whats-new.php:1214
2777
  msgid "Setup Wizard"
2778
  msgstr ""
2779
 
2780
+ #: admin/html/whats-new.php:1216
2781
  msgid "Setup Wizard added to turn off payment options and install pages."
2782
  msgstr ""
2783
 
2784
+ #: admin/html/whats-new.php:1220
2785
  msgid "Multi-select Category"
2786
  msgstr ""
2787
 
2788
+ #: admin/html/whats-new.php:1222
2789
  msgid "Add multi-select to default category in post form settings."
2790
  msgstr ""
2791
 
2792
+ #: admin/html/whats-new.php:1226
2793
  msgid "Select Text option for Taxonomy"
2794
  msgstr ""
2795
 
2796
+ #: admin/html/whats-new.php:1228
2797
  msgid ""
2798
  "Add Select Text option for taxonomy fields. Now you can add default text "
2799
  "with empty value as first option for Taxonomy dropdown."
2800
  msgstr ""
2801
 
2802
+ #: admin/html/whats-new.php:1231
2803
  msgid "Taxonomy Checkbox Inline"
2804
  msgstr ""
2805
 
2806
+ #: admin/html/whats-new.php:1233
2807
  msgid ""
2808
  "Added checkbox inline option to taxonomy checkbox. You can now display "
2809
  "Taxonomy checkbox fields inline."
2810
  msgstr ""
2811
 
2812
+ #: admin/html/whats-new.php:1243
2813
  msgid "Manage schedule for form submission"
2814
  msgstr ""
2815
 
2816
+ #: admin/html/whats-new.php:1245
2817
  msgid ""
2818
  "Do not accept form submission if the current date is not between the date "
2819
  "range of the schedule."
2820
  msgstr ""
2821
 
2822
+ #: admin/html/whats-new.php:1249
2823
  msgid "Restrict form submission based on the user roles"
2824
  msgstr ""
2825
 
2826
+ #: admin/html/whats-new.php:1251
2827
  msgid ""
2828
  "Restrict form submission based on the user roles. Now you can manage user "
2829
  "role base permission on form submission."
2830
  msgstr ""
2831
 
2832
+ #: admin/html/whats-new.php:1255
2833
  msgid "Limit how many entries a form will accept"
2834
  msgstr ""
2835
 
2836
+ #: admin/html/whats-new.php:1257
2837
  msgid ""
2838
  "Limit how many entries a form will accept and display a custom message when "
2839
  "that limit is reached."
2840
  msgstr ""
2841
 
2842
+ #: admin/html/whats-new.php:1261
2843
  msgid "Show/hide Admin Bar"
2844
  msgstr ""
2845
 
2846
+ #: admin/html/whats-new.php:1263
2847
  msgid "Control the admin bar visibility based on user roles."
2848
  msgstr ""
2849
 
2850
+ #: admin/html/whats-new.php:1267
2851
  msgid "Ajax Login widget"
2852
  msgstr ""
2853
 
2854
+ #: admin/html/whats-new.php:1269
2855
  msgid ""
2856
  "Login user is more simple now with Ajax Login Widget. The simple ajax login "
2857
  "form do not required page loading for login."
2858
  msgstr ""
2859
 
2860
+ #: admin/html/whats-new.php:1273
2861
  msgid "Form submission with Captcha field"
2862
  msgstr ""
2863
 
2864
+ #: admin/html/whats-new.php:1275
2865
  msgid "Form field validation process updated if form submits with captcha field."
2866
  msgstr ""
2867
 
2868
+ #: admin/html/whats-new.php:1289
2869
  msgid "What's New in WPUF?"
2870
  msgstr ""
2871
 
2999
  msgstr ""
3000
 
3001
  #: admin/posting.php:72 class/asset-loader.php:55 class/render-form.php:1673
3002
+ #: wpuf.php:738
3003
  msgid "Are you sure?"
3004
  msgstr ""
3005
 
3006
+ #: admin/posting.php:80 class/asset-loader.php:63 wpuf.php:749
3007
  msgid "Allowed Files"
3008
  msgstr ""
3009
 
3010
+ #: admin/posting.php:83 class/asset-loader.php:66 wpuf.php:755
3011
  msgid "Maximum number of files reached!"
3012
  msgstr ""
3013
 
3014
+ #: admin/posting.php:84 class/asset-loader.php:67 wpuf.php:756
3015
  msgid "The file you have uploaded exceeds the file size limit. Please try again."
3016
  msgstr ""
3017
 
3018
+ #: admin/posting.php:85 class/asset-loader.php:68 wpuf.php:757
3019
  msgid "You have uploaded an incorrect file type. Please try again."
3020
  msgstr ""
3021
 
3311
  msgstr ""
3312
 
3313
  #: admin/promotion.php:34
3314
+ msgid "Get Yourself a Spooky Delight ! Get Up To 40% OFF on WP User Frontend Pro."
 
 
3315
  msgstr ""
3316
 
3317
  #: admin/promotion.php:34
4202
  msgid "Import"
4203
  msgstr ""
4204
 
4205
+ #: class/asset-loader.php:32 wpuf.php:635
4206
  msgid "is required"
4207
  msgstr ""
4208
 
4209
+ #: class/asset-loader.php:33 wpuf.php:636
4210
  msgid "does not match"
4211
  msgstr ""
4212
 
4213
+ #: class/asset-loader.php:34 wpuf.php:637
4214
  msgid "is not valid"
4215
  msgstr ""
4216
 
4217
+ #: class/asset-loader.php:46 wpuf.php:715
4218
  msgid "Please fix the errors to proceed"
4219
  msgstr ""
4220
 
4221
+ #: class/asset-loader.php:48 wpuf.php:722
4222
  msgid "Word limit reached"
4223
  msgstr ""
4224
 
4225
+ #: class/asset-loader.php:49 wpuf.php:717
4226
  msgid "Are you sure you want to cancel your current subscription ?"
4227
  msgstr ""
4228
 
4319
  msgid "Post Deleted"
4320
  msgstr ""
4321
 
4322
+ #: class/frontend-dashboard.php:175
4323
  msgid "Author Info"
4324
  msgstr ""
4325
 
4326
+ #: class/frontend-dashboard.php:218 templates/dashboard/posts.php:34
4327
  #. translators: %s: user display name
4328
  msgid "You are not the post author. Cheating huh!"
4329
  msgstr ""
7218
  msgid "Your Post Has Been Expired"
7219
  msgstr ""
7220
 
7221
+ #: wpuf.php:456
7222
  msgid ""
7223
  "<p style=\"font-size: 13px\">\n"
7224
  " <strong class=\"highlight-text\" "
7231
  " </p>"
7232
  msgstr ""
7233
 
7234
+ #: wpuf.php:473
7235
  msgid "Update WP User Frontend Pro Now"
7236
  msgstr ""
7237
 
7238
+ #: wpuf.php:477
7239
  msgid "Update WP User Frontend Pro NOW"
7240
  msgstr ""
7241
 
7242
+ #: wpuf.php:720
7243
  msgid "Character limit reached"
7244
  msgstr ""
7245
 
7246
+ #: wpuf.php:721
7247
  msgid "Minimum character required "
7248
  msgstr ""
7249
 
7250
+ #: wpuf.php:723
7251
  msgid "Minimum word required "
7252
  msgstr ""
7253
 
7254
+ #: wpuf.php:731
7255
  msgid "Please Cancel Your Currently Active Pack first!"
7256
  msgstr ""
7257
 
7258
+ #: wpuf.php:902
7259
  msgid "Error: Nonce verification failed"
7260
  msgstr ""
7261
 
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: tareq1988, nizamuddinbabu, wedevs
3
  Donate link: https://tareq.co/donate/
4
  Tags: Forms, registration, profile-builder, login, membership, frontend-post
5
  Requires at least: 4.0
6
- Tested up to: 5.8
7
  Requires PHP: 5.6
8
- Stable tag: 3.5.20
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -263,6 +263,12 @@ First you need to go to the dashboard, then when you click "edit", you'll be
263
  redirected to the edit page with that post id. Then you'll see the edit post form.
264
 
265
  == Changelog ==
 
 
 
 
 
 
266
 
267
  = v3.5.20 (16 Sep, 2021) =
268
 
3
  Donate link: https://tareq.co/donate/
4
  Tags: Forms, registration, profile-builder, login, membership, frontend-post
5
  Requires at least: 4.0
6
+ Tested up to: 5.8.1
7
  Requires PHP: 5.6
8
+ Stable tag: 3.5.21
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
263
  redirected to the edit page with that post id. Then you'll see the edit post form.
264
 
265
  == Changelog ==
266
+ = v3.5.21 (21 Oct, 2021) =
267
+
268
+ * Fix - reCaptcha issue with other plugin handled
269
+ * Fix - Multiple post type for wpuf dashboard not working fixed
270
+ * Fix - Billing address ajax request issue handled
271
+ * Update - Halloween promotion notice added
272
 
273
  = v3.5.20 (16 Sep, 2021) =
274
 
wpuf.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP User Frontend
4
  Plugin URI: https://wordpress.org/plugins/wp-user-frontend/
5
  Description: Create, edit, delete, manages your post, pages or custom post types from frontend. Create registration forms, frontend profile and more...
6
  Author: weDevs
7
- Version: 3.5.20
8
  Author URI: https://wedevs.com/?utm_source=WPUF_Author_URI
9
  License: GPL2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -12,7 +12,7 @@ Text Domain: wp-user-frontend
12
  Domain Path: /languages
13
  */
14
 
15
- define( 'WPUF_VERSION', '3.5.20' );
16
  define( 'WPUF_FILE', __FILE__ );
17
  define( 'WPUF_ROOT', __DIR__ );
18
  define( 'WPUF_ROOT_URI', plugins_url( '', __FILE__ ) );
@@ -345,7 +345,6 @@ final class WP_User_Frontend {
345
 
346
  $this->container['subscription'] = WPUF_Subscription::init();
347
  $this->container['account'] = new WPUF_Frontend_Account();
348
- $this->container['billing_address'] = new WPUF_Ajax_Address_Form();
349
  $this->container['forms'] = new WPUF_Form_Manager();
350
  $this->container['preview'] = new WPUF_Form_Preview();
351
  $this->container['block'] = new WPUF_Form_Block();
4
  Plugin URI: https://wordpress.org/plugins/wp-user-frontend/
5
  Description: Create, edit, delete, manages your post, pages or custom post types from frontend. Create registration forms, frontend profile and more...
6
  Author: weDevs
7
+ Version: 3.5.21
8
  Author URI: https://wedevs.com/?utm_source=WPUF_Author_URI
9
  License: GPL2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
12
  Domain Path: /languages
13
  */
14
 
15
+ define( 'WPUF_VERSION', '3.5.21' );
16
  define( 'WPUF_FILE', __FILE__ );
17
  define( 'WPUF_ROOT', __DIR__ );
18
  define( 'WPUF_ROOT_URI', plugins_url( '', __FILE__ ) );
345
 
346
  $this->container['subscription'] = WPUF_Subscription::init();
347
  $this->container['account'] = new WPUF_Frontend_Account();
 
348
  $this->container['forms'] = new WPUF_Form_Manager();
349
  $this->container['preview'] = new WPUF_Form_Preview();
350
  $this->container['block'] = new WPUF_Form_Block();