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

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.13
Comparing to
See all releases

Code changes from version 3.5.12 to 3.5.13

admin/class-admin-settings.php CHANGED
@@ -85,7 +85,7 @@ class WPUF_Admin_Settings {
85
  $capability = wpuf_admin_role();
86
 
87
  // Translation issue: Hook name change due to translate menu title
88
- $this->menu_pages[] = add_menu_page( __( 'WP User Frontend', 'wp-user-frontend' ), __( 'User Frontend', '' ), $capability, 'wp-user-frontend', [$this, 'wpuf_post_forms_page'], 'data:image/svg+xml;base64,' . base64_encode( '<svg width="83px" height="76px" viewBox="0 0 83 76" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wpuf-icon" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="ufp" fill-rule="nonzero" fill="#9EA3A8"><path d="M49.38,51.88 C49.503348,56.4604553 45.8999295,60.2784694 41.32,60.42 C36.7400705,60.2784694 33.136652,56.4604553 33.26,51.88 L33.26,40.23 L19,40.23 L19,51.88 C19,64.77 29,75.25 41.36,75.26 L41.36,75.26 C47.3622079,75.2559227 53.0954073,72.7693647 57.2,68.39 C61.4213559,63.9375842 63.7575868,58.0253435 63.72,51.89 L63.72,40.23 L49.38,40.23 L49.38,51.88 Z" id="Shape"></path><polygon id="Shape" points="32.96 0.59 0 0.59 3.77 16.68 32.96 16.68"></polygon><path d="M68,0 L49.75,0 L49.75,16.1 L68,16.1 C68.74,16.1 69.39,17.1 69.39,18.24 C69.39,19.38 68.74,20.38 68,20.38 L49.75,20.38 L49.75,36.5 L68,36.5 C76,36.5 82.5,28.31 82.5,18.25 C82.5,8.19 76,0 68,0 Z" id="Shape"></path><polygon id="Shape" points="32.96 20.41 5.31 20.41 9.07 36.5 32.96 36.5"></polygon></g></g></svg>' ), 55 );
89
 
90
  $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Post Forms', 'wp-user-frontend' ), __( 'Post Forms', 'wp-user-frontend' ), $capability, 'wpuf-post-forms', [ $this, 'wpuf_post_forms_page' ] );
91
  remove_submenu_page( 'wp-user-frontend', 'wp-user-frontend' );
85
  $capability = wpuf_admin_role();
86
 
87
  // Translation issue: Hook name change due to translate menu title
88
+ $this->menu_pages[] = add_menu_page( __( 'WP User Frontend', 'wp-user-frontend' ), __( 'User Frontend', '' ), $capability, 'wp-user-frontend', [$this, 'wpuf_post_forms_page'], 'data:image/svg+xml;base64,' . base64_encode( '<svg width="83px" height="76px" viewBox="0 0 83 76" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="wpuf-icon" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="ufp" fill-rule="nonzero" fill="#9EA3A8"><path d="M49.38,51.88 C49.503348,56.4604553 45.8999295,60.2784694 41.32,60.42 C36.7400705,60.2784694 33.136652,56.4604553 33.26,51.88 L33.26,40.23 L19,40.23 L19,51.88 C19,64.77 29,75.25 41.36,75.26 L41.36,75.26 C47.3622079,75.2559227 53.0954073,72.7693647 57.2,68.39 C61.4213559,63.9375842 63.7575868,58.0253435 63.72,51.89 L63.72,40.23 L49.38,40.23 L49.38,51.88 Z" id="Shape"></path><polygon id="Shape" points="32.96 0.59 0 0.59 3.77 16.68 32.96 16.68"></polygon><path d="M68,0 L49.75,0 L49.75,16.1 L68,16.1 C68.74,16.1 69.39,17.1 69.39,18.24 C69.39,19.38 68.74,20.38 68,20.38 L49.75,20.38 L49.75,36.5 L68,36.5 C76,36.5 82.5,28.31 82.5,18.25 C82.5,8.19 76,0 68,0 Z" id="Shape"></path><polygon id="Shape" points="32.96 20.41 5.31 20.41 9.07 36.5 32.96 36.5"></polygon></g></g></svg>' ), '54.2');
89
 
90
  $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Post Forms', 'wp-user-frontend' ), __( 'Post Forms', 'wp-user-frontend' ), $capability, 'wpuf-post-forms', [ $this, 'wpuf_post_forms_page' ] );
91
  remove_submenu_page( 'wp-user-frontend', 'wp-user-frontend' );
admin/form-builder/assets/js/components/builder-stage/index.js CHANGED
@@ -61,6 +61,8 @@ Vue.component('builder-stage', {
61
 
62
  if ('panel' === source) {
63
  // add new form element
 
 
64
  if ( ! in_column_field ) {
65
  var field_template = ui.item[0].dataset.formField;
66
  self.add_form_field(field_template);
61
 
62
  if ('panel' === source) {
63
  // add new form element
64
+ self.$store.state.index_to_insert = parseInt(toIndex);
65
+
66
  if ( ! in_column_field ) {
67
  var field_template = ui.item[0].dataset.formField;
68
  self.add_form_field(field_template);
admin/form-builder/assets/js/form-builder.js CHANGED
@@ -43,6 +43,7 @@
43
  settings: wpuf_form_builder.form_settings,
44
  current_panel: 'form-fields',
45
  editing_field_id: 0, // editing form field id
 
46
  },
47
 
48
  mutations: {
43
  settings: wpuf_form_builder.form_settings,
44
  current_panel: 'form-fields',
45
  editing_field_id: 0, // editing form field id
46
+ index_to_insert: 0,
47
  },
48
 
49
  mutations: {
admin/form-builder/assets/js/mixins/add-form-field.js CHANGED
@@ -2,9 +2,11 @@ wpuf_mixins.add_form_field = {
2
  methods: {
3
  add_form_field: function (field_template) {
4
  var payload = {
5
- toIndex: this.$store.state.form_fields.length,
6
  };
7
 
 
 
8
  // check if these are already inserted
9
  if ( this.isSingleInstance( field_template ) && this.containsField( field_template ) ) {
10
  swal({
2
  methods: {
3
  add_form_field: function (field_template) {
4
  var payload = {
5
+ toIndex: this.$store.state.index_to_insert == 0 ? this.$store.state.form_fields.length : this.$store.state.index_to_insert,
6
  };
7
 
8
+ this.$store.state.index_to_insert = 0;
9
+
10
  // check if these are already inserted
11
  if ( this.isSingleInstance( field_template ) && this.containsField( field_template ) ) {
12
  swal({
admin/html/whats-new.php CHANGED
@@ -1,5 +1,20 @@
1
  <?php
2
  $changelog = [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  [
4
  'version' => 'Version 3.5.11',
5
  'released' => '2021-01-12',
1
  <?php
2
  $changelog = [
3
+ [
4
+ 'version' => 'Version 3.5.13',
5
+ 'released' => '2021-02-05',
6
+ 'changes' => [
7
+
8
+ [
9
+ 'title' => __( 'Menu position has chenged due to dokan has same menu position', 'wp-user-frontend' ),
10
+ 'type' => 'Fix',
11
+ ],
12
+ [
13
+ 'title' => __( 'Drag and drop not working properly for new field', 'wp-user-frontend' ),
14
+ 'type' => 'Fix',
15
+ ],
16
+ ],
17
+ ],
18
  [
19
  'version' => 'Version 3.5.11',
20
  'released' => '2021-01-12',
assets/js/wpuf-form-builder-components.js CHANGED
@@ -64,6 +64,8 @@ Vue.component('builder-stage', {
64
 
65
  if ('panel' === source) {
66
  // add new form element
 
 
67
  if ( ! in_column_field ) {
68
  var field_template = ui.item[0].dataset.formField;
69
  self.add_form_field(field_template);
64
 
65
  if ('panel' === source) {
66
  // add new form element
67
+ self.$store.state.index_to_insert = parseInt(toIndex);
68
+
69
  if ( ! in_column_field ) {
70
  var field_template = ui.item[0].dataset.formField;
71
  self.add_form_field(field_template);
assets/js/wpuf-form-builder-mixins.js CHANGED
@@ -5,9 +5,11 @@ wpuf_mixins.add_form_field = {
5
  methods: {
6
  add_form_field: function (field_template) {
7
  var payload = {
8
- toIndex: this.$store.state.form_fields.length,
9
  };
10
 
 
 
11
  // check if these are already inserted
12
  if ( this.isSingleInstance( field_template ) && this.containsField( field_template ) ) {
13
  swal({
5
  methods: {
6
  add_form_field: function (field_template) {
7
  var payload = {
8
+ toIndex: this.$store.state.index_to_insert == 0 ? this.$store.state.form_fields.length : this.$store.state.index_to_insert,
9
  };
10
 
11
+ this.$store.state.index_to_insert = 0;
12
+
13
  // check if these are already inserted
14
  if ( this.isSingleInstance( field_template ) && this.containsField( field_template ) ) {
15
  swal({
assets/js/wpuf-form-builder.js CHANGED
@@ -43,6 +43,7 @@
43
  settings: wpuf_form_builder.form_settings,
44
  current_panel: 'form-fields',
45
  editing_field_id: 0, // editing form field id
 
46
  },
47
 
48
  mutations: {
43
  settings: wpuf_form_builder.form_settings,
44
  current_panel: 'form-fields',
45
  editing_field_id: 0, // editing form field id
46
+ index_to_insert: 0,
47
  },
48
 
49
  mutations: {
changelog.txt CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  = v3.5.11 (12 January, 2021) =
2
  * Fix - QR and math captcha added to pro feature list
3
  * Fix - Tooltip for category navigate
1
+ = v3.5.12 (05 February, 2021) =
2
+
3
+ * Fix - Menu position has chenged due to dokan has same menu position
4
+ * Fix - Drag and drop not working properly for new field
5
+
6
  = v3.5.11 (12 January, 2021) =
7
  * Fix - QR and math captcha added to pro feature list
8
  * Fix - Tooltip for category navigate
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.12\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
- "POT-Creation-Date: 2021-01-13 00:46:19+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -1412,533 +1412,541 @@ msgid "Contact Support"
1412
  msgstr ""
1413
 
1414
  #: admin/html/whats-new.php:9
1415
- msgid "QR and math captcha added to pro feature list"
1416
  msgstr ""
1417
 
1418
  #: admin/html/whats-new.php:13
 
 
 
 
 
 
 
 
1419
  msgid "Tooltip for category navigate"
1420
  msgstr ""
1421
 
1422
- #: admin/html/whats-new.php:17
1423
  msgid "Understandable guest payment notice"
1424
  msgstr ""
1425
 
1426
- #: admin/html/whats-new.php:21
1427
  msgid "Paypal non recurring pack id does not set"
1428
  msgstr ""
1429
 
1430
- #: admin/html/whats-new.php:32
1431
  msgid "Once trial subscription is used, it couldn't reset"
1432
  msgstr ""
1433
 
1434
- #: admin/html/whats-new.php:36
1435
  msgid "Subscription cancel doesn't work"
1436
  msgstr ""
1437
 
1438
- #: admin/html/whats-new.php:40
1439
  msgid "The tax rate was not calculated with the total amount"
1440
  msgstr ""
1441
 
1442
- #: admin/html/whats-new.php:44
1443
  msgid "The width of the column field was breaking"
1444
  msgstr ""
1445
 
1446
- #: admin/html/whats-new.php:48
1447
  msgid "Paypal recurring payment"
1448
  msgstr ""
1449
 
1450
- #: admin/html/whats-new.php:59
1451
  msgid "Updated codebase to fix timezone mismatch"
1452
  msgstr ""
1453
 
1454
- #: admin/html/whats-new.php:70
1455
  msgid "Custom html content field's width"
1456
  msgstr ""
1457
 
1458
- #: admin/html/whats-new.php:74
1459
  msgid "All states of New Zealand are added"
1460
  msgstr ""
1461
 
1462
- #: admin/html/whats-new.php:85
1463
  msgid "Get appropriate user id when role based conditions are present"
1464
  msgstr ""
1465
 
1466
- #: admin/html/whats-new.php:89
1467
  msgid "Show Invalid subscription message if wrong pack id passed"
1468
  msgstr ""
1469
 
1470
- #: admin/html/whats-new.php:93
1471
  msgid "URL field new window not working"
1472
  msgstr ""
1473
 
1474
- #: admin/html/whats-new.php:97
1475
  msgid "Option label not working when & use"
1476
  msgstr ""
1477
 
1478
- #: admin/html/whats-new.php:101
1479
  msgid "Ajax type category not showing on edit"
1480
  msgstr ""
1481
 
1482
- #: admin/html/whats-new.php:105
1483
  msgid "Multiple file image can't select"
1484
  msgstr ""
1485
 
1486
- #: admin/html/whats-new.php:109
1487
  msgid "Subscription pack PayPal Checkout gets \"Error: Access Denied\""
1488
  msgstr ""
1489
 
1490
- #: admin/html/whats-new.php:113
1491
  msgid "Conflict image field with acf image field"
1492
  msgstr ""
1493
 
1494
- #: admin/html/whats-new.php:117
1495
  msgid "Missing Auckland State for New Zealand country"
1496
  msgstr ""
1497
 
1498
- #: admin/html/whats-new.php:121
1499
  msgid "Added support for WooCommerce product category value replacemen"
1500
  msgstr ""
1501
 
1502
- #: admin/html/whats-new.php:131
1503
  msgid "Add character restriction feature"
1504
  msgstr ""
1505
 
1506
- #: admin/html/whats-new.php:135
1507
  msgid "Make sure post author edit link works only in frontend"
1508
  msgstr ""
1509
 
1510
- #: admin/html/whats-new.php:139
1511
  msgid "Inconsistency in lost password reset email message"
1512
  msgstr ""
1513
 
1514
- #: admin/html/whats-new.php:143
1515
  msgid "Saving custom taxonomy terms when input type is text"
1516
  msgstr ""
1517
 
1518
- #: admin/html/whats-new.php:147
1519
  msgid "Taxonomy field JS error in builder"
1520
  msgstr ""
1521
 
1522
- #: admin/html/whats-new.php:151
1523
  msgid "Showing WPUF edit link for WP default roles"
1524
  msgstr ""
1525
 
1526
- #: admin/html/whats-new.php:155
1527
  msgid "Upload button unresponsive issue in iOS"
1528
  msgstr ""
1529
 
1530
- #: admin/html/whats-new.php:165
1531
  msgid "Add post edit link for post authors in single or archive pages"
1532
  msgstr ""
1533
 
1534
- #: admin/html/whats-new.php:169
1535
  msgid "Enhance post delete message"
1536
  msgstr ""
1537
 
1538
- #: admin/html/whats-new.php:173
1539
  msgid "Refactor control buttons visibility in form builder"
1540
  msgstr ""
1541
 
1542
- #: admin/html/whats-new.php:177
1543
  msgid "Add missing colons after field label"
1544
  msgstr ""
1545
 
1546
- #: admin/html/whats-new.php:181
1547
  msgid "Post edit map capability condition"
1548
  msgstr ""
1549
 
1550
- #: admin/html/whats-new.php:185
1551
  msgid "Role based permission for accessing a post form"
1552
  msgstr ""
1553
 
1554
- #: admin/html/whats-new.php:189
1555
  msgid "Section-break field alignment"
1556
  msgstr ""
1557
 
1558
- #: admin/html/whats-new.php:193
1559
  msgid "Pay per post doesn't work if subscription pack is activated"
1560
  msgstr ""
1561
 
1562
- #: admin/html/whats-new.php:197
1563
  msgid "Mime type for uploading JSON files"
1564
  msgstr ""
1565
 
1566
- #: admin/html/whats-new.php:201
1567
  msgid "File upload with same file name"
1568
  msgstr ""
1569
 
1570
- #: admin/html/whats-new.php:205
1571
  msgid "Post preview missing fields"
1572
  msgstr ""
1573
 
1574
- #: admin/html/whats-new.php:209
1575
  msgid "Illigal variable declartion"
1576
  msgstr ""
1577
 
1578
- #: admin/html/whats-new.php:213
1579
  msgid "Featured image updating issue"
1580
  msgstr ""
1581
 
1582
- #: admin/html/whats-new.php:217
1583
  msgid "Conflict with Phlox theme"
1584
  msgstr ""
1585
 
1586
- #: admin/html/whats-new.php:221
1587
  msgid "Textarea custom field data sanitization"
1588
  msgstr ""
1589
 
1590
- #: admin/html/whats-new.php:225
1591
  msgid "exclude_type warning in wpuf_category_checklist"
1592
  msgstr ""
1593
 
1594
- #: admin/html/whats-new.php:229
1595
  msgid "Category field not showing all child categories for selection type child of"
1596
  msgstr ""
1597
 
1598
- #: admin/html/whats-new.php:233
1599
  msgid "Conflict between image and file upload custom fields"
1600
  msgstr ""
1601
 
1602
- #: admin/html/whats-new.php:237
1603
  msgid "Login url when login page is not set"
1604
  msgstr ""
1605
 
1606
- #: admin/html/whats-new.php:247
1607
  msgid ""
1608
  "Use common names for Ivory Coast, North Korea and Sourth Korea instead of "
1609
  "their official names"
1610
  msgstr ""
1611
 
1612
- #: admin/html/whats-new.php:251
1613
  msgid "Fix condition to use default avatar"
1614
  msgstr ""
1615
 
1616
- #: admin/html/whats-new.php:255
1617
  msgid "Make Email and URL fields clickable"
1618
  msgstr ""
1619
 
1620
- #: admin/html/whats-new.php:259
1621
  msgid "Fix redirect after user login"
1622
  msgstr ""
1623
 
1624
- #: admin/html/whats-new.php:263
1625
  msgid "Sanitize textarea field data"
1626
  msgstr ""
1627
 
1628
- #: admin/html/whats-new.php:267
1629
  msgid ""
1630
  "Fix missing colon to email, URL, text and textarea labels when renders "
1631
  "their data"
1632
  msgstr ""
1633
 
1634
- #: admin/html/whats-new.php:271
1635
  msgid "Prevent showing empty labels for fields that have render_field_data method"
1636
  msgstr ""
1637
 
1638
- #: admin/html/whats-new.php:281
1639
  msgid "Add Namibian Dollar in currency list"
1640
  msgstr ""
1641
 
1642
- #: admin/html/whats-new.php:285
1643
  msgid "Add sync values option for option data fields"
1644
  msgstr ""
1645
 
1646
- #: admin/html/whats-new.php:289
1647
  msgid "Allow uploading image that having filesize meets php ini settings"
1648
  msgstr ""
1649
 
1650
- #: admin/html/whats-new.php:293
1651
  msgid "Limit the selection of one image at a time"
1652
  msgstr ""
1653
 
1654
- #: admin/html/whats-new.php:297
1655
  msgid "Use file name and size to generate hash to prevent duplicant image upload"
1656
  msgstr ""
1657
 
1658
- #: admin/html/whats-new.php:301
1659
  msgid "Sanitize text and textarea field data"
1660
  msgstr ""
1661
 
1662
- #: admin/html/whats-new.php:305
1663
  msgid ""
1664
  "Show label instead of values for radio, checkbox, dropdown and multiselect "
1665
  "data"
1666
  msgstr ""
1667
 
1668
- #: admin/html/whats-new.php:309
1669
  msgid "Saving custom taxonomies for type text input"
1670
  msgstr ""
1671
 
1672
- #: admin/html/whats-new.php:313
1673
  msgid "Admin settings link for recaptcha helper text"
1674
  msgstr ""
1675
 
1676
- #: admin/html/whats-new.php:317
1677
  msgid "Undefined name property for Custom HTML fields"
1678
  msgstr ""
1679
 
1680
- #: admin/html/whats-new.php:321
1681
  msgid "Delete attachment process"
1682
  msgstr ""
1683
 
1684
- #: admin/html/whats-new.php:325
1685
  msgid "Missing billing address in invoice PDF"
1686
  msgstr ""
1687
 
1688
- #: admin/html/whats-new.php:329
1689
  msgid "Showing country field value in frontend post content"
1690
  msgstr ""
1691
 
1692
- #: admin/html/whats-new.php:333
1693
  msgid "Avatar size display not complying with admin settings size"
1694
  msgstr ""
1695
 
1696
- #: admin/html/whats-new.php:337
1697
  msgid "Display default avatars on admin settings discussion page"
1698
  msgstr ""
1699
 
1700
- #: admin/html/whats-new.php:341
1701
  msgid "Redirect to subscription page at registration"
1702
  msgstr ""
1703
 
1704
- #: admin/html/whats-new.php:345
1705
  msgid "Error notice regarding registration page redirect"
1706
  msgstr ""
1707
 
1708
- #: admin/html/whats-new.php:349
1709
  msgid "Escaping html in registration errors"
1710
  msgstr ""
1711
 
1712
- #: admin/html/whats-new.php:353
1713
  msgid "Default login redirect link"
1714
  msgstr ""
1715
 
1716
- #: admin/html/whats-new.php:357
1717
  msgid "Implementing default WP login page override option"
1718
  msgstr ""
1719
 
1720
- #: admin/html/whats-new.php:361
1721
  msgid "Transparent background of autosuggestion dropdown"
1722
  msgstr ""
1723
 
1724
- #: admin/html/whats-new.php:371
1725
  msgid "Import forms system"
1726
  msgstr ""
1727
 
1728
- #: admin/html/whats-new.php:375
1729
  msgid "Password reset system"
1730
  msgstr ""
1731
 
1732
- #: admin/html/whats-new.php:379
1733
  msgid "Updated url validation regex to support modern tlds"
1734
  msgstr ""
1735
 
1736
- #: admin/html/whats-new.php:383
1737
  msgid "Export WPUF forms individually from admin tools page"
1738
  msgstr ""
1739
 
1740
- #: admin/html/whats-new.php:387
1741
  msgid "Subscription cycle label translation issue"
1742
  msgstr ""
1743
 
1744
- #: admin/html/whats-new.php:391
1745
  msgid "ACF integration for checkbox fields"
1746
  msgstr ""
1747
 
1748
- #: admin/html/whats-new.php:395
1749
  msgid "Illegal string offset warning while updating settings"
1750
  msgstr ""
1751
 
1752
- #: admin/html/whats-new.php:399
1753
  msgid "Conditional logic for Section Break field"
1754
  msgstr ""
1755
 
1756
- #: admin/html/whats-new.php:403
1757
  msgid "Subscriptions cannot be deleted from backend"
1758
  msgstr ""
1759
 
1760
- #: admin/html/whats-new.php:407
1761
  msgid "A regression regarding saving checkbox data"
1762
  msgstr ""
1763
 
1764
- #: admin/html/whats-new.php:411
1765
  msgid "Default value of multi-select fields is not showing"
1766
  msgstr ""
1767
 
1768
- #: admin/html/whats-new.php:421
1769
  msgid "Hide post edit option when subscription is expired"
1770
  msgstr ""
1771
 
1772
- #: admin/html/whats-new.php:423
1773
  msgid "Hide post edit option from users whose subscription pack is expired."
1774
  msgstr ""
1775
 
1776
- #: admin/html/whats-new.php:426
1777
  msgid "Check files to prevent duplicity in media upload"
1778
  msgstr ""
1779
 
1780
- #: admin/html/whats-new.php:428
1781
  msgid ""
1782
  "A simple measure has been taken to prevent maliciously flooding the site by "
1783
  "uploading same file multiple times. Though this won't work with already "
1784
  "uploaded medias."
1785
  msgstr ""
1786
 
1787
- #: admin/html/whats-new.php:431
1788
  msgid "Refactor address fields in Account section"
1789
  msgstr ""
1790
 
1791
- #: admin/html/whats-new.php:433
1792
  msgid "Address edit section from Account section has been rewritten to improve UX."
1793
  msgstr ""
1794
 
1795
- #: admin/html/whats-new.php:436
1796
  msgid "Update Paypal payment gateway"
1797
  msgstr ""
1798
 
1799
- #: admin/html/whats-new.php:438
1800
  msgid "Paypal payment gateway has seen some improvements."
1801
  msgstr ""
1802
 
1803
- #: admin/html/whats-new.php:441
1804
  msgid "Default Category selection improvements"
1805
  msgstr ""
1806
 
1807
- #: admin/html/whats-new.php:443
1808
  msgid ""
1809
  "An intuitive way of selecting default category of a selected post type has "
1810
  "been introduced."
1811
  msgstr ""
1812
 
1813
- #: admin/html/whats-new.php:446
1814
  msgid "Compatibility issue with ACF date time field"
1815
  msgstr ""
1816
 
1817
- #: admin/html/whats-new.php:448
1818
  msgid "A Compatibility issue with ACF date time field has been addressed."
1819
  msgstr ""
1820
 
1821
- #: admin/html/whats-new.php:451
1822
  msgid "Media title, caption & description not saving"
1823
  msgstr ""
1824
 
1825
- #: admin/html/whats-new.php:453
1826
  msgid ""
1827
  "Media title, caption & description were not saving from frontend. They will "
1828
  "now."
1829
  msgstr ""
1830
 
1831
- #: admin/html/whats-new.php:456
1832
  msgid ""
1833
  "The Events Calendar venue and organizer fields issue in WPUF Custom Fields "
1834
  "metabox"
1835
  msgstr ""
1836
 
1837
- #: admin/html/whats-new.php:458
1838
  msgid ""
1839
  "A workaround has been introduced to save The Events Calendar Venue and "
1840
  "Organizer fields properly from WPUF Custom Fields metabox."
1841
  msgstr ""
1842
 
1843
- #: admin/html/whats-new.php:461
1844
  msgid "Checkbox data not saving from WPUF Custom Fields metabox"
1845
  msgstr ""
1846
 
1847
- #: admin/html/whats-new.php:463
1848
  msgid ""
1849
  "Checkboxe data from WPUF Custom Fields metabox were not saving. It has been "
1850
  "fixed."
1851
  msgstr ""
1852
 
1853
- #: admin/html/whats-new.php:466
1854
  msgid "Multi-column Repeater field data saving issue"
1855
  msgstr ""
1856
 
1857
- #: admin/html/whats-new.php:468
1858
  msgid ""
1859
  "Multi-column Repeater field data from a form was not saving. It has been "
1860
  "fixed."
1861
  msgstr ""
1862
 
1863
- #: admin/html/whats-new.php:471
1864
  msgid "Multistep form conflict with Elementor"
1865
  msgstr ""
1866
 
1867
- #: admin/html/whats-new.php:473
1868
  msgid "Multistep form had a conflict with Elementor. It has been fixed."
1869
  msgstr ""
1870
 
1871
- #: admin/html/whats-new.php:476
1872
  msgid "Multiple images showing issue in frontend"
1873
  msgstr ""
1874
 
1875
- #: admin/html/whats-new.php:478
1876
  msgid "Multiple images in a post were not showing in frontend. Now they will."
1877
  msgstr ""
1878
 
1879
- #: admin/html/whats-new.php:487
1880
  msgid "Nonce not verify on login"
1881
  msgstr ""
1882
 
1883
- #: admin/html/whats-new.php:489
1884
  msgid "Return of function wp_verify_nonce() was ignored."
1885
  msgstr ""
1886
 
1887
- #: admin/html/whats-new.php:498
1888
  msgid "Option to set which tab shows as active on the account page"
1889
  msgstr ""
1890
 
1891
- #: admin/html/whats-new.php:500
1892
  msgid ""
1893
  "Option to set which tab shows as active on the account page. To configure "
1894
  "this setting navigate to wp-admin->User Frontend->Settings->My "
1895
  "Account->Active Tab "
1896
  msgstr ""
1897
 
1898
- #: admin/html/whats-new.php:503
1899
  msgid "Unlock option was unavailable after the post being locked"
1900
  msgstr ""
1901
 
1902
- #: admin/html/whats-new.php:505
1903
  msgid "Unlock option was unavailable after the post being locked."
1904
  msgstr ""
1905
 
1906
- #: admin/html/whats-new.php:508
1907
  msgid "Gutenberg block of WPUF didn't work on bedrock installation"
1908
  msgstr ""
1909
 
1910
- #: admin/html/whats-new.php:510
1911
  msgid "Gutenberg block of WPUF didn't work on bedrock installation."
1912
  msgstr ""
1913
 
1914
- #: admin/html/whats-new.php:513
1915
  msgid "Sending admin payment received email twice"
1916
  msgstr ""
1917
 
1918
- #: admin/html/whats-new.php:515
1919
  msgid ""
1920
  "After processing payment admin & user was receiving payment received email "
1921
  "twice."
1922
  msgstr ""
1923
 
1924
- #: admin/html/whats-new.php:518
1925
  msgid ""
1926
  "Add shortcode support to display post information in the Post Expiration "
1927
  "Message"
1928
  msgstr ""
1929
 
1930
- #: admin/html/whats-new.php:520
1931
  msgid ""
1932
  "Add shortcode support to display post information in the Post Expiration "
1933
  "Message. You can use: <strong>{post_author} {post_url} {blogname} "
1934
  "{post_title} {post_status}</strong>"
1935
  msgstr ""
1936
 
1937
- #: admin/html/whats-new.php:523
1938
  msgid "Add optin on the setup wizard"
1939
  msgstr ""
1940
 
1941
- #: admin/html/whats-new.php:525
1942
  msgid ""
1943
  "Added optin on the setup wizard, admin can choose whether he/she wants to "
1944
  "share server environment details (php, mysql, server, WordPress versions), "
@@ -1946,126 +1954,126 @@ msgid ""
1946
  "name and url, admin name and email address. No sensitive data is tracked"
1947
  msgstr ""
1948
 
1949
- #: admin/html/whats-new.php:534
1950
  msgid "Post Owner problem"
1951
  msgstr ""
1952
 
1953
- #: admin/html/whats-new.php:536
1954
  msgid ""
1955
  "Posts were not assigned to the selected default post owner, this issue has "
1956
  "been fixed."
1957
  msgstr ""
1958
 
1959
- #: admin/html/whats-new.php:539
1960
  msgid "Google reCaptcha was not working"
1961
  msgstr ""
1962
 
1963
- #: admin/html/whats-new.php:541
1964
  msgid ""
1965
  "Google reCaptcha was not working, users could submit the form without "
1966
  "reCaptcha validation."
1967
  msgstr ""
1968
 
1969
- #: admin/html/whats-new.php:550
1970
  msgid "Added column field"
1971
  msgstr ""
1972
 
1973
- #: admin/html/whats-new.php:555
1974
  msgid "Unable to render the events on the front-end dashboard"
1975
  msgstr ""
1976
 
1977
- #: admin/html/whats-new.php:557
1978
  msgid ""
1979
  "On the frontend dashboard, the submitted events were not showing, you will "
1980
  "get it fixed in this version."
1981
  msgstr ""
1982
 
1983
- #: admin/html/whats-new.php:560
1984
  msgid "Page order getting 0(zero) after editing from the frontend"
1985
  msgstr ""
1986
 
1987
- #: admin/html/whats-new.php:562
1988
  msgid ""
1989
  "Page order was not saving while editing a post using WPUF form, it has been "
1990
  "fixed."
1991
  msgstr ""
1992
 
1993
- #: admin/html/whats-new.php:565
1994
  msgid "Text input field for taxonomies not working"
1995
  msgstr ""
1996
 
1997
- #: admin/html/whats-new.php:567
1998
  msgid ""
1999
  "When taxonomy field type is set to `Text Input` then a fatal error was "
2000
  "showing on the frontend, no error with taxonomy field in the latest version."
2001
  msgstr ""
2002
 
2003
- #: admin/html/whats-new.php:570
2004
  msgid ""
2005
  "In radio and checkbox field use conditional logic that value does not save "
2006
  "in database"
2007
  msgstr ""
2008
 
2009
- #: admin/html/whats-new.php:572
2010
  msgid ""
2011
  "The selected value of radio and checkbox field were not showing while "
2012
  "editing posts from the backend or frontend, you can see the selected value "
2013
  "in this version."
2014
  msgstr ""
2015
 
2016
- #: admin/html/whats-new.php:575
2017
  msgid "The args param not working with get_avatar filter"
2018
  msgstr ""
2019
 
2020
- #: admin/html/whats-new.php:577
2021
  msgid "The args parameter did not exist with get_avatar filter, which now exists."
2022
  msgstr ""
2023
 
2024
- #: admin/html/whats-new.php:580
2025
  msgid "The item in ajax taxonomy field was not selected"
2026
  msgstr ""
2027
 
2028
- #: admin/html/whats-new.php:582
2029
  msgid ""
2030
  "When the taxonomy field type is set to Ajax, the submitted terms were not "
2031
  "showing in the backend and frontend which have been fixed."
2032
  msgstr ""
2033
 
2034
- #: admin/html/whats-new.php:591
2035
  msgid "Unable to send new user registration email"
2036
  msgstr ""
2037
 
2038
- #: admin/html/whats-new.php:593
2039
  msgid ""
2040
  "WP User Frontend default registration form `[wpuf-registration]` was unable "
2041
  "to send the new user registration email."
2042
  msgstr ""
2043
 
2044
- #: admin/html/whats-new.php:596
2045
  msgid "WPUF forms block compatibility issue with the latest WP version"
2046
  msgstr ""
2047
 
2048
- #: admin/html/whats-new.php:598
2049
  msgid ""
2050
  "With the latest version of WordPress the gutenberg block of WP User "
2051
  "Frontend were not working. In this version, you will get it fixed."
2052
  msgstr ""
2053
 
2054
- #: admin/html/whats-new.php:601
2055
  msgid "Page not update where `[wpuf_dashboard]` shortcode exist"
2056
  msgstr ""
2057
 
2058
- #: admin/html/whats-new.php:603
2059
  msgid ""
2060
  "While using Gutenberg, the page were not being updated with WPUF shortcode "
2061
  "[wpuf dashboard]"
2062
  msgstr ""
2063
 
2064
- #: admin/html/whats-new.php:606
2065
  msgid "Retain default when determining whether to display the admin bar"
2066
  msgstr ""
2067
 
2068
- #: admin/html/whats-new.php:608
2069
  msgid ""
2070
  "From the User Frontend Settings, set that Administrator, Editor, Vendor can "
2071
  "see the admin bar. Now, the super admin want, one specific user ( who has "
@@ -2075,11 +2083,11 @@ msgid ""
2075
  "frontend."
2076
  msgstr ""
2077
 
2078
- #: admin/html/whats-new.php:611
2079
  msgid "Fatal error when use PHP lower version (5.4 or lower)"
2080
  msgstr ""
2081
 
2082
- #: admin/html/whats-new.php:613
2083
  msgid ""
2084
  "It was unable to install WP User Frontend with PHP 5.4 or lower version. "
2085
  "Here is the error details: <br><br><strong>Fatal error: Can't use method "
@@ -2087,42 +2095,42 @@ msgid ""
2087
  "/wp-user-frontend/class/frontend-form-post.php on line 194</strong>"
2088
  msgstr ""
2089
 
2090
- #: admin/html/whats-new.php:616
2091
  msgid "Product form was unable to show the single gallery image"
2092
  msgstr ""
2093
 
2094
- #: admin/html/whats-new.php:618
2095
  msgid ""
2096
  "When user upload single image for product gallery using WPUF WooCommerce "
2097
  "product form, that image were not showing on the frontend."
2098
  msgstr ""
2099
 
2100
- #: admin/html/whats-new.php:627
2101
  msgid "WooCommerce gallery images not getting saved"
2102
  msgstr ""
2103
 
2104
- #: admin/html/whats-new.php:629
2105
  msgid ""
2106
  "After releasing version 2.9.3, WooCommerce gallery image field stopped "
2107
  "working. You will get it fixed in this version."
2108
  msgstr ""
2109
 
2110
- #: admin/html/whats-new.php:638
2111
  msgid "The Events Calendar Integration Form"
2112
  msgstr ""
2113
 
2114
- #: admin/html/whats-new.php:640
2115
  msgid ""
2116
  "Now admin can allow users to create event from the frontend. Currently WPUF "
2117
  "has a one click pre-build event form that has been integrated with The "
2118
  "Events Calendar plugin"
2119
  msgstr ""
2120
 
2121
- #: admin/html/whats-new.php:643
2122
  msgid "Post Submission Facility From Account Page"
2123
  msgstr ""
2124
 
2125
- #: admin/html/whats-new.php:645
2126
  msgid ""
2127
  "On the frontend account page, added a new menu item named <b>Submit "
2128
  "Post</b>. Now admin can allow users to submit post from their default "
@@ -2131,504 +2139,504 @@ msgid ""
2131
  "you can assign any post form that will use to submit posts."
2132
  msgstr ""
2133
 
2134
- #: admin/html/whats-new.php:648
2135
  msgid "Login/Lost Password Link Under Registration Form"
2136
  msgstr ""
2137
 
2138
- #: admin/html/whats-new.php:650
2139
  msgid "Added Login/Lost Password link under registration form"
2140
  msgstr ""
2141
 
2142
- #: admin/html/whats-new.php:659
2143
  msgid "Added drag and drop image ordering on image upload"
2144
  msgstr ""
2145
 
2146
- #: admin/html/whats-new.php:661
2147
  msgid ""
2148
  "Now frontend users can drag & drop the images/files to change the order "
2149
  "while uploading."
2150
  msgstr ""
2151
 
2152
- #: admin/html/whats-new.php:664
2153
  msgid "Added reCAPTCHA field in login form"
2154
  msgstr ""
2155
 
2156
- #: admin/html/whats-new.php:666
2157
  msgid ""
2158
  "Admin has the option to show reCAPTCHA field in login form. Check the "
2159
  "related settings from <strong>User Frontend > Settings > "
2160
  "Login/Registration</strong>"
2161
  msgstr ""
2162
 
2163
- #: admin/html/whats-new.php:669
2164
  msgid "Added preview option in forms"
2165
  msgstr ""
2166
 
2167
- #: admin/html/whats-new.php:671
2168
  msgid ""
2169
  "You can see a nice <strong>Preview</strong> button with <strong>Save "
2170
  "Form</strong> button, admin can take a quick look of the form without using "
2171
  "shortcode"
2172
  msgstr ""
2173
 
2174
- #: admin/html/whats-new.php:674
2175
  msgid "Fixed hiding “Select Image” button while uploading multiple images."
2176
  msgstr ""
2177
 
2178
- #: admin/html/whats-new.php:676
2179
  msgid ""
2180
  "The upload button will not be hidden until the user selects max number of "
2181
  "files "
2182
  msgstr ""
2183
 
2184
- #: admin/html/whats-new.php:679
2185
  msgid "Added form limit notice before form submission"
2186
  msgstr ""
2187
 
2188
- #: admin/html/whats-new.php:681
2189
  msgid ""
2190
  "Limit notice message was showing after submission, now it is showing when "
2191
  "rendering the form"
2192
  msgstr ""
2193
 
2194
- #: admin/html/whats-new.php:684
2195
  msgid "Fixed: default post category not saving"
2196
  msgstr ""
2197
 
2198
- #: admin/html/whats-new.php:686
2199
  msgid ""
2200
  "From the form <strong>Settings > Post Settings</strong>, default post "
2201
  "category options were not saving. Now, it's fixed."
2202
  msgstr ""
2203
 
2204
- #: admin/html/whats-new.php:689
2205
  msgid ""
2206
  "WPUF dashboard shortcode with form_id attribute was not showing posts "
2207
  "properly"
2208
  msgstr ""
2209
 
2210
- #: admin/html/whats-new.php:691
2211
  msgid ""
2212
  "Now you can list posts on the frontend by using <strong>form_id<strong/> "
2213
  "attribute with <strong>[wpuf_dashboard]</strong> shortcode"
2214
  msgstr ""
2215
 
2216
- #: admin/html/whats-new.php:700
2217
  msgid "Changed text domain to `wp-user-frontend` from `wpuf` "
2218
  msgstr ""
2219
 
2220
- #: admin/html/whats-new.php:702
2221
  msgid ""
2222
  "If you are using other language than English. Please <b>rename</b> your "
2223
  "<i>.po and .mo </i> files to `wp-user-frontend_` from `wpuf_` <br> This "
2224
  "change was made to support translations from translate.wordpress.org"
2225
  msgstr ""
2226
 
2227
- #: admin/html/whats-new.php:705
2228
  msgid "Added WP User Frontend Data export and erase functionality."
2229
  msgstr ""
2230
 
2231
- #: admin/html/whats-new.php:707
2232
  msgid "Added functionality to export WP User Frontend Data to comply with GDPR."
2233
  msgstr ""
2234
 
2235
- #: admin/html/whats-new.php:710
2236
  msgid "Added billing address customizer."
2237
  msgstr ""
2238
 
2239
- #: admin/html/whats-new.php:712
2240
  msgid "Added customizer options for billing address in payment page."
2241
  msgstr ""
2242
 
2243
- #: admin/html/whats-new.php:715
2244
  msgid "Make the payment page responsive."
2245
  msgstr ""
2246
 
2247
- #: admin/html/whats-new.php:717
2248
  msgid "Some css adjustments are made in payment page to make it responsive."
2249
  msgstr ""
2250
 
2251
- #: admin/html/whats-new.php:720
2252
  msgid "Fixed image upload issue in Safari."
2253
  msgstr ""
2254
 
2255
- #: admin/html/whats-new.php:722
2256
  msgid "Images were not showing after upload in safari, it is fixed now."
2257
  msgstr ""
2258
 
2259
- #: admin/html/whats-new.php:725
2260
  msgid "Post update issue after updating or removing post images."
2261
  msgstr ""
2262
 
2263
- #: admin/html/whats-new.php:727
2264
  msgid ""
2265
  "Posts cannot be updated after updating or removing post images, it is fixed "
2266
  "now."
2267
  msgstr ""
2268
 
2269
- #: admin/html/whats-new.php:736
2270
  msgid "Allow overriding form input styles using theme styling."
2271
  msgstr ""
2272
 
2273
- #: admin/html/whats-new.php:738
2274
  msgid "Overriding form input styles using theme style is now possible."
2275
  msgstr ""
2276
 
2277
- #: admin/html/whats-new.php:741
2278
  msgid "Fixed Auto Login after registration."
2279
  msgstr ""
2280
 
2281
- #: admin/html/whats-new.php:743
2282
  msgid "Auto Login after registration was not working is fixed now."
2283
  msgstr ""
2284
 
2285
- #: admin/html/whats-new.php:746
2286
  msgid "Fixed fallback cost calculation"
2287
  msgstr ""
2288
 
2289
- #: admin/html/whats-new.php:748
2290
  msgid "Fallback cost calculation was inaccurate for some cases, it is fixed now."
2291
  msgstr ""
2292
 
2293
- #: admin/html/whats-new.php:751
2294
  msgid "Removal of subscription from User Profile gets reverted if updated"
2295
  msgstr ""
2296
 
2297
- #: admin/html/whats-new.php:753
2298
  msgid "User subscription deletion gets reverted if updated is fixed."
2299
  msgstr ""
2300
 
2301
- #: admin/html/whats-new.php:756
2302
  msgid "Show Free pack users in subscribers list."
2303
  msgstr ""
2304
 
2305
- #: admin/html/whats-new.php:758
2306
  msgid "Free pack users were not showing in subscribers list, now they will."
2307
  msgstr ""
2308
 
2309
- #: admin/html/whats-new.php:767
2310
  msgid "WP User Frontend Guten Block is added"
2311
  msgstr ""
2312
 
2313
- #: admin/html/whats-new.php:769
2314
  msgid ""
2315
  "WPUF Form Block is now available to be used within gutenberg editor with "
2316
  "preview of the form. "
2317
  msgstr ""
2318
 
2319
- #: admin/html/whats-new.php:772
2320
  msgid "Advanced Custom Fields plugin compatibility"
2321
  msgstr ""
2322
 
2323
- #: admin/html/whats-new.php:774
2324
  msgid "Now all your ACF fields can be used within WPUF Post forms. "
2325
  msgstr ""
2326
 
2327
- #: admin/html/whats-new.php:777
2328
  msgid "Taxonomy Terms not showing for custom post types"
2329
  msgstr ""
2330
 
2331
- #: admin/html/whats-new.php:779
2332
  msgid ""
2333
  "Fixed an issue with taxonomy terms not appearing for Custom Post types "
2334
  "within Form Settings and Dashboard Post Listing"
2335
  msgstr ""
2336
 
2337
- #: admin/html/whats-new.php:782
2338
  msgid "Various other code optimizations"
2339
  msgstr ""
2340
 
2341
- #: admin/html/whats-new.php:784 admin/html/whats-new.php:841
2342
  msgid "Code structure organization and optimization for better performance"
2343
  msgstr ""
2344
 
2345
- #: admin/html/whats-new.php:793
2346
  msgid "WoooCommerce billing address Sync"
2347
  msgstr ""
2348
 
2349
- #: admin/html/whats-new.php:795
2350
  msgid ""
2351
  "If an existing customer has previously set his billing address, that will "
2352
  "be imported into WPUF Billing address "
2353
  msgstr ""
2354
 
2355
- #: admin/html/whats-new.php:798
2356
  msgid "Trial subscription message not showing properly"
2357
  msgstr ""
2358
 
2359
- #: admin/html/whats-new.php:800
2360
  msgid "Subscriptions with Trial now shows trial notices"
2361
  msgstr ""
2362
 
2363
- #: admin/html/whats-new.php:803
2364
  msgid "Reset email Key not working"
2365
  msgstr ""
2366
 
2367
- #: admin/html/whats-new.php:805
2368
  msgid "Reset Email key was not working in some cases"
2369
  msgstr ""
2370
 
2371
- #: admin/html/whats-new.php:808
2372
  msgid "Post count not showing on the frontend dashboard"
2373
  msgstr ""
2374
 
2375
- #: admin/html/whats-new.php:810
2376
  msgid ""
2377
  "Dashboard with multiple post type was not showing post counts properly, is "
2378
  "now fixed and shows count for each post type"
2379
  msgstr ""
2380
 
2381
- #: admin/html/whats-new.php:813
2382
  msgid "Login Redirect showing blank page is fixed"
2383
  msgstr ""
2384
 
2385
- #: admin/html/whats-new.php:815
2386
  msgid ""
2387
  "If \"Previous Page\" was set for redirection, login redirect was "
2388
  "redirecting to blank page for users who hit login page directly"
2389
  msgstr ""
2390
 
2391
- #: admin/html/whats-new.php:824
2392
  msgid "Enhanced Login Redirect to redirect users to previous page"
2393
  msgstr ""
2394
 
2395
- #: admin/html/whats-new.php:826
2396
  msgid ""
2397
  "You can choose Previous Page as Login Redirect page settings now to "
2398
  "redirect users to the page from which they went for Login. "
2399
  msgstr ""
2400
 
2401
- #: admin/html/whats-new.php:829
2402
  msgid "Email HTML links not Rendreing properly issue is fixed"
2403
  msgstr ""
2404
 
2405
- #: admin/html/whats-new.php:831
2406
  msgid ""
2407
  "For some clients emails were not rendering the HTML links properly, this is "
2408
  "now fixed"
2409
  msgstr ""
2410
 
2411
- #: admin/html/whats-new.php:834
2412
  msgid "Form Builder : Form Field's Help text styles not showing properly"
2413
  msgstr ""
2414
 
2415
- #: admin/html/whats-new.php:836
2416
  msgid "Help texts styling is now fixed and much easier to read and understand"
2417
  msgstr ""
2418
 
2419
- #: admin/html/whats-new.php:839
2420
  msgid "Various other code improvements"
2421
  msgstr ""
2422
 
2423
- #: admin/html/whats-new.php:850
2424
  msgid "Dashboard Post Listing now supports multiple post types"
2425
  msgstr ""
2426
 
2427
- #: admin/html/whats-new.php:852
2428
  msgid ""
2429
  "Now you can show multiple post type in user dashboard using shortcode like "
2430
  "this : <br><b>[wpuf_dashboard post_type=\"post,page,custom_type\"]</b> "
2431
  msgstr ""
2432
 
2433
- #: admin/html/whats-new.php:855
2434
  msgid "Added Login Redirect Settings"
2435
  msgstr ""
2436
 
2437
- #: admin/html/whats-new.php:857
2438
  msgid ""
2439
  "You can now set a page from <i>WPUF Settings > Login/Registration > "
2440
  "Redirect after Login</i>. When login redirection is active the user will be "
2441
  "redirected to this page after login."
2442
  msgstr ""
2443
 
2444
- #: admin/html/whats-new.php:860
2445
  msgid "Image Upload field button text can be changed"
2446
  msgstr ""
2447
 
2448
- #: admin/html/whats-new.php:862
2449
  msgid ""
2450
  "The upload button text can now be changed for image upload fields which "
2451
  "defaults to \"Select Image\" if not set. "
2452
  msgstr ""
2453
 
2454
- #: admin/html/whats-new.php:865
2455
  msgid "Multi Step Form styles made compatible with more themes"
2456
  msgstr ""
2457
 
2458
- #: admin/html/whats-new.php:867
2459
  msgid "Multi Step form can now be styled more easily with other themes "
2460
  msgstr ""
2461
 
2462
- #: admin/html/whats-new.php:870
2463
  msgid "Required field condition for google map not working is fixed"
2464
  msgstr ""
2465
 
2466
- #: admin/html/whats-new.php:872
2467
  msgid ""
2468
  "If Google Map field was set as required users were able to submit form "
2469
  "without changing the default value."
2470
  msgstr ""
2471
 
2472
- #: admin/html/whats-new.php:881
2473
  msgid "Admin form builder is now fully responsive."
2474
  msgstr ""
2475
 
2476
- #: admin/html/whats-new.php:883
2477
  msgid ""
2478
  "Now you can edit forms from your mobile devices directly. Our improved "
2479
  "responsive layouts of form builder makes it easy for you to build forms on "
2480
  "the go."
2481
  msgstr ""
2482
 
2483
- #: admin/html/whats-new.php:886
2484
  msgid "Added color schemes for creating attractive form layouts."
2485
  msgstr ""
2486
 
2487
- #: admin/html/whats-new.php:888
2488
  msgid ""
2489
  "We have added 3 new color schemes for the form layouts which you can choose "
2490
  "from each form's new display settings."
2491
  msgstr ""
2492
 
2493
- #: admin/html/whats-new.php:891
2494
  msgid "Restrict Free subscription pack to be enabled multiple times "
2495
  msgstr ""
2496
 
2497
- #: admin/html/whats-new.php:893
2498
  msgid ""
2499
  "Free subscription packs now can only be purchased once and the limit "
2500
  "applies properly"
2501
  msgstr ""
2502
 
2503
- #: admin/html/whats-new.php:896
2504
  msgid "Various other bug fixes and improvements were made "
2505
  msgstr ""
2506
 
2507
- #: admin/html/whats-new.php:898
2508
  msgid "Please see the change log to see full details."
2509
  msgstr ""
2510
 
2511
- #: admin/html/whats-new.php:907
2512
  msgid "Added upgrade function for default category"
2513
  msgstr ""
2514
 
2515
- #: admin/html/whats-new.php:909
2516
  msgid "Upgrader added to upgrade previously set default post category."
2517
  msgstr ""
2518
 
2519
- #: admin/html/whats-new.php:912
2520
  msgid "Subscription pack cannot be canceled"
2521
  msgstr ""
2522
 
2523
- #: admin/html/whats-new.php:914
2524
  msgid ""
2525
  "Fixed recurring subscription pack cannot be canceled from my account page "
2526
  "in subscription details section."
2527
  msgstr ""
2528
 
2529
- #: admin/html/whats-new.php:917
2530
  msgid "page installer admin notice logic issue"
2531
  msgstr ""
2532
 
2533
- #: admin/html/whats-new.php:919
2534
  msgid ""
2535
  "Fixed page installer admin notice logic problem due to new payment settings "
2536
  "default value not set."
2537
  msgstr ""
2538
 
2539
- #: admin/html/whats-new.php:929
2540
  msgid "Setup Wizard"
2541
  msgstr ""
2542
 
2543
- #: admin/html/whats-new.php:931
2544
  msgid "Setup Wizard added to turn off payment options and install pages."
2545
  msgstr ""
2546
 
2547
- #: admin/html/whats-new.php:935
2548
  msgid "Multi-select Category"
2549
  msgstr ""
2550
 
2551
- #: admin/html/whats-new.php:937
2552
  msgid "Add multi-select to default category in post form settings."
2553
  msgstr ""
2554
 
2555
- #: admin/html/whats-new.php:941
2556
  msgid "Select Text option for Taxonomy"
2557
  msgstr ""
2558
 
2559
- #: admin/html/whats-new.php:943
2560
  msgid ""
2561
  "Add Select Text option for taxonomy fields. Now you can add default text "
2562
  "with empty value as first option for Taxonomy dropdown."
2563
  msgstr ""
2564
 
2565
- #: admin/html/whats-new.php:946
2566
  msgid "Taxonomy Checkbox Inline"
2567
  msgstr ""
2568
 
2569
- #: admin/html/whats-new.php:948
2570
  msgid ""
2571
  "Added checkbox inline option to taxonomy checkbox. You can now display "
2572
  "Taxonomy checkbox fields inline."
2573
  msgstr ""
2574
 
2575
- #: admin/html/whats-new.php:958
2576
  msgid "Manage schedule for form submission"
2577
  msgstr ""
2578
 
2579
- #: admin/html/whats-new.php:960
2580
  msgid ""
2581
  "Do not accept form submission if the current date is not between the date "
2582
  "range of the schedule."
2583
  msgstr ""
2584
 
2585
- #: admin/html/whats-new.php:964
2586
  msgid "Restrict form submission based on the user roles"
2587
  msgstr ""
2588
 
2589
- #: admin/html/whats-new.php:966
2590
  msgid ""
2591
  "Restrict form submission based on the user roles. Now you can manage user "
2592
  "role base permission on form submission."
2593
  msgstr ""
2594
 
2595
- #: admin/html/whats-new.php:970
2596
  msgid "Limit how many entries a form will accept"
2597
  msgstr ""
2598
 
2599
- #: admin/html/whats-new.php:972
2600
  msgid ""
2601
  "Limit how many entries a form will accept and display a custom message when "
2602
  "that limit is reached."
2603
  msgstr ""
2604
 
2605
- #: admin/html/whats-new.php:976
2606
  msgid "Show/hide Admin Bar"
2607
  msgstr ""
2608
 
2609
- #: admin/html/whats-new.php:978
2610
  msgid "Control the admin bar visibility based on user roles."
2611
  msgstr ""
2612
 
2613
- #: admin/html/whats-new.php:982
2614
  msgid "Ajax Login widget"
2615
  msgstr ""
2616
 
2617
- #: admin/html/whats-new.php:984
2618
  msgid ""
2619
  "Login user is more simple now with Ajax Login Widget. The simple ajax login "
2620
  "form do not required page loading for login."
2621
  msgstr ""
2622
 
2623
- #: admin/html/whats-new.php:988
2624
  msgid "Form submission with Captcha field"
2625
  msgstr ""
2626
 
2627
- #: admin/html/whats-new.php:990
2628
  msgid "Form field validation process updated if form submits with captcha field."
2629
  msgstr ""
2630
 
2631
- #: admin/html/whats-new.php:1004
2632
  msgid "What's New in WPUF?"
2633
  msgstr ""
2634
 
2
  # This file is distributed under the GPL2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP User Frontend 3.5.13\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
+ "POT-Creation-Date: 2021-02-05 05:13:55+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
1412
  msgstr ""
1413
 
1414
  #: admin/html/whats-new.php:9
1415
+ msgid "Menu position has chenged due to dokan has same menu position"
1416
  msgstr ""
1417
 
1418
  #: admin/html/whats-new.php:13
1419
+ msgid "Drag and drop not working properly for new field"
1420
+ msgstr ""
1421
+
1422
+ #: admin/html/whats-new.php:24
1423
+ msgid "QR and math captcha added to pro feature list"
1424
+ msgstr ""
1425
+
1426
+ #: admin/html/whats-new.php:28
1427
  msgid "Tooltip for category navigate"
1428
  msgstr ""
1429
 
1430
+ #: admin/html/whats-new.php:32
1431
  msgid "Understandable guest payment notice"
1432
  msgstr ""
1433
 
1434
+ #: admin/html/whats-new.php:36
1435
  msgid "Paypal non recurring pack id does not set"
1436
  msgstr ""
1437
 
1438
+ #: admin/html/whats-new.php:47
1439
  msgid "Once trial subscription is used, it couldn't reset"
1440
  msgstr ""
1441
 
1442
+ #: admin/html/whats-new.php:51
1443
  msgid "Subscription cancel doesn't work"
1444
  msgstr ""
1445
 
1446
+ #: admin/html/whats-new.php:55
1447
  msgid "The tax rate was not calculated with the total amount"
1448
  msgstr ""
1449
 
1450
+ #: admin/html/whats-new.php:59
1451
  msgid "The width of the column field was breaking"
1452
  msgstr ""
1453
 
1454
+ #: admin/html/whats-new.php:63
1455
  msgid "Paypal recurring payment"
1456
  msgstr ""
1457
 
1458
+ #: admin/html/whats-new.php:74
1459
  msgid "Updated codebase to fix timezone mismatch"
1460
  msgstr ""
1461
 
1462
+ #: admin/html/whats-new.php:85
1463
  msgid "Custom html content field's width"
1464
  msgstr ""
1465
 
1466
+ #: admin/html/whats-new.php:89
1467
  msgid "All states of New Zealand are added"
1468
  msgstr ""
1469
 
1470
+ #: admin/html/whats-new.php:100
1471
  msgid "Get appropriate user id when role based conditions are present"
1472
  msgstr ""
1473
 
1474
+ #: admin/html/whats-new.php:104
1475
  msgid "Show Invalid subscription message if wrong pack id passed"
1476
  msgstr ""
1477
 
1478
+ #: admin/html/whats-new.php:108
1479
  msgid "URL field new window not working"
1480
  msgstr ""
1481
 
1482
+ #: admin/html/whats-new.php:112
1483
  msgid "Option label not working when & use"
1484
  msgstr ""
1485
 
1486
+ #: admin/html/whats-new.php:116
1487
  msgid "Ajax type category not showing on edit"
1488
  msgstr ""
1489
 
1490
+ #: admin/html/whats-new.php:120
1491
  msgid "Multiple file image can't select"
1492
  msgstr ""
1493
 
1494
+ #: admin/html/whats-new.php:124
1495
  msgid "Subscription pack PayPal Checkout gets \"Error: Access Denied\""
1496
  msgstr ""
1497
 
1498
+ #: admin/html/whats-new.php:128
1499
  msgid "Conflict image field with acf image field"
1500
  msgstr ""
1501
 
1502
+ #: admin/html/whats-new.php:132
1503
  msgid "Missing Auckland State for New Zealand country"
1504
  msgstr ""
1505
 
1506
+ #: admin/html/whats-new.php:136
1507
  msgid "Added support for WooCommerce product category value replacemen"
1508
  msgstr ""
1509
 
1510
+ #: admin/html/whats-new.php:146
1511
  msgid "Add character restriction feature"
1512
  msgstr ""
1513
 
1514
+ #: admin/html/whats-new.php:150
1515
  msgid "Make sure post author edit link works only in frontend"
1516
  msgstr ""
1517
 
1518
+ #: admin/html/whats-new.php:154
1519
  msgid "Inconsistency in lost password reset email message"
1520
  msgstr ""
1521
 
1522
+ #: admin/html/whats-new.php:158
1523
  msgid "Saving custom taxonomy terms when input type is text"
1524
  msgstr ""
1525
 
1526
+ #: admin/html/whats-new.php:162
1527
  msgid "Taxonomy field JS error in builder"
1528
  msgstr ""
1529
 
1530
+ #: admin/html/whats-new.php:166
1531
  msgid "Showing WPUF edit link for WP default roles"
1532
  msgstr ""
1533
 
1534
+ #: admin/html/whats-new.php:170
1535
  msgid "Upload button unresponsive issue in iOS"
1536
  msgstr ""
1537
 
1538
+ #: admin/html/whats-new.php:180
1539
  msgid "Add post edit link for post authors in single or archive pages"
1540
  msgstr ""
1541
 
1542
+ #: admin/html/whats-new.php:184
1543
  msgid "Enhance post delete message"
1544
  msgstr ""
1545
 
1546
+ #: admin/html/whats-new.php:188
1547
  msgid "Refactor control buttons visibility in form builder"
1548
  msgstr ""
1549
 
1550
+ #: admin/html/whats-new.php:192
1551
  msgid "Add missing colons after field label"
1552
  msgstr ""
1553
 
1554
+ #: admin/html/whats-new.php:196
1555
  msgid "Post edit map capability condition"
1556
  msgstr ""
1557
 
1558
+ #: admin/html/whats-new.php:200
1559
  msgid "Role based permission for accessing a post form"
1560
  msgstr ""
1561
 
1562
+ #: admin/html/whats-new.php:204
1563
  msgid "Section-break field alignment"
1564
  msgstr ""
1565
 
1566
+ #: admin/html/whats-new.php:208
1567
  msgid "Pay per post doesn't work if subscription pack is activated"
1568
  msgstr ""
1569
 
1570
+ #: admin/html/whats-new.php:212
1571
  msgid "Mime type for uploading JSON files"
1572
  msgstr ""
1573
 
1574
+ #: admin/html/whats-new.php:216
1575
  msgid "File upload with same file name"
1576
  msgstr ""
1577
 
1578
+ #: admin/html/whats-new.php:220
1579
  msgid "Post preview missing fields"
1580
  msgstr ""
1581
 
1582
+ #: admin/html/whats-new.php:224
1583
  msgid "Illigal variable declartion"
1584
  msgstr ""
1585
 
1586
+ #: admin/html/whats-new.php:228
1587
  msgid "Featured image updating issue"
1588
  msgstr ""
1589
 
1590
+ #: admin/html/whats-new.php:232
1591
  msgid "Conflict with Phlox theme"
1592
  msgstr ""
1593
 
1594
+ #: admin/html/whats-new.php:236
1595
  msgid "Textarea custom field data sanitization"
1596
  msgstr ""
1597
 
1598
+ #: admin/html/whats-new.php:240
1599
  msgid "exclude_type warning in wpuf_category_checklist"
1600
  msgstr ""
1601
 
1602
+ #: admin/html/whats-new.php:244
1603
  msgid "Category field not showing all child categories for selection type child of"
1604
  msgstr ""
1605
 
1606
+ #: admin/html/whats-new.php:248
1607
  msgid "Conflict between image and file upload custom fields"
1608
  msgstr ""
1609
 
1610
+ #: admin/html/whats-new.php:252
1611
  msgid "Login url when login page is not set"
1612
  msgstr ""
1613
 
1614
+ #: admin/html/whats-new.php:262
1615
  msgid ""
1616
  "Use common names for Ivory Coast, North Korea and Sourth Korea instead of "
1617
  "their official names"
1618
  msgstr ""
1619
 
1620
+ #: admin/html/whats-new.php:266
1621
  msgid "Fix condition to use default avatar"
1622
  msgstr ""
1623
 
1624
+ #: admin/html/whats-new.php:270
1625
  msgid "Make Email and URL fields clickable"
1626
  msgstr ""
1627
 
1628
+ #: admin/html/whats-new.php:274
1629
  msgid "Fix redirect after user login"
1630
  msgstr ""
1631
 
1632
+ #: admin/html/whats-new.php:278
1633
  msgid "Sanitize textarea field data"
1634
  msgstr ""
1635
 
1636
+ #: admin/html/whats-new.php:282
1637
  msgid ""
1638
  "Fix missing colon to email, URL, text and textarea labels when renders "
1639
  "their data"
1640
  msgstr ""
1641
 
1642
+ #: admin/html/whats-new.php:286
1643
  msgid "Prevent showing empty labels for fields that have render_field_data method"
1644
  msgstr ""
1645
 
1646
+ #: admin/html/whats-new.php:296
1647
  msgid "Add Namibian Dollar in currency list"
1648
  msgstr ""
1649
 
1650
+ #: admin/html/whats-new.php:300
1651
  msgid "Add sync values option for option data fields"
1652
  msgstr ""
1653
 
1654
+ #: admin/html/whats-new.php:304
1655
  msgid "Allow uploading image that having filesize meets php ini settings"
1656
  msgstr ""
1657
 
1658
+ #: admin/html/whats-new.php:308
1659
  msgid "Limit the selection of one image at a time"
1660
  msgstr ""
1661
 
1662
+ #: admin/html/whats-new.php:312
1663
  msgid "Use file name and size to generate hash to prevent duplicant image upload"
1664
  msgstr ""
1665
 
1666
+ #: admin/html/whats-new.php:316
1667
  msgid "Sanitize text and textarea field data"
1668
  msgstr ""
1669
 
1670
+ #: admin/html/whats-new.php:320
1671
  msgid ""
1672
  "Show label instead of values for radio, checkbox, dropdown and multiselect "
1673
  "data"
1674
  msgstr ""
1675
 
1676
+ #: admin/html/whats-new.php:324
1677
  msgid "Saving custom taxonomies for type text input"
1678
  msgstr ""
1679
 
1680
+ #: admin/html/whats-new.php:328
1681
  msgid "Admin settings link for recaptcha helper text"
1682
  msgstr ""
1683
 
1684
+ #: admin/html/whats-new.php:332
1685
  msgid "Undefined name property for Custom HTML fields"
1686
  msgstr ""
1687
 
1688
+ #: admin/html/whats-new.php:336
1689
  msgid "Delete attachment process"
1690
  msgstr ""
1691
 
1692
+ #: admin/html/whats-new.php:340
1693
  msgid "Missing billing address in invoice PDF"
1694
  msgstr ""
1695
 
1696
+ #: admin/html/whats-new.php:344
1697
  msgid "Showing country field value in frontend post content"
1698
  msgstr ""
1699
 
1700
+ #: admin/html/whats-new.php:348
1701
  msgid "Avatar size display not complying with admin settings size"
1702
  msgstr ""
1703
 
1704
+ #: admin/html/whats-new.php:352
1705
  msgid "Display default avatars on admin settings discussion page"
1706
  msgstr ""
1707
 
1708
+ #: admin/html/whats-new.php:356
1709
  msgid "Redirect to subscription page at registration"
1710
  msgstr ""
1711
 
1712
+ #: admin/html/whats-new.php:360
1713
  msgid "Error notice regarding registration page redirect"
1714
  msgstr ""
1715
 
1716
+ #: admin/html/whats-new.php:364
1717
  msgid "Escaping html in registration errors"
1718
  msgstr ""
1719
 
1720
+ #: admin/html/whats-new.php:368
1721
  msgid "Default login redirect link"
1722
  msgstr ""
1723
 
1724
+ #: admin/html/whats-new.php:372
1725
  msgid "Implementing default WP login page override option"
1726
  msgstr ""
1727
 
1728
+ #: admin/html/whats-new.php:376
1729
  msgid "Transparent background of autosuggestion dropdown"
1730
  msgstr ""
1731
 
1732
+ #: admin/html/whats-new.php:386
1733
  msgid "Import forms system"
1734
  msgstr ""
1735
 
1736
+ #: admin/html/whats-new.php:390
1737
  msgid "Password reset system"
1738
  msgstr ""
1739
 
1740
+ #: admin/html/whats-new.php:394
1741
  msgid "Updated url validation regex to support modern tlds"
1742
  msgstr ""
1743
 
1744
+ #: admin/html/whats-new.php:398
1745
  msgid "Export WPUF forms individually from admin tools page"
1746
  msgstr ""
1747
 
1748
+ #: admin/html/whats-new.php:402
1749
  msgid "Subscription cycle label translation issue"
1750
  msgstr ""
1751
 
1752
+ #: admin/html/whats-new.php:406
1753
  msgid "ACF integration for checkbox fields"
1754
  msgstr ""
1755
 
1756
+ #: admin/html/whats-new.php:410
1757
  msgid "Illegal string offset warning while updating settings"
1758
  msgstr ""
1759
 
1760
+ #: admin/html/whats-new.php:414
1761
  msgid "Conditional logic for Section Break field"
1762
  msgstr ""
1763
 
1764
+ #: admin/html/whats-new.php:418
1765
  msgid "Subscriptions cannot be deleted from backend"
1766
  msgstr ""
1767
 
1768
+ #: admin/html/whats-new.php:422
1769
  msgid "A regression regarding saving checkbox data"
1770
  msgstr ""
1771
 
1772
+ #: admin/html/whats-new.php:426
1773
  msgid "Default value of multi-select fields is not showing"
1774
  msgstr ""
1775
 
1776
+ #: admin/html/whats-new.php:436
1777
  msgid "Hide post edit option when subscription is expired"
1778
  msgstr ""
1779
 
1780
+ #: admin/html/whats-new.php:438
1781
  msgid "Hide post edit option from users whose subscription pack is expired."
1782
  msgstr ""
1783
 
1784
+ #: admin/html/whats-new.php:441
1785
  msgid "Check files to prevent duplicity in media upload"
1786
  msgstr ""
1787
 
1788
+ #: admin/html/whats-new.php:443
1789
  msgid ""
1790
  "A simple measure has been taken to prevent maliciously flooding the site by "
1791
  "uploading same file multiple times. Though this won't work with already "
1792
  "uploaded medias."
1793
  msgstr ""
1794
 
1795
+ #: admin/html/whats-new.php:446
1796
  msgid "Refactor address fields in Account section"
1797
  msgstr ""
1798
 
1799
+ #: admin/html/whats-new.php:448
1800
  msgid "Address edit section from Account section has been rewritten to improve UX."
1801
  msgstr ""
1802
 
1803
+ #: admin/html/whats-new.php:451
1804
  msgid "Update Paypal payment gateway"
1805
  msgstr ""
1806
 
1807
+ #: admin/html/whats-new.php:453
1808
  msgid "Paypal payment gateway has seen some improvements."
1809
  msgstr ""
1810
 
1811
+ #: admin/html/whats-new.php:456
1812
  msgid "Default Category selection improvements"
1813
  msgstr ""
1814
 
1815
+ #: admin/html/whats-new.php:458
1816
  msgid ""
1817
  "An intuitive way of selecting default category of a selected post type has "
1818
  "been introduced."
1819
  msgstr ""
1820
 
1821
+ #: admin/html/whats-new.php:461
1822
  msgid "Compatibility issue with ACF date time field"
1823
  msgstr ""
1824
 
1825
+ #: admin/html/whats-new.php:463
1826
  msgid "A Compatibility issue with ACF date time field has been addressed."
1827
  msgstr ""
1828
 
1829
+ #: admin/html/whats-new.php:466
1830
  msgid "Media title, caption & description not saving"
1831
  msgstr ""
1832
 
1833
+ #: admin/html/whats-new.php:468
1834
  msgid ""
1835
  "Media title, caption & description were not saving from frontend. They will "
1836
  "now."
1837
  msgstr ""
1838
 
1839
+ #: admin/html/whats-new.php:471
1840
  msgid ""
1841
  "The Events Calendar venue and organizer fields issue in WPUF Custom Fields "
1842
  "metabox"
1843
  msgstr ""
1844
 
1845
+ #: admin/html/whats-new.php:473
1846
  msgid ""
1847
  "A workaround has been introduced to save The Events Calendar Venue and "
1848
  "Organizer fields properly from WPUF Custom Fields metabox."
1849
  msgstr ""
1850
 
1851
+ #: admin/html/whats-new.php:476
1852
  msgid "Checkbox data not saving from WPUF Custom Fields metabox"
1853
  msgstr ""
1854
 
1855
+ #: admin/html/whats-new.php:478
1856
  msgid ""
1857
  "Checkboxe data from WPUF Custom Fields metabox were not saving. It has been "
1858
  "fixed."
1859
  msgstr ""
1860
 
1861
+ #: admin/html/whats-new.php:481
1862
  msgid "Multi-column Repeater field data saving issue"
1863
  msgstr ""
1864
 
1865
+ #: admin/html/whats-new.php:483
1866
  msgid ""
1867
  "Multi-column Repeater field data from a form was not saving. It has been "
1868
  "fixed."
1869
  msgstr ""
1870
 
1871
+ #: admin/html/whats-new.php:486
1872
  msgid "Multistep form conflict with Elementor"
1873
  msgstr ""
1874
 
1875
+ #: admin/html/whats-new.php:488
1876
  msgid "Multistep form had a conflict with Elementor. It has been fixed."
1877
  msgstr ""
1878
 
1879
+ #: admin/html/whats-new.php:491
1880
  msgid "Multiple images showing issue in frontend"
1881
  msgstr ""
1882
 
1883
+ #: admin/html/whats-new.php:493
1884
  msgid "Multiple images in a post were not showing in frontend. Now they will."
1885
  msgstr ""
1886
 
1887
+ #: admin/html/whats-new.php:502
1888
  msgid "Nonce not verify on login"
1889
  msgstr ""
1890
 
1891
+ #: admin/html/whats-new.php:504
1892
  msgid "Return of function wp_verify_nonce() was ignored."
1893
  msgstr ""
1894
 
1895
+ #: admin/html/whats-new.php:513
1896
  msgid "Option to set which tab shows as active on the account page"
1897
  msgstr ""
1898
 
1899
+ #: admin/html/whats-new.php:515
1900
  msgid ""
1901
  "Option to set which tab shows as active on the account page. To configure "
1902
  "this setting navigate to wp-admin->User Frontend->Settings->My "
1903
  "Account->Active Tab "
1904
  msgstr ""
1905
 
1906
+ #: admin/html/whats-new.php:518
1907
  msgid "Unlock option was unavailable after the post being locked"
1908
  msgstr ""
1909
 
1910
+ #: admin/html/whats-new.php:520
1911
  msgid "Unlock option was unavailable after the post being locked."
1912
  msgstr ""
1913
 
1914
+ #: admin/html/whats-new.php:523
1915
  msgid "Gutenberg block of WPUF didn't work on bedrock installation"
1916
  msgstr ""
1917
 
1918
+ #: admin/html/whats-new.php:525
1919
  msgid "Gutenberg block of WPUF didn't work on bedrock installation."
1920
  msgstr ""
1921
 
1922
+ #: admin/html/whats-new.php:528
1923
  msgid "Sending admin payment received email twice"
1924
  msgstr ""
1925
 
1926
+ #: admin/html/whats-new.php:530
1927
  msgid ""
1928
  "After processing payment admin & user was receiving payment received email "
1929
  "twice."
1930
  msgstr ""
1931
 
1932
+ #: admin/html/whats-new.php:533
1933
  msgid ""
1934
  "Add shortcode support to display post information in the Post Expiration "
1935
  "Message"
1936
  msgstr ""
1937
 
1938
+ #: admin/html/whats-new.php:535
1939
  msgid ""
1940
  "Add shortcode support to display post information in the Post Expiration "
1941
  "Message. You can use: <strong>{post_author} {post_url} {blogname} "
1942
  "{post_title} {post_status}</strong>"
1943
  msgstr ""
1944
 
1945
+ #: admin/html/whats-new.php:538
1946
  msgid "Add optin on the setup wizard"
1947
  msgstr ""
1948
 
1949
+ #: admin/html/whats-new.php:540
1950
  msgid ""
1951
  "Added optin on the setup wizard, admin can choose whether he/she wants to "
1952
  "share server environment details (php, mysql, server, WordPress versions), "
1954
  "name and url, admin name and email address. No sensitive data is tracked"
1955
  msgstr ""
1956
 
1957
+ #: admin/html/whats-new.php:549
1958
  msgid "Post Owner problem"
1959
  msgstr ""
1960
 
1961
+ #: admin/html/whats-new.php:551
1962
  msgid ""
1963
  "Posts were not assigned to the selected default post owner, this issue has "
1964
  "been fixed."
1965
  msgstr ""
1966
 
1967
+ #: admin/html/whats-new.php:554
1968
  msgid "Google reCaptcha was not working"
1969
  msgstr ""
1970
 
1971
+ #: admin/html/whats-new.php:556
1972
  msgid ""
1973
  "Google reCaptcha was not working, users could submit the form without "
1974
  "reCaptcha validation."
1975
  msgstr ""
1976
 
1977
+ #: admin/html/whats-new.php:565
1978
  msgid "Added column field"
1979
  msgstr ""
1980
 
1981
+ #: admin/html/whats-new.php:570
1982
  msgid "Unable to render the events on the front-end dashboard"
1983
  msgstr ""
1984
 
1985
+ #: admin/html/whats-new.php:572
1986
  msgid ""
1987
  "On the frontend dashboard, the submitted events were not showing, you will "
1988
  "get it fixed in this version."
1989
  msgstr ""
1990
 
1991
+ #: admin/html/whats-new.php:575
1992
  msgid "Page order getting 0(zero) after editing from the frontend"
1993
  msgstr ""
1994
 
1995
+ #: admin/html/whats-new.php:577
1996
  msgid ""
1997
  "Page order was not saving while editing a post using WPUF form, it has been "
1998
  "fixed."
1999
  msgstr ""
2000
 
2001
+ #: admin/html/whats-new.php:580
2002
  msgid "Text input field for taxonomies not working"
2003
  msgstr ""
2004
 
2005
+ #: admin/html/whats-new.php:582
2006
  msgid ""
2007
  "When taxonomy field type is set to `Text Input` then a fatal error was "
2008
  "showing on the frontend, no error with taxonomy field in the latest version."
2009
  msgstr ""
2010
 
2011
+ #: admin/html/whats-new.php:585
2012
  msgid ""
2013
  "In radio and checkbox field use conditional logic that value does not save "
2014
  "in database"
2015
  msgstr ""
2016
 
2017
+ #: admin/html/whats-new.php:587
2018
  msgid ""
2019
  "The selected value of radio and checkbox field were not showing while "
2020
  "editing posts from the backend or frontend, you can see the selected value "
2021
  "in this version."
2022
  msgstr ""
2023
 
2024
+ #: admin/html/whats-new.php:590
2025
  msgid "The args param not working with get_avatar filter"
2026
  msgstr ""
2027
 
2028
+ #: admin/html/whats-new.php:592
2029
  msgid "The args parameter did not exist with get_avatar filter, which now exists."
2030
  msgstr ""
2031
 
2032
+ #: admin/html/whats-new.php:595
2033
  msgid "The item in ajax taxonomy field was not selected"
2034
  msgstr ""
2035
 
2036
+ #: admin/html/whats-new.php:597
2037
  msgid ""
2038
  "When the taxonomy field type is set to Ajax, the submitted terms were not "
2039
  "showing in the backend and frontend which have been fixed."
2040
  msgstr ""
2041
 
2042
+ #: admin/html/whats-new.php:606
2043
  msgid "Unable to send new user registration email"
2044
  msgstr ""
2045
 
2046
+ #: admin/html/whats-new.php:608
2047
  msgid ""
2048
  "WP User Frontend default registration form `[wpuf-registration]` was unable "
2049
  "to send the new user registration email."
2050
  msgstr ""
2051
 
2052
+ #: admin/html/whats-new.php:611
2053
  msgid "WPUF forms block compatibility issue with the latest WP version"
2054
  msgstr ""
2055
 
2056
+ #: admin/html/whats-new.php:613
2057
  msgid ""
2058
  "With the latest version of WordPress the gutenberg block of WP User "
2059
  "Frontend were not working. In this version, you will get it fixed."
2060
  msgstr ""
2061
 
2062
+ #: admin/html/whats-new.php:616
2063
  msgid "Page not update where `[wpuf_dashboard]` shortcode exist"
2064
  msgstr ""
2065
 
2066
+ #: admin/html/whats-new.php:618
2067
  msgid ""
2068
  "While using Gutenberg, the page were not being updated with WPUF shortcode "
2069
  "[wpuf dashboard]"
2070
  msgstr ""
2071
 
2072
+ #: admin/html/whats-new.php:621
2073
  msgid "Retain default when determining whether to display the admin bar"
2074
  msgstr ""
2075
 
2076
+ #: admin/html/whats-new.php:623
2077
  msgid ""
2078
  "From the User Frontend Settings, set that Administrator, Editor, Vendor can "
2079
  "see the admin bar. Now, the super admin want, one specific user ( who has "
2083
  "frontend."
2084
  msgstr ""
2085
 
2086
+ #: admin/html/whats-new.php:626
2087
  msgid "Fatal error when use PHP lower version (5.4 or lower)"
2088
  msgstr ""
2089
 
2090
+ #: admin/html/whats-new.php:628
2091
  msgid ""
2092
  "It was unable to install WP User Frontend with PHP 5.4 or lower version. "
2093
  "Here is the error details: <br><br><strong>Fatal error: Can't use method "
2095
  "/wp-user-frontend/class/frontend-form-post.php on line 194</strong>"
2096
  msgstr ""
2097
 
2098
+ #: admin/html/whats-new.php:631
2099
  msgid "Product form was unable to show the single gallery image"
2100
  msgstr ""
2101
 
2102
+ #: admin/html/whats-new.php:633
2103
  msgid ""
2104
  "When user upload single image for product gallery using WPUF WooCommerce "
2105
  "product form, that image were not showing on the frontend."
2106
  msgstr ""
2107
 
2108
+ #: admin/html/whats-new.php:642
2109
  msgid "WooCommerce gallery images not getting saved"
2110
  msgstr ""
2111
 
2112
+ #: admin/html/whats-new.php:644
2113
  msgid ""
2114
  "After releasing version 2.9.3, WooCommerce gallery image field stopped "
2115
  "working. You will get it fixed in this version."
2116
  msgstr ""
2117
 
2118
+ #: admin/html/whats-new.php:653
2119
  msgid "The Events Calendar Integration Form"
2120
  msgstr ""
2121
 
2122
+ #: admin/html/whats-new.php:655
2123
  msgid ""
2124
  "Now admin can allow users to create event from the frontend. Currently WPUF "
2125
  "has a one click pre-build event form that has been integrated with The "
2126
  "Events Calendar plugin"
2127
  msgstr ""
2128
 
2129
+ #: admin/html/whats-new.php:658
2130
  msgid "Post Submission Facility From Account Page"
2131
  msgstr ""
2132
 
2133
+ #: admin/html/whats-new.php:660
2134
  msgid ""
2135
  "On the frontend account page, added a new menu item named <b>Submit "
2136
  "Post</b>. Now admin can allow users to submit post from their default "
2139
  "you can assign any post form that will use to submit posts."
2140
  msgstr ""
2141
 
2142
+ #: admin/html/whats-new.php:663
2143
  msgid "Login/Lost Password Link Under Registration Form"
2144
  msgstr ""
2145
 
2146
+ #: admin/html/whats-new.php:665
2147
  msgid "Added Login/Lost Password link under registration form"
2148
  msgstr ""
2149
 
2150
+ #: admin/html/whats-new.php:674
2151
  msgid "Added drag and drop image ordering on image upload"
2152
  msgstr ""
2153
 
2154
+ #: admin/html/whats-new.php:676
2155
  msgid ""
2156
  "Now frontend users can drag & drop the images/files to change the order "
2157
  "while uploading."
2158
  msgstr ""
2159
 
2160
+ #: admin/html/whats-new.php:679
2161
  msgid "Added reCAPTCHA field in login form"
2162
  msgstr ""
2163
 
2164
+ #: admin/html/whats-new.php:681
2165
  msgid ""
2166
  "Admin has the option to show reCAPTCHA field in login form. Check the "
2167
  "related settings from <strong>User Frontend > Settings > "
2168
  "Login/Registration</strong>"
2169
  msgstr ""
2170
 
2171
+ #: admin/html/whats-new.php:684
2172
  msgid "Added preview option in forms"
2173
  msgstr ""
2174
 
2175
+ #: admin/html/whats-new.php:686
2176
  msgid ""
2177
  "You can see a nice <strong>Preview</strong> button with <strong>Save "
2178
  "Form</strong> button, admin can take a quick look of the form without using "
2179
  "shortcode"
2180
  msgstr ""
2181
 
2182
+ #: admin/html/whats-new.php:689
2183
  msgid "Fixed hiding “Select Image” button while uploading multiple images."
2184
  msgstr ""
2185
 
2186
+ #: admin/html/whats-new.php:691
2187
  msgid ""
2188
  "The upload button will not be hidden until the user selects max number of "
2189
  "files "
2190
  msgstr ""
2191
 
2192
+ #: admin/html/whats-new.php:694
2193
  msgid "Added form limit notice before form submission"
2194
  msgstr ""
2195
 
2196
+ #: admin/html/whats-new.php:696
2197
  msgid ""
2198
  "Limit notice message was showing after submission, now it is showing when "
2199
  "rendering the form"
2200
  msgstr ""
2201
 
2202
+ #: admin/html/whats-new.php:699
2203
  msgid "Fixed: default post category not saving"
2204
  msgstr ""
2205
 
2206
+ #: admin/html/whats-new.php:701
2207
  msgid ""
2208
  "From the form <strong>Settings > Post Settings</strong>, default post "
2209
  "category options were not saving. Now, it's fixed."
2210
  msgstr ""
2211
 
2212
+ #: admin/html/whats-new.php:704
2213
  msgid ""
2214
  "WPUF dashboard shortcode with form_id attribute was not showing posts "
2215
  "properly"
2216
  msgstr ""
2217
 
2218
+ #: admin/html/whats-new.php:706
2219
  msgid ""
2220
  "Now you can list posts on the frontend by using <strong>form_id<strong/> "
2221
  "attribute with <strong>[wpuf_dashboard]</strong> shortcode"
2222
  msgstr ""
2223
 
2224
+ #: admin/html/whats-new.php:715
2225
  msgid "Changed text domain to `wp-user-frontend` from `wpuf` "
2226
  msgstr ""
2227
 
2228
+ #: admin/html/whats-new.php:717
2229
  msgid ""
2230
  "If you are using other language than English. Please <b>rename</b> your "
2231
  "<i>.po and .mo </i> files to `wp-user-frontend_` from `wpuf_` <br> This "
2232
  "change was made to support translations from translate.wordpress.org"
2233
  msgstr ""
2234
 
2235
+ #: admin/html/whats-new.php:720
2236
  msgid "Added WP User Frontend Data export and erase functionality."
2237
  msgstr ""
2238
 
2239
+ #: admin/html/whats-new.php:722
2240
  msgid "Added functionality to export WP User Frontend Data to comply with GDPR."
2241
  msgstr ""
2242
 
2243
+ #: admin/html/whats-new.php:725
2244
  msgid "Added billing address customizer."
2245
  msgstr ""
2246
 
2247
+ #: admin/html/whats-new.php:727
2248
  msgid "Added customizer options for billing address in payment page."
2249
  msgstr ""
2250
 
2251
+ #: admin/html/whats-new.php:730
2252
  msgid "Make the payment page responsive."
2253
  msgstr ""
2254
 
2255
+ #: admin/html/whats-new.php:732
2256
  msgid "Some css adjustments are made in payment page to make it responsive."
2257
  msgstr ""
2258
 
2259
+ #: admin/html/whats-new.php:735
2260
  msgid "Fixed image upload issue in Safari."
2261
  msgstr ""
2262
 
2263
+ #: admin/html/whats-new.php:737
2264
  msgid "Images were not showing after upload in safari, it is fixed now."
2265
  msgstr ""
2266
 
2267
+ #: admin/html/whats-new.php:740
2268
  msgid "Post update issue after updating or removing post images."
2269
  msgstr ""
2270
 
2271
+ #: admin/html/whats-new.php:742
2272
  msgid ""
2273
  "Posts cannot be updated after updating or removing post images, it is fixed "
2274
  "now."
2275
  msgstr ""
2276
 
2277
+ #: admin/html/whats-new.php:751
2278
  msgid "Allow overriding form input styles using theme styling."
2279
  msgstr ""
2280
 
2281
+ #: admin/html/whats-new.php:753
2282
  msgid "Overriding form input styles using theme style is now possible."
2283
  msgstr ""
2284
 
2285
+ #: admin/html/whats-new.php:756
2286
  msgid "Fixed Auto Login after registration."
2287
  msgstr ""
2288
 
2289
+ #: admin/html/whats-new.php:758
2290
  msgid "Auto Login after registration was not working is fixed now."
2291
  msgstr ""
2292
 
2293
+ #: admin/html/whats-new.php:761
2294
  msgid "Fixed fallback cost calculation"
2295
  msgstr ""
2296
 
2297
+ #: admin/html/whats-new.php:763
2298
  msgid "Fallback cost calculation was inaccurate for some cases, it is fixed now."
2299
  msgstr ""
2300
 
2301
+ #: admin/html/whats-new.php:766
2302
  msgid "Removal of subscription from User Profile gets reverted if updated"
2303
  msgstr ""
2304
 
2305
+ #: admin/html/whats-new.php:768
2306
  msgid "User subscription deletion gets reverted if updated is fixed."
2307
  msgstr ""
2308
 
2309
+ #: admin/html/whats-new.php:771
2310
  msgid "Show Free pack users in subscribers list."
2311
  msgstr ""
2312
 
2313
+ #: admin/html/whats-new.php:773
2314
  msgid "Free pack users were not showing in subscribers list, now they will."
2315
  msgstr ""
2316
 
2317
+ #: admin/html/whats-new.php:782
2318
  msgid "WP User Frontend Guten Block is added"
2319
  msgstr ""
2320
 
2321
+ #: admin/html/whats-new.php:784
2322
  msgid ""
2323
  "WPUF Form Block is now available to be used within gutenberg editor with "
2324
  "preview of the form. "
2325
  msgstr ""
2326
 
2327
+ #: admin/html/whats-new.php:787
2328
  msgid "Advanced Custom Fields plugin compatibility"
2329
  msgstr ""
2330
 
2331
+ #: admin/html/whats-new.php:789
2332
  msgid "Now all your ACF fields can be used within WPUF Post forms. "
2333
  msgstr ""
2334
 
2335
+ #: admin/html/whats-new.php:792
2336
  msgid "Taxonomy Terms not showing for custom post types"
2337
  msgstr ""
2338
 
2339
+ #: admin/html/whats-new.php:794
2340
  msgid ""
2341
  "Fixed an issue with taxonomy terms not appearing for Custom Post types "
2342
  "within Form Settings and Dashboard Post Listing"
2343
  msgstr ""
2344
 
2345
+ #: admin/html/whats-new.php:797
2346
  msgid "Various other code optimizations"
2347
  msgstr ""
2348
 
2349
+ #: admin/html/whats-new.php:799 admin/html/whats-new.php:856
2350
  msgid "Code structure organization and optimization for better performance"
2351
  msgstr ""
2352
 
2353
+ #: admin/html/whats-new.php:808
2354
  msgid "WoooCommerce billing address Sync"
2355
  msgstr ""
2356
 
2357
+ #: admin/html/whats-new.php:810
2358
  msgid ""
2359
  "If an existing customer has previously set his billing address, that will "
2360
  "be imported into WPUF Billing address "
2361
  msgstr ""
2362
 
2363
+ #: admin/html/whats-new.php:813
2364
  msgid "Trial subscription message not showing properly"
2365
  msgstr ""
2366
 
2367
+ #: admin/html/whats-new.php:815
2368
  msgid "Subscriptions with Trial now shows trial notices"
2369
  msgstr ""
2370
 
2371
+ #: admin/html/whats-new.php:818
2372
  msgid "Reset email Key not working"
2373
  msgstr ""
2374
 
2375
+ #: admin/html/whats-new.php:820
2376
  msgid "Reset Email key was not working in some cases"
2377
  msgstr ""
2378
 
2379
+ #: admin/html/whats-new.php:823
2380
  msgid "Post count not showing on the frontend dashboard"
2381
  msgstr ""
2382
 
2383
+ #: admin/html/whats-new.php:825
2384
  msgid ""
2385
  "Dashboard with multiple post type was not showing post counts properly, is "
2386
  "now fixed and shows count for each post type"
2387
  msgstr ""
2388
 
2389
+ #: admin/html/whats-new.php:828
2390
  msgid "Login Redirect showing blank page is fixed"
2391
  msgstr ""
2392
 
2393
+ #: admin/html/whats-new.php:830
2394
  msgid ""
2395
  "If \"Previous Page\" was set for redirection, login redirect was "
2396
  "redirecting to blank page for users who hit login page directly"
2397
  msgstr ""
2398
 
2399
+ #: admin/html/whats-new.php:839
2400
  msgid "Enhanced Login Redirect to redirect users to previous page"
2401
  msgstr ""
2402
 
2403
+ #: admin/html/whats-new.php:841
2404
  msgid ""
2405
  "You can choose Previous Page as Login Redirect page settings now to "
2406
  "redirect users to the page from which they went for Login. "
2407
  msgstr ""
2408
 
2409
+ #: admin/html/whats-new.php:844
2410
  msgid "Email HTML links not Rendreing properly issue is fixed"
2411
  msgstr ""
2412
 
2413
+ #: admin/html/whats-new.php:846
2414
  msgid ""
2415
  "For some clients emails were not rendering the HTML links properly, this is "
2416
  "now fixed"
2417
  msgstr ""
2418
 
2419
+ #: admin/html/whats-new.php:849
2420
  msgid "Form Builder : Form Field's Help text styles not showing properly"
2421
  msgstr ""
2422
 
2423
+ #: admin/html/whats-new.php:851
2424
  msgid "Help texts styling is now fixed and much easier to read and understand"
2425
  msgstr ""
2426
 
2427
+ #: admin/html/whats-new.php:854
2428
  msgid "Various other code improvements"
2429
  msgstr ""
2430
 
2431
+ #: admin/html/whats-new.php:865
2432
  msgid "Dashboard Post Listing now supports multiple post types"
2433
  msgstr ""
2434
 
2435
+ #: admin/html/whats-new.php:867
2436
  msgid ""
2437
  "Now you can show multiple post type in user dashboard using shortcode like "
2438
  "this : <br><b>[wpuf_dashboard post_type=\"post,page,custom_type\"]</b> "
2439
  msgstr ""
2440
 
2441
+ #: admin/html/whats-new.php:870
2442
  msgid "Added Login Redirect Settings"
2443
  msgstr ""
2444
 
2445
+ #: admin/html/whats-new.php:872
2446
  msgid ""
2447
  "You can now set a page from <i>WPUF Settings > Login/Registration > "
2448
  "Redirect after Login</i>. When login redirection is active the user will be "
2449
  "redirected to this page after login."
2450
  msgstr ""
2451
 
2452
+ #: admin/html/whats-new.php:875
2453
  msgid "Image Upload field button text can be changed"
2454
  msgstr ""
2455
 
2456
+ #: admin/html/whats-new.php:877
2457
  msgid ""
2458
  "The upload button text can now be changed for image upload fields which "
2459
  "defaults to \"Select Image\" if not set. "
2460
  msgstr ""
2461
 
2462
+ #: admin/html/whats-new.php:880
2463
  msgid "Multi Step Form styles made compatible with more themes"
2464
  msgstr ""
2465
 
2466
+ #: admin/html/whats-new.php:882
2467
  msgid "Multi Step form can now be styled more easily with other themes "
2468
  msgstr ""
2469
 
2470
+ #: admin/html/whats-new.php:885
2471
  msgid "Required field condition for google map not working is fixed"
2472
  msgstr ""
2473
 
2474
+ #: admin/html/whats-new.php:887
2475
  msgid ""
2476
  "If Google Map field was set as required users were able to submit form "
2477
  "without changing the default value."
2478
  msgstr ""
2479
 
2480
+ #: admin/html/whats-new.php:896
2481
  msgid "Admin form builder is now fully responsive."
2482
  msgstr ""
2483
 
2484
+ #: admin/html/whats-new.php:898
2485
  msgid ""
2486
  "Now you can edit forms from your mobile devices directly. Our improved "
2487
  "responsive layouts of form builder makes it easy for you to build forms on "
2488
  "the go."
2489
  msgstr ""
2490
 
2491
+ #: admin/html/whats-new.php:901
2492
  msgid "Added color schemes for creating attractive form layouts."
2493
  msgstr ""
2494
 
2495
+ #: admin/html/whats-new.php:903
2496
  msgid ""
2497
  "We have added 3 new color schemes for the form layouts which you can choose "
2498
  "from each form's new display settings."
2499
  msgstr ""
2500
 
2501
+ #: admin/html/whats-new.php:906
2502
  msgid "Restrict Free subscription pack to be enabled multiple times "
2503
  msgstr ""
2504
 
2505
+ #: admin/html/whats-new.php:908
2506
  msgid ""
2507
  "Free subscription packs now can only be purchased once and the limit "
2508
  "applies properly"
2509
  msgstr ""
2510
 
2511
+ #: admin/html/whats-new.php:911
2512
  msgid "Various other bug fixes and improvements were made "
2513
  msgstr ""
2514
 
2515
+ #: admin/html/whats-new.php:913
2516
  msgid "Please see the change log to see full details."
2517
  msgstr ""
2518
 
2519
+ #: admin/html/whats-new.php:922
2520
  msgid "Added upgrade function for default category"
2521
  msgstr ""
2522
 
2523
+ #: admin/html/whats-new.php:924
2524
  msgid "Upgrader added to upgrade previously set default post category."
2525
  msgstr ""
2526
 
2527
+ #: admin/html/whats-new.php:927
2528
  msgid "Subscription pack cannot be canceled"
2529
  msgstr ""
2530
 
2531
+ #: admin/html/whats-new.php:929
2532
  msgid ""
2533
  "Fixed recurring subscription pack cannot be canceled from my account page "
2534
  "in subscription details section."
2535
  msgstr ""
2536
 
2537
+ #: admin/html/whats-new.php:932
2538
  msgid "page installer admin notice logic issue"
2539
  msgstr ""
2540
 
2541
+ #: admin/html/whats-new.php:934
2542
  msgid ""
2543
  "Fixed page installer admin notice logic problem due to new payment settings "
2544
  "default value not set."
2545
  msgstr ""
2546
 
2547
+ #: admin/html/whats-new.php:944
2548
  msgid "Setup Wizard"
2549
  msgstr ""
2550
 
2551
+ #: admin/html/whats-new.php:946
2552
  msgid "Setup Wizard added to turn off payment options and install pages."
2553
  msgstr ""
2554
 
2555
+ #: admin/html/whats-new.php:950
2556
  msgid "Multi-select Category"
2557
  msgstr ""
2558
 
2559
+ #: admin/html/whats-new.php:952
2560
  msgid "Add multi-select to default category in post form settings."
2561
  msgstr ""
2562
 
2563
+ #: admin/html/whats-new.php:956
2564
  msgid "Select Text option for Taxonomy"
2565
  msgstr ""
2566
 
2567
+ #: admin/html/whats-new.php:958
2568
  msgid ""
2569
  "Add Select Text option for taxonomy fields. Now you can add default text "
2570
  "with empty value as first option for Taxonomy dropdown."
2571
  msgstr ""
2572
 
2573
+ #: admin/html/whats-new.php:961
2574
  msgid "Taxonomy Checkbox Inline"
2575
  msgstr ""
2576
 
2577
+ #: admin/html/whats-new.php:963
2578
  msgid ""
2579
  "Added checkbox inline option to taxonomy checkbox. You can now display "
2580
  "Taxonomy checkbox fields inline."
2581
  msgstr ""
2582
 
2583
+ #: admin/html/whats-new.php:973
2584
  msgid "Manage schedule for form submission"
2585
  msgstr ""
2586
 
2587
+ #: admin/html/whats-new.php:975
2588
  msgid ""
2589
  "Do not accept form submission if the current date is not between the date "
2590
  "range of the schedule."
2591
  msgstr ""
2592
 
2593
+ #: admin/html/whats-new.php:979
2594
  msgid "Restrict form submission based on the user roles"
2595
  msgstr ""
2596
 
2597
+ #: admin/html/whats-new.php:981
2598
  msgid ""
2599
  "Restrict form submission based on the user roles. Now you can manage user "
2600
  "role base permission on form submission."
2601
  msgstr ""
2602
 
2603
+ #: admin/html/whats-new.php:985
2604
  msgid "Limit how many entries a form will accept"
2605
  msgstr ""
2606
 
2607
+ #: admin/html/whats-new.php:987
2608
  msgid ""
2609
  "Limit how many entries a form will accept and display a custom message when "
2610
  "that limit is reached."
2611
  msgstr ""
2612
 
2613
+ #: admin/html/whats-new.php:991
2614
  msgid "Show/hide Admin Bar"
2615
  msgstr ""
2616
 
2617
+ #: admin/html/whats-new.php:993
2618
  msgid "Control the admin bar visibility based on user roles."
2619
  msgstr ""
2620
 
2621
+ #: admin/html/whats-new.php:997
2622
  msgid "Ajax Login widget"
2623
  msgstr ""
2624
 
2625
+ #: admin/html/whats-new.php:999
2626
  msgid ""
2627
  "Login user is more simple now with Ajax Login Widget. The simple ajax login "
2628
  "form do not required page loading for login."
2629
  msgstr ""
2630
 
2631
+ #: admin/html/whats-new.php:1003
2632
  msgid "Form submission with Captcha field"
2633
  msgstr ""
2634
 
2635
+ #: admin/html/whats-new.php:1005
2636
  msgid "Form field validation process updated if form submits with captcha field."
2637
  msgstr ""
2638
 
2639
+ #: admin/html/whats-new.php:1019
2640
  msgid "What's New in WPUF?"
2641
  msgstr ""
2642
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: Forms, registration, profile-builder, login, membership, frontend-post
5
  Requires at least: 4.0
6
  Tested up to: 5.6
7
  Requires PHP: 5.6
8
- Stable tag: 3.5.12
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -263,6 +263,11 @@ redirected to the edit page with that post id. Then you'll see the edit post for
263
 
264
  == Changelog ==
265
 
 
 
 
 
 
266
  = v3.5.12 (13 January, 2021) =
267
 
268
  * Fix - Santized PayPal transaction ID for better security
5
  Requires at least: 4.0
6
  Tested up to: 5.6
7
  Requires PHP: 5.6
8
+ Stable tag: 3.5.13
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
263
 
264
  == Changelog ==
265
 
266
+ = v3.5.12 (05 February, 2021) =
267
+
268
+ * Fix - Menu position has chenged due to dokan has same menu position
269
+ * Fix - Drag and drop not working properly for new field
270
+
271
  = v3.5.12 (13 January, 2021) =
272
 
273
  * Fix - Santized PayPal transaction ID for better security
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.12
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.12' );
16
  define( 'WPUF_FILE', __FILE__ );
17
  define( 'WPUF_ROOT', __DIR__ );
18
  define( 'WPUF_ROOT_URI', plugins_url( '', __FILE__ ) );
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.13
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.13' );
16
  define( 'WPUF_FILE', __FILE__ );
17
  define( 'WPUF_ROOT', __DIR__ );
18
  define( 'WPUF_ROOT_URI', plugins_url( '', __FILE__ ) );