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

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

Code changes from version 3.5.22 to 3.5.25

admin/html/whats-new.php CHANGED
@@ -1,6 +1,17 @@
1
  <?php
2
  $changelog = [
3
  [
 
 
 
 
 
 
 
 
 
 
 
4
  'version' => 'Version 3.5.22',
5
  'released' => '2021-10-28',
6
  'changes' => [
1
  <?php
2
  $changelog = [
3
  [
4
+ 'version' => 'Version 3.5.25',
5
+ 'released' => '2021-11-18',
6
+ 'changes' => [
7
+
8
+ [
9
+ 'title' => __( 'Security Vulnerability fixed', 'wp-user-frontend' ),
10
+ 'type' => 'Fix',
11
+ ],
12
+ ],
13
+ ],
14
+ [
15
  'version' => 'Version 3.5.22',
16
  'released' => '2021-10-28',
17
  'changes' => [
changelog.txt CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  = v3.5.22 (28 Oct, 2021) =
2
 
3
  * Enhancement - Settings page search implemented
1
+ = v3.5.25 (18 Nov, 2021) =
2
+
3
+ * Fix - Security Vulnerability fixed
4
+
5
  = v3.5.22 (28 Oct, 2021) =
6
 
7
  * Enhancement - Settings page search implemented
includes/class-list-table-subscribers.php CHANGED
@@ -174,7 +174,7 @@ class WPUF_List_Table_Subscribers extends WP_List_Table {
174
 
175
 
176
  $sql = 'SELECT * FROM ' . $wpdb->prefix . 'wpuf_subscribers';
177
- $sql .= isset( $_REQUEST['post_ID'] ) ? ' WHERE subscribtion_id = ' . sanitize_text_field( wp_unslash( $_REQUEST['post_ID'] ) ) : '';
178
 
179
  $sql .= isset( $_REQUEST['status'] ) ? ' AND subscribtion_status = "' . sanitize_text_field( wp_unslash( $_REQUEST['status'] ) ) . '"' : '';
180
 
174
 
175
 
176
  $sql = 'SELECT * FROM ' . $wpdb->prefix . 'wpuf_subscribers';
177
+ $sql .= isset( $_REQUEST['post_ID'] ) ? ' WHERE subscribtion_id = ' . intval( sanitize_text_field( wp_unslash( $_REQUEST['post_ID'] ) ) ): '';
178
 
179
  $sql .= isset( $_REQUEST['status'] ) ? ' AND subscribtion_status = "' . sanitize_text_field( wp_unslash( $_REQUEST['status'] ) ) . '"' : '';
180
 
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.22\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
- "POT-Creation-Date: 2021-11-09 06:21:43+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
 
@@ -610,12 +610,12 @@ msgid "Are you sure you want to delete this field?"
610
  msgstr ""
611
 
612
  #: admin/form-builder/class-wpuf-admin-form-builder.php:281
613
- #: admin/posting.php:73 class/asset-loader.php:56 wpuf.php:740
614
  msgid "Yes, delete it"
615
  msgstr ""
616
 
617
  #: admin/form-builder/class-wpuf-admin-form-builder.php:282
618
- #: admin/posting.php:74 class/asset-loader.php:57 wpuf.php:741
619
  msgid "No, cancel it"
620
  msgstr ""
621
 
@@ -1436,798 +1436,806 @@ msgstr ""
1436
  msgid "Contact Support"
1437
  msgstr ""
1438
 
1439
- #: admin/html/whats-new.php:9
 
 
 
 
1440
  msgid "Featured item for subscriber"
1441
  msgstr ""
1442
 
1443
- #: admin/html/whats-new.php:13
1444
  msgid "Warning added for unsaved form data on frontend"
1445
  msgstr ""
1446
 
1447
- #: admin/html/whats-new.php:17
1448
  msgid "Settings page search implemented"
1449
  msgstr ""
1450
 
1451
- #: admin/html/whats-new.php:21
1452
  msgid "Editor added for registration form email template"
1453
  msgstr ""
1454
 
1455
- #: admin/html/whats-new.php:25
1456
  msgid "Fallback pay per post not working with when draft enabled"
1457
  msgstr ""
1458
 
1459
- #: admin/html/whats-new.php:29
1460
  msgid "User Dashboard responsive issues fixed"
1461
  msgstr ""
1462
 
1463
- #: admin/html/whats-new.php:33
1464
  msgid "Showing wrong license expire message handled"
1465
  msgstr ""
1466
 
1467
- #: admin/html/whats-new.php:37
1468
  msgid "Remove expire cron handled for once daily"
1469
  msgstr ""
1470
 
1471
- #: admin/html/whats-new.php:41
1472
  msgid "Billing address validation handled"
1473
  msgstr ""
1474
 
1475
- #: admin/html/whats-new.php:52
 
 
 
 
1476
  msgid "reCaptcha issue with other plugin handled"
1477
  msgstr ""
1478
 
1479
- #: admin/html/whats-new.php:56
1480
  msgid "Multiple post type for wpuf dashboard not working fixed"
1481
  msgstr ""
1482
 
1483
- #: admin/html/whats-new.php:60
1484
  msgid "Billing address ajax request issue handled"
1485
  msgstr ""
1486
 
1487
- #: admin/html/whats-new.php:64
1488
  msgid "Halloween promotion notice added"
1489
  msgstr ""
1490
 
1491
- #: admin/html/whats-new.php:75
1492
  msgid "Content restriction for minimum, maximum value enhanced"
1493
  msgstr ""
1494
 
1495
- #: admin/html/whats-new.php:79
1496
  msgid "New option for redirection after pay per post payment in form setting"
1497
  msgstr ""
1498
 
1499
- #: admin/html/whats-new.php:83
1500
  msgid "Controller added for various email notification"
1501
  msgstr ""
1502
 
1503
- #: admin/html/whats-new.php:87
1504
  msgid "Placeholder added for unauth message option"
1505
  msgstr ""
1506
 
1507
- #: admin/html/whats-new.php:91
1508
  msgid "Subscription Post expiration option change to input field"
1509
  msgstr ""
1510
 
1511
- #: admin/html/whats-new.php:95
1512
  msgid "Content restriction message translatable"
1513
  msgstr ""
1514
 
1515
- #: admin/html/whats-new.php:99
1516
  msgid "ACF integration inconsistency handled"
1517
  msgstr ""
1518
 
1519
- #: admin/html/whats-new.php:103
1520
  msgid "Enable payment checkbox handled for child option"
1521
  msgstr ""
1522
 
1523
- #: admin/html/whats-new.php:107
1524
  msgid "Broken asset link handled for custom field popup"
1525
  msgstr ""
1526
 
1527
- #: admin/html/whats-new.php:111
1528
  msgid "Rollback inconsistency for CPT handled"
1529
  msgstr ""
1530
 
1531
- #: admin/html/whats-new.php:115
1532
  msgid "Login form loaded after resetting password"
1533
  msgstr ""
1534
 
1535
- #: admin/html/whats-new.php:119
1536
  msgid "Billing address inconsistency handled"
1537
  msgstr ""
1538
 
1539
- #: admin/html/whats-new.php:123
1540
  msgid "Form duplication on creation handled"
1541
  msgstr ""
1542
 
1543
- #: admin/html/whats-new.php:127
1544
  msgid "Field Dragging inconsistency fixed"
1545
  msgstr ""
1546
 
1547
- #: admin/html/whats-new.php:138
1548
  msgid "Google Map field enhanced along with acf google map"
1549
  msgstr ""
1550
 
1551
- #: admin/html/whats-new.php:142
1552
  msgid "Filter added for dashboard account menu"
1553
  msgstr ""
1554
 
1555
- #: admin/html/whats-new.php:146
1556
  msgid "Fallback Pay Per Post inconsistency handled"
1557
  msgstr ""
1558
 
1559
- #: admin/html/whats-new.php:150
1560
  msgid "Google map search field not showing"
1561
  msgstr ""
1562
 
1563
- #: admin/html/whats-new.php:154
1564
  msgid "Form preview page inconsistency with builder"
1565
  msgstr ""
1566
 
1567
- #: admin/html/whats-new.php:158
1568
  msgid "Category not showing as hierarchy"
1569
  msgstr ""
1570
 
1571
- #: admin/html/whats-new.php:162
1572
  msgid "TOC field randering issue with registration form"
1573
  msgstr ""
1574
 
1575
- #: admin/html/whats-new.php:166
1576
  msgid "Custom plupload filter inconsistency with file upload handled"
1577
  msgstr ""
1578
 
1579
- #: admin/html/whats-new.php:170
1580
  msgid "Guest Pay Per Post inconsistency handled"
1581
  msgstr ""
1582
 
1583
- #: admin/html/whats-new.php:174
1584
  msgid "Responsive and font issue handled"
1585
  msgstr ""
1586
 
1587
- #: admin/html/whats-new.php:185
1588
  msgid "Preview page added for post form and registration form"
1589
  msgstr ""
1590
 
1591
- #: admin/html/whats-new.php:189
1592
  msgid "Post types menu on account page added"
1593
  msgstr ""
1594
 
1595
- #: admin/html/whats-new.php:193
1596
  msgid "Dashboard shortcode attributes enhanced"
1597
  msgstr ""
1598
 
1599
- #: admin/html/whats-new.php:197
1600
  msgid "Account page post type list new design"
1601
  msgstr ""
1602
 
1603
- #: admin/html/whats-new.php:201
1604
  msgid "Payment page restricted from direct unauthenticated access"
1605
  msgstr ""
1606
 
1607
- #: admin/html/whats-new.php:205
1608
  msgid "Timepicker conflict with dokan handled"
1609
  msgstr ""
1610
 
1611
- #: admin/html/whats-new.php:209
1612
  msgid "Trial inconsistency with paypal fixed"
1613
  msgstr ""
1614
 
1615
- #: admin/html/whats-new.php:213
1616
  msgid "Subscription does not cancel with paypal due to profile missing id"
1617
  msgstr ""
1618
 
1619
- #: admin/html/whats-new.php:217
1620
  msgid "Subscription email notification inconsistency fixed"
1621
  msgstr ""
1622
 
1623
- #: admin/html/whats-new.php:221
1624
  msgid "Various issues on payment page for non-logged in user handled"
1625
  msgstr ""
1626
 
1627
- #: admin/html/whats-new.php:225
1628
  msgid "Column inner field cloning inconsistency fixed"
1629
  msgstr ""
1630
 
1631
- #: admin/html/whats-new.php:229
1632
  msgid "Popup z-index changed due to other plugin z-index"
1633
  msgstr ""
1634
 
1635
- #: admin/html/whats-new.php:241
1636
  msgid "Added Mauritian Rupee for currency"
1637
  msgstr ""
1638
 
1639
- #: admin/html/whats-new.php:245
1640
  msgid "Added eid promotional offer notice"
1641
  msgstr ""
1642
 
1643
- #: admin/html/whats-new.php:249
1644
  msgid "Multiple google map validation for same form"
1645
  msgstr ""
1646
 
1647
- #: admin/html/whats-new.php:253
1648
  msgid "Various issues on verification, autologin payments & address field"
1649
  msgstr ""
1650
 
1651
- #: admin/html/whats-new.php:257
1652
  msgid "Docs update for file & attachments feature which is pro only"
1653
  msgstr ""
1654
 
1655
- #: admin/html/whats-new.php:268
1656
  msgid "Overflow footer on form builder page"
1657
  msgstr ""
1658
 
1659
- #: admin/html/whats-new.php:272
1660
  msgid "WordPress 5.7 compatibility"
1661
  msgstr ""
1662
 
1663
- #: admin/html/whats-new.php:276
1664
  msgid "Limited time promotion for weDevs birthday"
1665
  msgstr ""
1666
 
1667
- #: admin/html/whats-new.php:287
1668
  msgid "Meta key will not change if label update"
1669
  msgstr ""
1670
 
1671
- #: admin/html/whats-new.php:291
1672
  msgid "Login redirect empty previous url"
1673
  msgstr ""
1674
 
1675
- #: admin/html/whats-new.php:295
1676
  msgid "Email doesnt set as username"
1677
  msgstr ""
1678
 
1679
- #: admin/html/whats-new.php:299
1680
  msgid "Post redirection to payment doesn't work"
1681
  msgstr ""
1682
 
1683
- #: admin/html/whats-new.php:303
1684
  msgid "Address field not working when used with conditional logic"
1685
  msgstr ""
1686
 
1687
- #: admin/html/whats-new.php:307
1688
  msgid "Ajax type category child of not working"
1689
  msgstr ""
1690
 
1691
- #: admin/html/whats-new.php:311
1692
  msgid "Non recurring subscription did not work"
1693
  msgstr ""
1694
 
1695
- #: admin/html/whats-new.php:322
1696
  msgid "Menu position has chenged due to dokan has same menu position"
1697
  msgstr ""
1698
 
1699
- #: admin/html/whats-new.php:326
1700
  msgid "Drag and drop not working properly for new field"
1701
  msgstr ""
1702
 
1703
- #: admin/html/whats-new.php:337
1704
  msgid "QR and math captcha added to pro feature list"
1705
  msgstr ""
1706
 
1707
- #: admin/html/whats-new.php:341
1708
  msgid "Tooltip for category navigate"
1709
  msgstr ""
1710
 
1711
- #: admin/html/whats-new.php:345
1712
  msgid "Understandable guest payment notice"
1713
  msgstr ""
1714
 
1715
- #: admin/html/whats-new.php:349
1716
  msgid "Paypal non recurring pack id does not set"
1717
  msgstr ""
1718
 
1719
- #: admin/html/whats-new.php:360
1720
  msgid "Once trial subscription is used, it couldn't reset"
1721
  msgstr ""
1722
 
1723
- #: admin/html/whats-new.php:364
1724
  msgid "Subscription cancel doesn't work"
1725
  msgstr ""
1726
 
1727
- #: admin/html/whats-new.php:368
1728
  msgid "The tax rate was not calculated with the total amount"
1729
  msgstr ""
1730
 
1731
- #: admin/html/whats-new.php:372
1732
  msgid "The width of the column field was breaking"
1733
  msgstr ""
1734
 
1735
- #: admin/html/whats-new.php:376
1736
  msgid "Paypal recurring payment"
1737
  msgstr ""
1738
 
1739
- #: admin/html/whats-new.php:387
1740
  msgid "Updated codebase to fix timezone mismatch"
1741
  msgstr ""
1742
 
1743
- #: admin/html/whats-new.php:398
1744
  msgid "Custom html content field's width"
1745
  msgstr ""
1746
 
1747
- #: admin/html/whats-new.php:402
1748
  msgid "All states of New Zealand are added"
1749
  msgstr ""
1750
 
1751
- #: admin/html/whats-new.php:413
1752
  msgid "Get appropriate user id when role based conditions are present"
1753
  msgstr ""
1754
 
1755
- #: admin/html/whats-new.php:417
1756
  msgid "Show Invalid subscription message if wrong pack id passed"
1757
  msgstr ""
1758
 
1759
- #: admin/html/whats-new.php:421
1760
  msgid "URL field new window not working"
1761
  msgstr ""
1762
 
1763
- #: admin/html/whats-new.php:425
1764
  msgid "Option label not working when & use"
1765
  msgstr ""
1766
 
1767
- #: admin/html/whats-new.php:429
1768
  msgid "Ajax type category not showing on edit"
1769
  msgstr ""
1770
 
1771
- #: admin/html/whats-new.php:433
1772
  msgid "Multiple file image can't select"
1773
  msgstr ""
1774
 
1775
- #: admin/html/whats-new.php:437
1776
  msgid "Subscription pack PayPal Checkout gets \"Error: Access Denied\""
1777
  msgstr ""
1778
 
1779
- #: admin/html/whats-new.php:441
1780
  msgid "Conflict image field with acf image field"
1781
  msgstr ""
1782
 
1783
- #: admin/html/whats-new.php:445
1784
  msgid "Missing Auckland State for New Zealand country"
1785
  msgstr ""
1786
 
1787
- #: admin/html/whats-new.php:449
1788
  msgid "Added support for WooCommerce product category value replacemen"
1789
  msgstr ""
1790
 
1791
- #: admin/html/whats-new.php:459
1792
  msgid "Add character restriction feature"
1793
  msgstr ""
1794
 
1795
- #: admin/html/whats-new.php:463
1796
  msgid "Make sure post author edit link works only in frontend"
1797
  msgstr ""
1798
 
1799
- #: admin/html/whats-new.php:467
1800
  msgid "Inconsistency in lost password reset email message"
1801
  msgstr ""
1802
 
1803
- #: admin/html/whats-new.php:471
1804
  msgid "Saving custom taxonomy terms when input type is text"
1805
  msgstr ""
1806
 
1807
- #: admin/html/whats-new.php:475
1808
  msgid "Taxonomy field JS error in builder"
1809
  msgstr ""
1810
 
1811
- #: admin/html/whats-new.php:479
1812
  msgid "Showing WPUF edit link for WP default roles"
1813
  msgstr ""
1814
 
1815
- #: admin/html/whats-new.php:483
1816
  msgid "Upload button unresponsive issue in iOS"
1817
  msgstr ""
1818
 
1819
- #: admin/html/whats-new.php:493
1820
  msgid "Add post edit link for post authors in single or archive pages"
1821
  msgstr ""
1822
 
1823
- #: admin/html/whats-new.php:497
1824
  msgid "Enhance post delete message"
1825
  msgstr ""
1826
 
1827
- #: admin/html/whats-new.php:501
1828
  msgid "Refactor control buttons visibility in form builder"
1829
  msgstr ""
1830
 
1831
- #: admin/html/whats-new.php:505
1832
  msgid "Add missing colons after field label"
1833
  msgstr ""
1834
 
1835
- #: admin/html/whats-new.php:509
1836
  msgid "Post edit map capability condition"
1837
  msgstr ""
1838
 
1839
- #: admin/html/whats-new.php:513
1840
  msgid "Role based permission for accessing a post form"
1841
  msgstr ""
1842
 
1843
- #: admin/html/whats-new.php:517
1844
  msgid "Section-break field alignment"
1845
  msgstr ""
1846
 
1847
- #: admin/html/whats-new.php:521
1848
  msgid "Pay per post doesn't work if subscription pack is activated"
1849
  msgstr ""
1850
 
1851
- #: admin/html/whats-new.php:525
1852
  msgid "Mime type for uploading JSON files"
1853
  msgstr ""
1854
 
1855
- #: admin/html/whats-new.php:529
1856
  msgid "File upload with same file name"
1857
  msgstr ""
1858
 
1859
- #: admin/html/whats-new.php:533
1860
  msgid "Post preview missing fields"
1861
  msgstr ""
1862
 
1863
- #: admin/html/whats-new.php:537
1864
  msgid "Illigal variable declartion"
1865
  msgstr ""
1866
 
1867
- #: admin/html/whats-new.php:541
1868
  msgid "Featured image updating issue"
1869
  msgstr ""
1870
 
1871
- #: admin/html/whats-new.php:545
1872
  msgid "Conflict with Phlox theme"
1873
  msgstr ""
1874
 
1875
- #: admin/html/whats-new.php:549
1876
  msgid "Textarea custom field data sanitization"
1877
  msgstr ""
1878
 
1879
- #: admin/html/whats-new.php:553
1880
  msgid "exclude_type warning in wpuf_category_checklist"
1881
  msgstr ""
1882
 
1883
- #: admin/html/whats-new.php:557
1884
  msgid "Category field not showing all child categories for selection type child of"
1885
  msgstr ""
1886
 
1887
- #: admin/html/whats-new.php:561
1888
  msgid "Conflict between image and file upload custom fields"
1889
  msgstr ""
1890
 
1891
- #: admin/html/whats-new.php:565
1892
  msgid "Login url when login page is not set"
1893
  msgstr ""
1894
 
1895
- #: admin/html/whats-new.php:575
1896
  msgid ""
1897
  "Use common names for Ivory Coast, North Korea and Sourth Korea instead of "
1898
  "their official names"
1899
  msgstr ""
1900
 
1901
- #: admin/html/whats-new.php:579
1902
  msgid "Fix condition to use default avatar"
1903
  msgstr ""
1904
 
1905
- #: admin/html/whats-new.php:583
1906
  msgid "Make Email and URL fields clickable"
1907
  msgstr ""
1908
 
1909
- #: admin/html/whats-new.php:587
1910
  msgid "Fix redirect after user login"
1911
  msgstr ""
1912
 
1913
- #: admin/html/whats-new.php:591
1914
  msgid "Sanitize textarea field data"
1915
  msgstr ""
1916
 
1917
- #: admin/html/whats-new.php:595
1918
  msgid ""
1919
  "Fix missing colon to email, URL, text and textarea labels when renders "
1920
  "their data"
1921
  msgstr ""
1922
 
1923
- #: admin/html/whats-new.php:599
1924
  msgid "Prevent showing empty labels for fields that have render_field_data method"
1925
  msgstr ""
1926
 
1927
- #: admin/html/whats-new.php:609
1928
  msgid "Add Namibian Dollar in currency list"
1929
  msgstr ""
1930
 
1931
- #: admin/html/whats-new.php:613
1932
  msgid "Add sync values option for option data fields"
1933
  msgstr ""
1934
 
1935
- #: admin/html/whats-new.php:617
1936
  msgid "Allow uploading image that having filesize meets php ini settings"
1937
  msgstr ""
1938
 
1939
- #: admin/html/whats-new.php:621
1940
  msgid "Limit the selection of one image at a time"
1941
  msgstr ""
1942
 
1943
- #: admin/html/whats-new.php:625
1944
  msgid "Use file name and size to generate hash to prevent duplicant image upload"
1945
  msgstr ""
1946
 
1947
- #: admin/html/whats-new.php:629
1948
  msgid "Sanitize text and textarea field data"
1949
  msgstr ""
1950
 
1951
- #: admin/html/whats-new.php:633
1952
  msgid ""
1953
  "Show label instead of values for radio, checkbox, dropdown and multiselect "
1954
  "data"
1955
  msgstr ""
1956
 
1957
- #: admin/html/whats-new.php:637
1958
  msgid "Saving custom taxonomies for type text input"
1959
  msgstr ""
1960
 
1961
- #: admin/html/whats-new.php:641
1962
  msgid "Admin settings link for recaptcha helper text"
1963
  msgstr ""
1964
 
1965
- #: admin/html/whats-new.php:645
1966
  msgid "Undefined name property for Custom HTML fields"
1967
  msgstr ""
1968
 
1969
- #: admin/html/whats-new.php:649
1970
  msgid "Delete attachment process"
1971
  msgstr ""
1972
 
1973
- #: admin/html/whats-new.php:653
1974
  msgid "Missing billing address in invoice PDF"
1975
  msgstr ""
1976
 
1977
- #: admin/html/whats-new.php:657
1978
  msgid "Showing country field value in frontend post content"
1979
  msgstr ""
1980
 
1981
- #: admin/html/whats-new.php:661
1982
  msgid "Avatar size display not complying with admin settings size"
1983
  msgstr ""
1984
 
1985
- #: admin/html/whats-new.php:665
1986
  msgid "Display default avatars on admin settings discussion page"
1987
  msgstr ""
1988
 
1989
- #: admin/html/whats-new.php:669
1990
  msgid "Redirect to subscription page at registration"
1991
  msgstr ""
1992
 
1993
- #: admin/html/whats-new.php:673
1994
  msgid "Error notice regarding registration page redirect"
1995
  msgstr ""
1996
 
1997
- #: admin/html/whats-new.php:677
1998
  msgid "Escaping html in registration errors"
1999
  msgstr ""
2000
 
2001
- #: admin/html/whats-new.php:681
2002
  msgid "Default login redirect link"
2003
  msgstr ""
2004
 
2005
- #: admin/html/whats-new.php:685
2006
  msgid "Implementing default WP login page override option"
2007
  msgstr ""
2008
 
2009
- #: admin/html/whats-new.php:689
2010
  msgid "Transparent background of autosuggestion dropdown"
2011
  msgstr ""
2012
 
2013
- #: admin/html/whats-new.php:699
2014
  msgid "Import forms system"
2015
  msgstr ""
2016
 
2017
- #: admin/html/whats-new.php:703
2018
  msgid "Password reset system"
2019
  msgstr ""
2020
 
2021
- #: admin/html/whats-new.php:707
2022
  msgid "Updated url validation regex to support modern tlds"
2023
  msgstr ""
2024
 
2025
- #: admin/html/whats-new.php:711
2026
  msgid "Export WPUF forms individually from admin tools page"
2027
  msgstr ""
2028
 
2029
- #: admin/html/whats-new.php:715
2030
  msgid "Subscription cycle label translation issue"
2031
  msgstr ""
2032
 
2033
- #: admin/html/whats-new.php:719
2034
  msgid "ACF integration for checkbox fields"
2035
  msgstr ""
2036
 
2037
- #: admin/html/whats-new.php:723
2038
  msgid "Illegal string offset warning while updating settings"
2039
  msgstr ""
2040
 
2041
- #: admin/html/whats-new.php:727
2042
  msgid "Conditional logic for Section Break field"
2043
  msgstr ""
2044
 
2045
- #: admin/html/whats-new.php:731
2046
  msgid "Subscriptions cannot be deleted from backend"
2047
  msgstr ""
2048
 
2049
- #: admin/html/whats-new.php:735
2050
  msgid "A regression regarding saving checkbox data"
2051
  msgstr ""
2052
 
2053
- #: admin/html/whats-new.php:739
2054
  msgid "Default value of multi-select fields is not showing"
2055
  msgstr ""
2056
 
2057
- #: admin/html/whats-new.php:749
2058
  msgid "Hide post edit option when subscription is expired"
2059
  msgstr ""
2060
 
2061
- #: admin/html/whats-new.php:751
2062
  msgid "Hide post edit option from users whose subscription pack is expired."
2063
  msgstr ""
2064
 
2065
- #: admin/html/whats-new.php:754
2066
  msgid "Check files to prevent duplicity in media upload"
2067
  msgstr ""
2068
 
2069
- #: admin/html/whats-new.php:756
2070
  msgid ""
2071
  "A simple measure has been taken to prevent maliciously flooding the site by "
2072
  "uploading same file multiple times. Though this won't work with already "
2073
  "uploaded medias."
2074
  msgstr ""
2075
 
2076
- #: admin/html/whats-new.php:759
2077
  msgid "Refactor address fields in Account section"
2078
  msgstr ""
2079
 
2080
- #: admin/html/whats-new.php:761
2081
  msgid "Address edit section from Account section has been rewritten to improve UX."
2082
  msgstr ""
2083
 
2084
- #: admin/html/whats-new.php:764
2085
  msgid "Update Paypal payment gateway"
2086
  msgstr ""
2087
 
2088
- #: admin/html/whats-new.php:766
2089
  msgid "Paypal payment gateway has seen some improvements."
2090
  msgstr ""
2091
 
2092
- #: admin/html/whats-new.php:769
2093
  msgid "Default Category selection improvements"
2094
  msgstr ""
2095
 
2096
- #: admin/html/whats-new.php:771
2097
  msgid ""
2098
  "An intuitive way of selecting default category of a selected post type has "
2099
  "been introduced."
2100
  msgstr ""
2101
 
2102
- #: admin/html/whats-new.php:774
2103
  msgid "Compatibility issue with ACF date time field"
2104
  msgstr ""
2105
 
2106
- #: admin/html/whats-new.php:776
2107
  msgid "A Compatibility issue with ACF date time field has been addressed."
2108
  msgstr ""
2109
 
2110
- #: admin/html/whats-new.php:779
2111
  msgid "Media title, caption & description not saving"
2112
  msgstr ""
2113
 
2114
- #: admin/html/whats-new.php:781
2115
  msgid ""
2116
  "Media title, caption & description were not saving from frontend. They will "
2117
  "now."
2118
  msgstr ""
2119
 
2120
- #: admin/html/whats-new.php:784
2121
  msgid ""
2122
  "The Events Calendar venue and organizer fields issue in WPUF Custom Fields "
2123
  "metabox"
2124
  msgstr ""
2125
 
2126
- #: admin/html/whats-new.php:786
2127
  msgid ""
2128
  "A workaround has been introduced to save The Events Calendar Venue and "
2129
  "Organizer fields properly from WPUF Custom Fields metabox."
2130
  msgstr ""
2131
 
2132
- #: admin/html/whats-new.php:789
2133
  msgid "Checkbox data not saving from WPUF Custom Fields metabox"
2134
  msgstr ""
2135
 
2136
- #: admin/html/whats-new.php:791
2137
  msgid ""
2138
  "Checkboxe data from WPUF Custom Fields metabox were not saving. It has been "
2139
  "fixed."
2140
  msgstr ""
2141
 
2142
- #: admin/html/whats-new.php:794
2143
  msgid "Multi-column Repeater field data saving issue"
2144
  msgstr ""
2145
 
2146
- #: admin/html/whats-new.php:796
2147
  msgid ""
2148
  "Multi-column Repeater field data from a form was not saving. It has been "
2149
  "fixed."
2150
  msgstr ""
2151
 
2152
- #: admin/html/whats-new.php:799
2153
  msgid "Multistep form conflict with Elementor"
2154
  msgstr ""
2155
 
2156
- #: admin/html/whats-new.php:801
2157
  msgid "Multistep form had a conflict with Elementor. It has been fixed."
2158
  msgstr ""
2159
 
2160
- #: admin/html/whats-new.php:804
2161
  msgid "Multiple images showing issue in frontend"
2162
  msgstr ""
2163
 
2164
- #: admin/html/whats-new.php:806
2165
  msgid "Multiple images in a post were not showing in frontend. Now they will."
2166
  msgstr ""
2167
 
2168
- #: admin/html/whats-new.php:815
2169
  msgid "Nonce not verify on login"
2170
  msgstr ""
2171
 
2172
- #: admin/html/whats-new.php:817
2173
  msgid "Return of function wp_verify_nonce() was ignored."
2174
  msgstr ""
2175
 
2176
- #: admin/html/whats-new.php:826
2177
  msgid "Option to set which tab shows as active on the account page"
2178
  msgstr ""
2179
 
2180
- #: admin/html/whats-new.php:828
2181
  msgid ""
2182
  "Option to set which tab shows as active on the account page. To configure "
2183
  "this setting navigate to wp-admin->User Frontend->Settings->My "
2184
  "Account->Active Tab "
2185
  msgstr ""
2186
 
2187
- #: admin/html/whats-new.php:831
2188
  msgid "Unlock option was unavailable after the post being locked"
2189
  msgstr ""
2190
 
2191
- #: admin/html/whats-new.php:833
2192
  msgid "Unlock option was unavailable after the post being locked."
2193
  msgstr ""
2194
 
2195
- #: admin/html/whats-new.php:836
2196
  msgid "Gutenberg block of WPUF didn't work on bedrock installation"
2197
  msgstr ""
2198
 
2199
- #: admin/html/whats-new.php:838
2200
  msgid "Gutenberg block of WPUF didn't work on bedrock installation."
2201
  msgstr ""
2202
 
2203
- #: admin/html/whats-new.php:841
2204
  msgid "Sending admin payment received email twice"
2205
  msgstr ""
2206
 
2207
- #: admin/html/whats-new.php:843
2208
  msgid ""
2209
  "After processing payment admin & user was receiving payment received email "
2210
  "twice."
2211
  msgstr ""
2212
 
2213
- #: admin/html/whats-new.php:846
2214
  msgid ""
2215
  "Add shortcode support to display post information in the Post Expiration "
2216
  "Message"
2217
  msgstr ""
2218
 
2219
- #: admin/html/whats-new.php:848
2220
  msgid ""
2221
  "Add shortcode support to display post information in the Post Expiration "
2222
  "Message. You can use: <strong>{post_author} {post_url} {blogname} "
2223
  "{post_title} {post_status}</strong>"
2224
  msgstr ""
2225
 
2226
- #: admin/html/whats-new.php:851
2227
  msgid "Add optin on the setup wizard"
2228
  msgstr ""
2229
 
2230
- #: admin/html/whats-new.php:853
2231
  msgid ""
2232
  "Added optin on the setup wizard, admin can choose whether he/she wants to "
2233
  "share server environment details (php, mysql, server, WordPress versions), "
@@ -2235,126 +2243,126 @@ msgid ""
2235
  "name and url, admin name and email address. No sensitive data is tracked"
2236
  msgstr ""
2237
 
2238
- #: admin/html/whats-new.php:862
2239
  msgid "Post Owner problem"
2240
  msgstr ""
2241
 
2242
- #: admin/html/whats-new.php:864
2243
  msgid ""
2244
  "Posts were not assigned to the selected default post owner, this issue has "
2245
  "been fixed."
2246
  msgstr ""
2247
 
2248
- #: admin/html/whats-new.php:867
2249
  msgid "Google reCaptcha was not working"
2250
  msgstr ""
2251
 
2252
- #: admin/html/whats-new.php:869
2253
  msgid ""
2254
  "Google reCaptcha was not working, users could submit the form without "
2255
  "reCaptcha validation."
2256
  msgstr ""
2257
 
2258
- #: admin/html/whats-new.php:878
2259
  msgid "Added column field"
2260
  msgstr ""
2261
 
2262
- #: admin/html/whats-new.php:883
2263
  msgid "Unable to render the events on the front-end dashboard"
2264
  msgstr ""
2265
 
2266
- #: admin/html/whats-new.php:885
2267
  msgid ""
2268
  "On the frontend dashboard, the submitted events were not showing, you will "
2269
  "get it fixed in this version."
2270
  msgstr ""
2271
 
2272
- #: admin/html/whats-new.php:888
2273
  msgid "Page order getting 0(zero) after editing from the frontend"
2274
  msgstr ""
2275
 
2276
- #: admin/html/whats-new.php:890
2277
  msgid ""
2278
  "Page order was not saving while editing a post using WPUF form, it has been "
2279
  "fixed."
2280
  msgstr ""
2281
 
2282
- #: admin/html/whats-new.php:893
2283
  msgid "Text input field for taxonomies not working"
2284
  msgstr ""
2285
 
2286
- #: admin/html/whats-new.php:895
2287
  msgid ""
2288
  "When taxonomy field type is set to `Text Input` then a fatal error was "
2289
  "showing on the frontend, no error with taxonomy field in the latest version."
2290
  msgstr ""
2291
 
2292
- #: admin/html/whats-new.php:898
2293
  msgid ""
2294
  "In radio and checkbox field use conditional logic that value does not save "
2295
  "in database"
2296
  msgstr ""
2297
 
2298
- #: admin/html/whats-new.php:900
2299
  msgid ""
2300
  "The selected value of radio and checkbox field were not showing while "
2301
  "editing posts from the backend or frontend, you can see the selected value "
2302
  "in this version."
2303
  msgstr ""
2304
 
2305
- #: admin/html/whats-new.php:903
2306
  msgid "The args param not working with get_avatar filter"
2307
  msgstr ""
2308
 
2309
- #: admin/html/whats-new.php:905
2310
  msgid "The args parameter did not exist with get_avatar filter, which now exists."
2311
  msgstr ""
2312
 
2313
- #: admin/html/whats-new.php:908
2314
  msgid "The item in ajax taxonomy field was not selected"
2315
  msgstr ""
2316
 
2317
- #: admin/html/whats-new.php:910
2318
  msgid ""
2319
  "When the taxonomy field type is set to Ajax, the submitted terms were not "
2320
  "showing in the backend and frontend which have been fixed."
2321
  msgstr ""
2322
 
2323
- #: admin/html/whats-new.php:919
2324
  msgid "Unable to send new user registration email"
2325
  msgstr ""
2326
 
2327
- #: admin/html/whats-new.php:921
2328
  msgid ""
2329
  "WP User Frontend default registration form `[wpuf-registration]` was unable "
2330
  "to send the new user registration email."
2331
  msgstr ""
2332
 
2333
- #: admin/html/whats-new.php:924
2334
  msgid "WPUF forms block compatibility issue with the latest WP version"
2335
  msgstr ""
2336
 
2337
- #: admin/html/whats-new.php:926
2338
  msgid ""
2339
  "With the latest version of WordPress the gutenberg block of WP User "
2340
  "Frontend were not working. In this version, you will get it fixed."
2341
  msgstr ""
2342
 
2343
- #: admin/html/whats-new.php:929
2344
  msgid "Page not update where `[wpuf_dashboard]` shortcode exist"
2345
  msgstr ""
2346
 
2347
- #: admin/html/whats-new.php:931
2348
  msgid ""
2349
  "While using Gutenberg, the page were not being updated with WPUF shortcode "
2350
  "[wpuf dashboard]"
2351
  msgstr ""
2352
 
2353
- #: admin/html/whats-new.php:934
2354
  msgid "Retain default when determining whether to display the admin bar"
2355
  msgstr ""
2356
 
2357
- #: admin/html/whats-new.php:936
2358
  msgid ""
2359
  "From the User Frontend Settings, set that Administrator, Editor, Vendor can "
2360
  "see the admin bar. Now, the super admin want, one specific user ( who has "
@@ -2364,11 +2372,11 @@ msgid ""
2364
  "frontend."
2365
  msgstr ""
2366
 
2367
- #: admin/html/whats-new.php:939
2368
  msgid "Fatal error when use PHP lower version (5.4 or lower)"
2369
  msgstr ""
2370
 
2371
- #: admin/html/whats-new.php:941
2372
  msgid ""
2373
  "It was unable to install WP User Frontend with PHP 5.4 or lower version. "
2374
  "Here is the error details: <br><br><strong>Fatal error: Can't use method "
@@ -2376,42 +2384,42 @@ msgid ""
2376
  "/wp-user-frontend/class/frontend-form-post.php on line 194</strong>"
2377
  msgstr ""
2378
 
2379
- #: admin/html/whats-new.php:944
2380
  msgid "Product form was unable to show the single gallery image"
2381
  msgstr ""
2382
 
2383
- #: admin/html/whats-new.php:946
2384
  msgid ""
2385
  "When user upload single image for product gallery using WPUF WooCommerce "
2386
  "product form, that image were not showing on the frontend."
2387
  msgstr ""
2388
 
2389
- #: admin/html/whats-new.php:955
2390
  msgid "WooCommerce gallery images not getting saved"
2391
  msgstr ""
2392
 
2393
- #: admin/html/whats-new.php:957
2394
  msgid ""
2395
  "After releasing version 2.9.3, WooCommerce gallery image field stopped "
2396
  "working. You will get it fixed in this version."
2397
  msgstr ""
2398
 
2399
- #: admin/html/whats-new.php:966
2400
  msgid "The Events Calendar Integration Form"
2401
  msgstr ""
2402
 
2403
- #: admin/html/whats-new.php:968
2404
  msgid ""
2405
  "Now admin can allow users to create event from the frontend. Currently WPUF "
2406
  "has a one click pre-build event form that has been integrated with The "
2407
  "Events Calendar plugin"
2408
  msgstr ""
2409
 
2410
- #: admin/html/whats-new.php:971
2411
  msgid "Post Submission Facility From Account Page"
2412
  msgstr ""
2413
 
2414
- #: admin/html/whats-new.php:973
2415
  msgid ""
2416
  "On the frontend account page, added a new menu item named <b>Submit "
2417
  "Post</b>. Now admin can allow users to submit post from their default "
@@ -2420,504 +2428,504 @@ msgid ""
2420
  "you can assign any post form that will use to submit posts."
2421
  msgstr ""
2422
 
2423
- #: admin/html/whats-new.php:976
2424
  msgid "Login/Lost Password Link Under Registration Form"
2425
  msgstr ""
2426
 
2427
- #: admin/html/whats-new.php:978
2428
  msgid "Added Login/Lost Password link under registration form"
2429
  msgstr ""
2430
 
2431
- #: admin/html/whats-new.php:987
2432
  msgid "Added drag and drop image ordering on image upload"
2433
  msgstr ""
2434
 
2435
- #: admin/html/whats-new.php:989
2436
  msgid ""
2437
  "Now frontend users can drag & drop the images/files to change the order "
2438
  "while uploading."
2439
  msgstr ""
2440
 
2441
- #: admin/html/whats-new.php:992
2442
  msgid "Added reCAPTCHA field in login form"
2443
  msgstr ""
2444
 
2445
- #: admin/html/whats-new.php:994
2446
  msgid ""
2447
  "Admin has the option to show reCAPTCHA field in login form. Check the "
2448
  "related settings from <strong>User Frontend > Settings > "
2449
  "Login/Registration</strong>"
2450
  msgstr ""
2451
 
2452
- #: admin/html/whats-new.php:997
2453
  msgid "Added preview option in forms"
2454
  msgstr ""
2455
 
2456
- #: admin/html/whats-new.php:999
2457
  msgid ""
2458
  "You can see a nice <strong>Preview</strong> button with <strong>Save "
2459
  "Form</strong> button, admin can take a quick look of the form without using "
2460
  "shortcode"
2461
  msgstr ""
2462
 
2463
- #: admin/html/whats-new.php:1002
2464
  msgid "Fixed hiding “Select Image” button while uploading multiple images."
2465
  msgstr ""
2466
 
2467
- #: admin/html/whats-new.php:1004
2468
  msgid ""
2469
  "The upload button will not be hidden until the user selects max number of "
2470
  "files "
2471
  msgstr ""
2472
 
2473
- #: admin/html/whats-new.php:1007
2474
  msgid "Added form limit notice before form submission"
2475
  msgstr ""
2476
 
2477
- #: admin/html/whats-new.php:1009
2478
  msgid ""
2479
  "Limit notice message was showing after submission, now it is showing when "
2480
  "rendering the form"
2481
  msgstr ""
2482
 
2483
- #: admin/html/whats-new.php:1012
2484
  msgid "Fixed: default post category not saving"
2485
  msgstr ""
2486
 
2487
- #: admin/html/whats-new.php:1014
2488
  msgid ""
2489
  "From the form <strong>Settings > Post Settings</strong>, default post "
2490
  "category options were not saving. Now, it's fixed."
2491
  msgstr ""
2492
 
2493
- #: admin/html/whats-new.php:1017
2494
  msgid ""
2495
  "WPUF dashboard shortcode with form_id attribute was not showing posts "
2496
  "properly"
2497
  msgstr ""
2498
 
2499
- #: admin/html/whats-new.php:1019
2500
  msgid ""
2501
  "Now you can list posts on the frontend by using <strong>form_id<strong/> "
2502
  "attribute with <strong>[wpuf_dashboard]</strong> shortcode"
2503
  msgstr ""
2504
 
2505
- #: admin/html/whats-new.php:1028
2506
  msgid "Changed text domain to `wp-user-frontend` from `wpuf` "
2507
  msgstr ""
2508
 
2509
- #: admin/html/whats-new.php:1030
2510
  msgid ""
2511
  "If you are using other language than English. Please <b>rename</b> your "
2512
  "<i>.po and .mo </i> files to `wp-user-frontend_` from `wpuf_` <br> This "
2513
  "change was made to support translations from translate.wordpress.org"
2514
  msgstr ""
2515
 
2516
- #: admin/html/whats-new.php:1033
2517
  msgid "Added WP User Frontend Data export and erase functionality."
2518
  msgstr ""
2519
 
2520
- #: admin/html/whats-new.php:1035
2521
  msgid "Added functionality to export WP User Frontend Data to comply with GDPR."
2522
  msgstr ""
2523
 
2524
- #: admin/html/whats-new.php:1038
2525
  msgid "Added billing address customizer."
2526
  msgstr ""
2527
 
2528
- #: admin/html/whats-new.php:1040
2529
  msgid "Added customizer options for billing address in payment page."
2530
  msgstr ""
2531
 
2532
- #: admin/html/whats-new.php:1043
2533
  msgid "Make the payment page responsive."
2534
  msgstr ""
2535
 
2536
- #: admin/html/whats-new.php:1045
2537
  msgid "Some css adjustments are made in payment page to make it responsive."
2538
  msgstr ""
2539
 
2540
- #: admin/html/whats-new.php:1048
2541
  msgid "Fixed image upload issue in Safari."
2542
  msgstr ""
2543
 
2544
- #: admin/html/whats-new.php:1050
2545
  msgid "Images were not showing after upload in safari, it is fixed now."
2546
  msgstr ""
2547
 
2548
- #: admin/html/whats-new.php:1053
2549
  msgid "Post update issue after updating or removing post images."
2550
  msgstr ""
2551
 
2552
- #: admin/html/whats-new.php:1055
2553
  msgid ""
2554
  "Posts cannot be updated after updating or removing post images, it is fixed "
2555
  "now."
2556
  msgstr ""
2557
 
2558
- #: admin/html/whats-new.php:1064
2559
  msgid "Allow overriding form input styles using theme styling."
2560
  msgstr ""
2561
 
2562
- #: admin/html/whats-new.php:1066
2563
  msgid "Overriding form input styles using theme style is now possible."
2564
  msgstr ""
2565
 
2566
- #: admin/html/whats-new.php:1069
2567
  msgid "Fixed Auto Login after registration."
2568
  msgstr ""
2569
 
2570
- #: admin/html/whats-new.php:1071
2571
  msgid "Auto Login after registration was not working is fixed now."
2572
  msgstr ""
2573
 
2574
- #: admin/html/whats-new.php:1074
2575
  msgid "Fixed fallback cost calculation"
2576
  msgstr ""
2577
 
2578
- #: admin/html/whats-new.php:1076
2579
  msgid "Fallback cost calculation was inaccurate for some cases, it is fixed now."
2580
  msgstr ""
2581
 
2582
- #: admin/html/whats-new.php:1079
2583
  msgid "Removal of subscription from User Profile gets reverted if updated"
2584
  msgstr ""
2585
 
2586
- #: admin/html/whats-new.php:1081
2587
  msgid "User subscription deletion gets reverted if updated is fixed."
2588
  msgstr ""
2589
 
2590
- #: admin/html/whats-new.php:1084
2591
  msgid "Show Free pack users in subscribers list."
2592
  msgstr ""
2593
 
2594
- #: admin/html/whats-new.php:1086
2595
  msgid "Free pack users were not showing in subscribers list, now they will."
2596
  msgstr ""
2597
 
2598
- #: admin/html/whats-new.php:1095
2599
  msgid "WP User Frontend Guten Block is added"
2600
  msgstr ""
2601
 
2602
- #: admin/html/whats-new.php:1097
2603
  msgid ""
2604
  "WPUF Form Block is now available to be used within gutenberg editor with "
2605
  "preview of the form. "
2606
  msgstr ""
2607
 
2608
- #: admin/html/whats-new.php:1100
2609
  msgid "Advanced Custom Fields plugin compatibility"
2610
  msgstr ""
2611
 
2612
- #: admin/html/whats-new.php:1102
2613
  msgid "Now all your ACF fields can be used within WPUF Post forms. "
2614
  msgstr ""
2615
 
2616
- #: admin/html/whats-new.php:1105
2617
  msgid "Taxonomy Terms not showing for custom post types"
2618
  msgstr ""
2619
 
2620
- #: admin/html/whats-new.php:1107
2621
  msgid ""
2622
  "Fixed an issue with taxonomy terms not appearing for Custom Post types "
2623
  "within Form Settings and Dashboard Post Listing"
2624
  msgstr ""
2625
 
2626
- #: admin/html/whats-new.php:1110
2627
  msgid "Various other code optimizations"
2628
  msgstr ""
2629
 
2630
- #: admin/html/whats-new.php:1112 admin/html/whats-new.php:1169
2631
  msgid "Code structure organization and optimization for better performance"
2632
  msgstr ""
2633
 
2634
- #: admin/html/whats-new.php:1121
2635
  msgid "WoooCommerce billing address Sync"
2636
  msgstr ""
2637
 
2638
- #: admin/html/whats-new.php:1123
2639
  msgid ""
2640
  "If an existing customer has previously set his billing address, that will "
2641
  "be imported into WPUF Billing address "
2642
  msgstr ""
2643
 
2644
- #: admin/html/whats-new.php:1126
2645
  msgid "Trial subscription message not showing properly"
2646
  msgstr ""
2647
 
2648
- #: admin/html/whats-new.php:1128
2649
  msgid "Subscriptions with Trial now shows trial notices"
2650
  msgstr ""
2651
 
2652
- #: admin/html/whats-new.php:1131
2653
  msgid "Reset email Key not working"
2654
  msgstr ""
2655
 
2656
- #: admin/html/whats-new.php:1133
2657
  msgid "Reset Email key was not working in some cases"
2658
  msgstr ""
2659
 
2660
- #: admin/html/whats-new.php:1136
2661
  msgid "Post count not showing on the frontend dashboard"
2662
  msgstr ""
2663
 
2664
- #: admin/html/whats-new.php:1138
2665
  msgid ""
2666
  "Dashboard with multiple post type was not showing post counts properly, is "
2667
  "now fixed and shows count for each post type"
2668
  msgstr ""
2669
 
2670
- #: admin/html/whats-new.php:1141
2671
  msgid "Login Redirect showing blank page is fixed"
2672
  msgstr ""
2673
 
2674
- #: admin/html/whats-new.php:1143
2675
  msgid ""
2676
  "If \"Previous Page\" was set for redirection, login redirect was "
2677
  "redirecting to blank page for users who hit login page directly"
2678
  msgstr ""
2679
 
2680
- #: admin/html/whats-new.php:1152
2681
  msgid "Enhanced Login Redirect to redirect users to previous page"
2682
  msgstr ""
2683
 
2684
- #: admin/html/whats-new.php:1154
2685
  msgid ""
2686
  "You can choose Previous Page as Login Redirect page settings now to "
2687
  "redirect users to the page from which they went for Login. "
2688
  msgstr ""
2689
 
2690
- #: admin/html/whats-new.php:1157
2691
  msgid "Email HTML links not Rendreing properly issue is fixed"
2692
  msgstr ""
2693
 
2694
- #: admin/html/whats-new.php:1159
2695
  msgid ""
2696
  "For some clients emails were not rendering the HTML links properly, this is "
2697
  "now fixed"
2698
  msgstr ""
2699
 
2700
- #: admin/html/whats-new.php:1162
2701
  msgid "Form Builder : Form Field's Help text styles not showing properly"
2702
  msgstr ""
2703
 
2704
- #: admin/html/whats-new.php:1164
2705
  msgid "Help texts styling is now fixed and much easier to read and understand"
2706
  msgstr ""
2707
 
2708
- #: admin/html/whats-new.php:1167
2709
  msgid "Various other code improvements"
2710
  msgstr ""
2711
 
2712
- #: admin/html/whats-new.php:1178
2713
  msgid "Dashboard Post Listing now supports multiple post types"
2714
  msgstr ""
2715
 
2716
- #: admin/html/whats-new.php:1180
2717
  msgid ""
2718
  "Now you can show multiple post type in user dashboard using shortcode like "
2719
  "this : <br><b>[wpuf_dashboard post_type=\"post,page,custom_type\"]</b> "
2720
  msgstr ""
2721
 
2722
- #: admin/html/whats-new.php:1183
2723
  msgid "Added Login Redirect Settings"
2724
  msgstr ""
2725
 
2726
- #: admin/html/whats-new.php:1185
2727
  msgid ""
2728
  "You can now set a page from <i>WPUF Settings > Login/Registration > "
2729
  "Redirect after Login</i>. When login redirection is active the user will be "
2730
  "redirected to this page after login."
2731
  msgstr ""
2732
 
2733
- #: admin/html/whats-new.php:1188
2734
  msgid "Image Upload field button text can be changed"
2735
  msgstr ""
2736
 
2737
- #: admin/html/whats-new.php:1190
2738
  msgid ""
2739
  "The upload button text can now be changed for image upload fields which "
2740
  "defaults to \"Select Image\" if not set. "
2741
  msgstr ""
2742
 
2743
- #: admin/html/whats-new.php:1193
2744
  msgid "Multi Step Form styles made compatible with more themes"
2745
  msgstr ""
2746
 
2747
- #: admin/html/whats-new.php:1195
2748
  msgid "Multi Step form can now be styled more easily with other themes "
2749
  msgstr ""
2750
 
2751
- #: admin/html/whats-new.php:1198
2752
  msgid "Required field condition for google map not working is fixed"
2753
  msgstr ""
2754
 
2755
- #: admin/html/whats-new.php:1200
2756
  msgid ""
2757
  "If Google Map field was set as required users were able to submit form "
2758
  "without changing the default value."
2759
  msgstr ""
2760
 
2761
- #: admin/html/whats-new.php:1209
2762
  msgid "Admin form builder is now fully responsive."
2763
  msgstr ""
2764
 
2765
- #: admin/html/whats-new.php:1211
2766
  msgid ""
2767
  "Now you can edit forms from your mobile devices directly. Our improved "
2768
  "responsive layouts of form builder makes it easy for you to build forms on "
2769
  "the go."
2770
  msgstr ""
2771
 
2772
- #: admin/html/whats-new.php:1214
2773
  msgid "Added color schemes for creating attractive form layouts."
2774
  msgstr ""
2775
 
2776
- #: admin/html/whats-new.php:1216
2777
  msgid ""
2778
  "We have added 3 new color schemes for the form layouts which you can choose "
2779
  "from each form's new display settings."
2780
  msgstr ""
2781
 
2782
- #: admin/html/whats-new.php:1219
2783
  msgid "Restrict Free subscription pack to be enabled multiple times "
2784
  msgstr ""
2785
 
2786
- #: admin/html/whats-new.php:1221
2787
  msgid ""
2788
  "Free subscription packs now can only be purchased once and the limit "
2789
  "applies properly"
2790
  msgstr ""
2791
 
2792
- #: admin/html/whats-new.php:1224
2793
  msgid "Various other bug fixes and improvements were made "
2794
  msgstr ""
2795
 
2796
- #: admin/html/whats-new.php:1226
2797
  msgid "Please see the change log to see full details."
2798
  msgstr ""
2799
 
2800
- #: admin/html/whats-new.php:1235
2801
  msgid "Added upgrade function for default category"
2802
  msgstr ""
2803
 
2804
- #: admin/html/whats-new.php:1237
2805
  msgid "Upgrader added to upgrade previously set default post category."
2806
  msgstr ""
2807
 
2808
- #: admin/html/whats-new.php:1240
2809
  msgid "Subscription pack cannot be canceled"
2810
  msgstr ""
2811
 
2812
- #: admin/html/whats-new.php:1242
2813
  msgid ""
2814
  "Fixed recurring subscription pack cannot be canceled from my account page "
2815
  "in subscription details section."
2816
  msgstr ""
2817
 
2818
- #: admin/html/whats-new.php:1245
2819
  msgid "page installer admin notice logic issue"
2820
  msgstr ""
2821
 
2822
- #: admin/html/whats-new.php:1247
2823
  msgid ""
2824
  "Fixed page installer admin notice logic problem due to new payment settings "
2825
  "default value not set."
2826
  msgstr ""
2827
 
2828
- #: admin/html/whats-new.php:1257
2829
  msgid "Setup Wizard"
2830
  msgstr ""
2831
 
2832
- #: admin/html/whats-new.php:1259
2833
  msgid "Setup Wizard added to turn off payment options and install pages."
2834
  msgstr ""
2835
 
2836
- #: admin/html/whats-new.php:1263
2837
  msgid "Multi-select Category"
2838
  msgstr ""
2839
 
2840
- #: admin/html/whats-new.php:1265
2841
  msgid "Add multi-select to default category in post form settings."
2842
  msgstr ""
2843
 
2844
- #: admin/html/whats-new.php:1269
2845
  msgid "Select Text option for Taxonomy"
2846
  msgstr ""
2847
 
2848
- #: admin/html/whats-new.php:1271
2849
  msgid ""
2850
  "Add Select Text option for taxonomy fields. Now you can add default text "
2851
  "with empty value as first option for Taxonomy dropdown."
2852
  msgstr ""
2853
 
2854
- #: admin/html/whats-new.php:1274
2855
  msgid "Taxonomy Checkbox Inline"
2856
  msgstr ""
2857
 
2858
- #: admin/html/whats-new.php:1276
2859
  msgid ""
2860
  "Added checkbox inline option to taxonomy checkbox. You can now display "
2861
  "Taxonomy checkbox fields inline."
2862
  msgstr ""
2863
 
2864
- #: admin/html/whats-new.php:1286
2865
  msgid "Manage schedule for form submission"
2866
  msgstr ""
2867
 
2868
- #: admin/html/whats-new.php:1288
2869
  msgid ""
2870
  "Do not accept form submission if the current date is not between the date "
2871
  "range of the schedule."
2872
  msgstr ""
2873
 
2874
- #: admin/html/whats-new.php:1292
2875
  msgid "Restrict form submission based on the user roles"
2876
  msgstr ""
2877
 
2878
- #: admin/html/whats-new.php:1294
2879
  msgid ""
2880
  "Restrict form submission based on the user roles. Now you can manage user "
2881
  "role base permission on form submission."
2882
  msgstr ""
2883
 
2884
- #: admin/html/whats-new.php:1298
2885
  msgid "Limit how many entries a form will accept"
2886
  msgstr ""
2887
 
2888
- #: admin/html/whats-new.php:1300
2889
  msgid ""
2890
  "Limit how many entries a form will accept and display a custom message when "
2891
  "that limit is reached."
2892
  msgstr ""
2893
 
2894
- #: admin/html/whats-new.php:1304
2895
  msgid "Show/hide Admin Bar"
2896
  msgstr ""
2897
 
2898
- #: admin/html/whats-new.php:1306
2899
  msgid "Control the admin bar visibility based on user roles."
2900
  msgstr ""
2901
 
2902
- #: admin/html/whats-new.php:1310
2903
  msgid "Ajax Login widget"
2904
  msgstr ""
2905
 
2906
- #: admin/html/whats-new.php:1312
2907
  msgid ""
2908
  "Login user is more simple now with Ajax Login Widget. The simple ajax login "
2909
  "form do not required page loading for login."
2910
  msgstr ""
2911
 
2912
- #: admin/html/whats-new.php:1316
2913
  msgid "Form submission with Captcha field"
2914
  msgstr ""
2915
 
2916
- #: admin/html/whats-new.php:1318
2917
  msgid "Form field validation process updated if form submits with captcha field."
2918
  msgstr ""
2919
 
2920
- #: admin/html/whats-new.php:1332
2921
  msgid "What's New in WPUF?"
2922
  msgstr ""
2923
 
@@ -3051,23 +3059,23 @@ msgid "Draft"
3051
  msgstr ""
3052
 
3053
  #: admin/posting.php:72 class/asset-loader.php:55 class/render-form.php:1673
3054
- #: wpuf.php:739
3055
  msgid "Are you sure?"
3056
  msgstr ""
3057
 
3058
- #: admin/posting.php:80 class/asset-loader.php:63 wpuf.php:750
3059
  msgid "Allowed Files"
3060
  msgstr ""
3061
 
3062
- #: admin/posting.php:83 class/asset-loader.php:66 wpuf.php:756
3063
  msgid "Maximum number of files reached!"
3064
  msgstr ""
3065
 
3066
- #: admin/posting.php:84 class/asset-loader.php:67 wpuf.php:757
3067
  msgid "The file you have uploaded exceeds the file size limit. Please try again."
3068
  msgstr ""
3069
 
3070
- #: admin/posting.php:85 class/asset-loader.php:68 wpuf.php:758
3071
  msgid "You have uploaded an incorrect file type. Please try again."
3072
  msgstr ""
3073
 
@@ -4256,27 +4264,27 @@ msgstr ""
4256
  msgid "Import"
4257
  msgstr ""
4258
 
4259
- #: class/asset-loader.php:32 wpuf.php:636
4260
  msgid "is required"
4261
  msgstr ""
4262
 
4263
- #: class/asset-loader.php:33 wpuf.php:637
4264
  msgid "does not match"
4265
  msgstr ""
4266
 
4267
- #: class/asset-loader.php:34 wpuf.php:638
4268
  msgid "is not valid"
4269
  msgstr ""
4270
 
4271
- #: class/asset-loader.php:46 wpuf.php:716
4272
  msgid "Please fix the errors to proceed"
4273
  msgstr ""
4274
 
4275
- #: class/asset-loader.php:48 wpuf.php:723
4276
  msgid "Word limit reached"
4277
  msgstr ""
4278
 
4279
- #: class/asset-loader.php:49 wpuf.php:718
4280
  msgid "Are you sure you want to cancel your current subscription ?"
4281
  msgstr ""
4282
 
@@ -7287,11 +7295,11 @@ msgstr ""
7287
  msgid "</strong> or greater."
7288
  msgstr ""
7289
 
7290
- #: wpuf.php:193
7291
  msgid "Your Post Has Been Expired"
7292
  msgstr ""
7293
 
7294
- #: wpuf.php:457
7295
  msgid ""
7296
  "<p style=\"font-size: 13px\">\n"
7297
  " <strong class=\"highlight-text\" "
@@ -7304,31 +7312,31 @@ msgid ""
7304
  " </p>"
7305
  msgstr ""
7306
 
7307
- #: wpuf.php:474
7308
  msgid "Update WP User Frontend Pro Now"
7309
  msgstr ""
7310
 
7311
- #: wpuf.php:478
7312
  msgid "Update WP User Frontend Pro NOW"
7313
  msgstr ""
7314
 
7315
- #: wpuf.php:721
7316
  msgid "Character limit reached"
7317
  msgstr ""
7318
 
7319
- #: wpuf.php:722
7320
  msgid "Minimum character required "
7321
  msgstr ""
7322
 
7323
- #: wpuf.php:724
7324
  msgid "Minimum word required "
7325
  msgstr ""
7326
 
7327
- #: wpuf.php:732
7328
  msgid "Please Cancel Your Currently Active Pack first!"
7329
  msgstr ""
7330
 
7331
- #: wpuf.php:903
7332
  msgid "Error: Nonce verification failed"
7333
  msgstr ""
7334
 
2
  # This file is distributed under the GPL2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP User Frontend 3.5.25\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
+ "POT-Creation-Date: 2021-11-18 06:14:40+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:716
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:717
197
  msgid "No"
198
  msgstr ""
199
 
610
  msgstr ""
611
 
612
  #: admin/form-builder/class-wpuf-admin-form-builder.php:281
613
+ #: admin/posting.php:73 class/asset-loader.php:56 wpuf.php:737
614
  msgid "Yes, delete it"
615
  msgstr ""
616
 
617
  #: admin/form-builder/class-wpuf-admin-form-builder.php:282
618
+ #: admin/posting.php:74 class/asset-loader.php:57 wpuf.php:738
619
  msgid "No, cancel it"
620
  msgstr ""
621
 
1436
  msgid "Contact Support"
1437
  msgstr ""
1438
 
1439
+ #: admin/html/whats-new.php:8
1440
+ msgid "Security Vulnerability fixed"
1441
+ msgstr ""
1442
+
1443
+ #: admin/html/whats-new.php:18
1444
  msgid "Featured item for subscriber"
1445
  msgstr ""
1446
 
1447
+ #: admin/html/whats-new.php:22
1448
  msgid "Warning added for unsaved form data on frontend"
1449
  msgstr ""
1450
 
1451
+ #: admin/html/whats-new.php:26
1452
  msgid "Settings page search implemented"
1453
  msgstr ""
1454
 
1455
+ #: admin/html/whats-new.php:30
1456
  msgid "Editor added for registration form email template"
1457
  msgstr ""
1458
 
1459
+ #: admin/html/whats-new.php:34
1460
  msgid "Fallback pay per post not working with when draft enabled"
1461
  msgstr ""
1462
 
1463
+ #: admin/html/whats-new.php:38
1464
  msgid "User Dashboard responsive issues fixed"
1465
  msgstr ""
1466
 
1467
+ #: admin/html/whats-new.php:42
1468
  msgid "Showing wrong license expire message handled"
1469
  msgstr ""
1470
 
1471
+ #: admin/html/whats-new.php:46
1472
  msgid "Remove expire cron handled for once daily"
1473
  msgstr ""
1474
 
1475
+ #: admin/html/whats-new.php:50
1476
  msgid "Billing address validation handled"
1477
  msgstr ""
1478
 
1479
+ #: admin/html/whats-new.php:54
1480
+ msgid "Promotion notice restricted for WPUF menu"
1481
+ msgstr ""
1482
+
1483
+ #: admin/html/whats-new.php:65
1484
  msgid "reCaptcha issue with other plugin handled"
1485
  msgstr ""
1486
 
1487
+ #: admin/html/whats-new.php:69
1488
  msgid "Multiple post type for wpuf dashboard not working fixed"
1489
  msgstr ""
1490
 
1491
+ #: admin/html/whats-new.php:73
1492
  msgid "Billing address ajax request issue handled"
1493
  msgstr ""
1494
 
1495
+ #: admin/html/whats-new.php:77
1496
  msgid "Halloween promotion notice added"
1497
  msgstr ""
1498
 
1499
+ #: admin/html/whats-new.php:88
1500
  msgid "Content restriction for minimum, maximum value enhanced"
1501
  msgstr ""
1502
 
1503
+ #: admin/html/whats-new.php:92
1504
  msgid "New option for redirection after pay per post payment in form setting"
1505
  msgstr ""
1506
 
1507
+ #: admin/html/whats-new.php:96
1508
  msgid "Controller added for various email notification"
1509
  msgstr ""
1510
 
1511
+ #: admin/html/whats-new.php:100
1512
  msgid "Placeholder added for unauth message option"
1513
  msgstr ""
1514
 
1515
+ #: admin/html/whats-new.php:104
1516
  msgid "Subscription Post expiration option change to input field"
1517
  msgstr ""
1518
 
1519
+ #: admin/html/whats-new.php:108
1520
  msgid "Content restriction message translatable"
1521
  msgstr ""
1522
 
1523
+ #: admin/html/whats-new.php:112
1524
  msgid "ACF integration inconsistency handled"
1525
  msgstr ""
1526
 
1527
+ #: admin/html/whats-new.php:116
1528
  msgid "Enable payment checkbox handled for child option"
1529
  msgstr ""
1530
 
1531
+ #: admin/html/whats-new.php:120
1532
  msgid "Broken asset link handled for custom field popup"
1533
  msgstr ""
1534
 
1535
+ #: admin/html/whats-new.php:124
1536
  msgid "Rollback inconsistency for CPT handled"
1537
  msgstr ""
1538
 
1539
+ #: admin/html/whats-new.php:128
1540
  msgid "Login form loaded after resetting password"
1541
  msgstr ""
1542
 
1543
+ #: admin/html/whats-new.php:132
1544
  msgid "Billing address inconsistency handled"
1545
  msgstr ""
1546
 
1547
+ #: admin/html/whats-new.php:136
1548
  msgid "Form duplication on creation handled"
1549
  msgstr ""
1550
 
1551
+ #: admin/html/whats-new.php:140
1552
  msgid "Field Dragging inconsistency fixed"
1553
  msgstr ""
1554
 
1555
+ #: admin/html/whats-new.php:151
1556
  msgid "Google Map field enhanced along with acf google map"
1557
  msgstr ""
1558
 
1559
+ #: admin/html/whats-new.php:155
1560
  msgid "Filter added for dashboard account menu"
1561
  msgstr ""
1562
 
1563
+ #: admin/html/whats-new.php:159
1564
  msgid "Fallback Pay Per Post inconsistency handled"
1565
  msgstr ""
1566
 
1567
+ #: admin/html/whats-new.php:163
1568
  msgid "Google map search field not showing"
1569
  msgstr ""
1570
 
1571
+ #: admin/html/whats-new.php:167
1572
  msgid "Form preview page inconsistency with builder"
1573
  msgstr ""
1574
 
1575
+ #: admin/html/whats-new.php:171
1576
  msgid "Category not showing as hierarchy"
1577
  msgstr ""
1578
 
1579
+ #: admin/html/whats-new.php:175
1580
  msgid "TOC field randering issue with registration form"
1581
  msgstr ""
1582
 
1583
+ #: admin/html/whats-new.php:179
1584
  msgid "Custom plupload filter inconsistency with file upload handled"
1585
  msgstr ""
1586
 
1587
+ #: admin/html/whats-new.php:183
1588
  msgid "Guest Pay Per Post inconsistency handled"
1589
  msgstr ""
1590
 
1591
+ #: admin/html/whats-new.php:187
1592
  msgid "Responsive and font issue handled"
1593
  msgstr ""
1594
 
1595
+ #: admin/html/whats-new.php:198
1596
  msgid "Preview page added for post form and registration form"
1597
  msgstr ""
1598
 
1599
+ #: admin/html/whats-new.php:202
1600
  msgid "Post types menu on account page added"
1601
  msgstr ""
1602
 
1603
+ #: admin/html/whats-new.php:206
1604
  msgid "Dashboard shortcode attributes enhanced"
1605
  msgstr ""
1606
 
1607
+ #: admin/html/whats-new.php:210
1608
  msgid "Account page post type list new design"
1609
  msgstr ""
1610
 
1611
+ #: admin/html/whats-new.php:214
1612
  msgid "Payment page restricted from direct unauthenticated access"
1613
  msgstr ""
1614
 
1615
+ #: admin/html/whats-new.php:218
1616
  msgid "Timepicker conflict with dokan handled"
1617
  msgstr ""
1618
 
1619
+ #: admin/html/whats-new.php:222
1620
  msgid "Trial inconsistency with paypal fixed"
1621
  msgstr ""
1622
 
1623
+ #: admin/html/whats-new.php:226
1624
  msgid "Subscription does not cancel with paypal due to profile missing id"
1625
  msgstr ""
1626
 
1627
+ #: admin/html/whats-new.php:230
1628
  msgid "Subscription email notification inconsistency fixed"
1629
  msgstr ""
1630
 
1631
+ #: admin/html/whats-new.php:234
1632
  msgid "Various issues on payment page for non-logged in user handled"
1633
  msgstr ""
1634
 
1635
+ #: admin/html/whats-new.php:238
1636
  msgid "Column inner field cloning inconsistency fixed"
1637
  msgstr ""
1638
 
1639
+ #: admin/html/whats-new.php:242
1640
  msgid "Popup z-index changed due to other plugin z-index"
1641
  msgstr ""
1642
 
1643
+ #: admin/html/whats-new.php:254
1644
  msgid "Added Mauritian Rupee for currency"
1645
  msgstr ""
1646
 
1647
+ #: admin/html/whats-new.php:258
1648
  msgid "Added eid promotional offer notice"
1649
  msgstr ""
1650
 
1651
+ #: admin/html/whats-new.php:262
1652
  msgid "Multiple google map validation for same form"
1653
  msgstr ""
1654
 
1655
+ #: admin/html/whats-new.php:266
1656
  msgid "Various issues on verification, autologin payments & address field"
1657
  msgstr ""
1658
 
1659
+ #: admin/html/whats-new.php:270
1660
  msgid "Docs update for file & attachments feature which is pro only"
1661
  msgstr ""
1662
 
1663
+ #: admin/html/whats-new.php:281
1664
  msgid "Overflow footer on form builder page"
1665
  msgstr ""
1666
 
1667
+ #: admin/html/whats-new.php:285
1668
  msgid "WordPress 5.7 compatibility"
1669
  msgstr ""
1670
 
1671
+ #: admin/html/whats-new.php:289
1672
  msgid "Limited time promotion for weDevs birthday"
1673
  msgstr ""
1674
 
1675
+ #: admin/html/whats-new.php:300
1676
  msgid "Meta key will not change if label update"
1677
  msgstr ""
1678
 
1679
+ #: admin/html/whats-new.php:304
1680
  msgid "Login redirect empty previous url"
1681
  msgstr ""
1682
 
1683
+ #: admin/html/whats-new.php:308
1684
  msgid "Email doesnt set as username"
1685
  msgstr ""
1686
 
1687
+ #: admin/html/whats-new.php:312
1688
  msgid "Post redirection to payment doesn't work"
1689
  msgstr ""
1690
 
1691
+ #: admin/html/whats-new.php:316
1692
  msgid "Address field not working when used with conditional logic"
1693
  msgstr ""
1694
 
1695
+ #: admin/html/whats-new.php:320
1696
  msgid "Ajax type category child of not working"
1697
  msgstr ""
1698
 
1699
+ #: admin/html/whats-new.php:324
1700
  msgid "Non recurring subscription did not work"
1701
  msgstr ""
1702
 
1703
+ #: admin/html/whats-new.php:335
1704
  msgid "Menu position has chenged due to dokan has same menu position"
1705
  msgstr ""
1706
 
1707
+ #: admin/html/whats-new.php:339
1708
  msgid "Drag and drop not working properly for new field"
1709
  msgstr ""
1710
 
1711
+ #: admin/html/whats-new.php:350
1712
  msgid "QR and math captcha added to pro feature list"
1713
  msgstr ""
1714
 
1715
+ #: admin/html/whats-new.php:354
1716
  msgid "Tooltip for category navigate"
1717
  msgstr ""
1718
 
1719
+ #: admin/html/whats-new.php:358
1720
  msgid "Understandable guest payment notice"
1721
  msgstr ""
1722
 
1723
+ #: admin/html/whats-new.php:362
1724
  msgid "Paypal non recurring pack id does not set"
1725
  msgstr ""
1726
 
1727
+ #: admin/html/whats-new.php:373
1728
  msgid "Once trial subscription is used, it couldn't reset"
1729
  msgstr ""
1730
 
1731
+ #: admin/html/whats-new.php:377
1732
  msgid "Subscription cancel doesn't work"
1733
  msgstr ""
1734
 
1735
+ #: admin/html/whats-new.php:381
1736
  msgid "The tax rate was not calculated with the total amount"
1737
  msgstr ""
1738
 
1739
+ #: admin/html/whats-new.php:385
1740
  msgid "The width of the column field was breaking"
1741
  msgstr ""
1742
 
1743
+ #: admin/html/whats-new.php:389
1744
  msgid "Paypal recurring payment"
1745
  msgstr ""
1746
 
1747
+ #: admin/html/whats-new.php:400
1748
  msgid "Updated codebase to fix timezone mismatch"
1749
  msgstr ""
1750
 
1751
+ #: admin/html/whats-new.php:411
1752
  msgid "Custom html content field's width"
1753
  msgstr ""
1754
 
1755
+ #: admin/html/whats-new.php:415
1756
  msgid "All states of New Zealand are added"
1757
  msgstr ""
1758
 
1759
+ #: admin/html/whats-new.php:426
1760
  msgid "Get appropriate user id when role based conditions are present"
1761
  msgstr ""
1762
 
1763
+ #: admin/html/whats-new.php:430
1764
  msgid "Show Invalid subscription message if wrong pack id passed"
1765
  msgstr ""
1766
 
1767
+ #: admin/html/whats-new.php:434
1768
  msgid "URL field new window not working"
1769
  msgstr ""
1770
 
1771
+ #: admin/html/whats-new.php:438
1772
  msgid "Option label not working when & use"
1773
  msgstr ""
1774
 
1775
+ #: admin/html/whats-new.php:442
1776
  msgid "Ajax type category not showing on edit"
1777
  msgstr ""
1778
 
1779
+ #: admin/html/whats-new.php:446
1780
  msgid "Multiple file image can't select"
1781
  msgstr ""
1782
 
1783
+ #: admin/html/whats-new.php:450
1784
  msgid "Subscription pack PayPal Checkout gets \"Error: Access Denied\""
1785
  msgstr ""
1786
 
1787
+ #: admin/html/whats-new.php:454
1788
  msgid "Conflict image field with acf image field"
1789
  msgstr ""
1790
 
1791
+ #: admin/html/whats-new.php:458
1792
  msgid "Missing Auckland State for New Zealand country"
1793
  msgstr ""
1794
 
1795
+ #: admin/html/whats-new.php:462
1796
  msgid "Added support for WooCommerce product category value replacemen"
1797
  msgstr ""
1798
 
1799
+ #: admin/html/whats-new.php:472
1800
  msgid "Add character restriction feature"
1801
  msgstr ""
1802
 
1803
+ #: admin/html/whats-new.php:476
1804
  msgid "Make sure post author edit link works only in frontend"
1805
  msgstr ""
1806
 
1807
+ #: admin/html/whats-new.php:480
1808
  msgid "Inconsistency in lost password reset email message"
1809
  msgstr ""
1810
 
1811
+ #: admin/html/whats-new.php:484
1812
  msgid "Saving custom taxonomy terms when input type is text"
1813
  msgstr ""
1814
 
1815
+ #: admin/html/whats-new.php:488
1816
  msgid "Taxonomy field JS error in builder"
1817
  msgstr ""
1818
 
1819
+ #: admin/html/whats-new.php:492
1820
  msgid "Showing WPUF edit link for WP default roles"
1821
  msgstr ""
1822
 
1823
+ #: admin/html/whats-new.php:496
1824
  msgid "Upload button unresponsive issue in iOS"
1825
  msgstr ""
1826
 
1827
+ #: admin/html/whats-new.php:506
1828
  msgid "Add post edit link for post authors in single or archive pages"
1829
  msgstr ""
1830
 
1831
+ #: admin/html/whats-new.php:510
1832
  msgid "Enhance post delete message"
1833
  msgstr ""
1834
 
1835
+ #: admin/html/whats-new.php:514
1836
  msgid "Refactor control buttons visibility in form builder"
1837
  msgstr ""
1838
 
1839
+ #: admin/html/whats-new.php:518
1840
  msgid "Add missing colons after field label"
1841
  msgstr ""
1842
 
1843
+ #: admin/html/whats-new.php:522
1844
  msgid "Post edit map capability condition"
1845
  msgstr ""
1846
 
1847
+ #: admin/html/whats-new.php:526
1848
  msgid "Role based permission for accessing a post form"
1849
  msgstr ""
1850
 
1851
+ #: admin/html/whats-new.php:530
1852
  msgid "Section-break field alignment"
1853
  msgstr ""
1854
 
1855
+ #: admin/html/whats-new.php:534
1856
  msgid "Pay per post doesn't work if subscription pack is activated"
1857
  msgstr ""
1858
 
1859
+ #: admin/html/whats-new.php:538
1860
  msgid "Mime type for uploading JSON files"
1861
  msgstr ""
1862
 
1863
+ #: admin/html/whats-new.php:542
1864
  msgid "File upload with same file name"
1865
  msgstr ""
1866
 
1867
+ #: admin/html/whats-new.php:546
1868
  msgid "Post preview missing fields"
1869
  msgstr ""
1870
 
1871
+ #: admin/html/whats-new.php:550
1872
  msgid "Illigal variable declartion"
1873
  msgstr ""
1874
 
1875
+ #: admin/html/whats-new.php:554
1876
  msgid "Featured image updating issue"
1877
  msgstr ""
1878
 
1879
+ #: admin/html/whats-new.php:558
1880
  msgid "Conflict with Phlox theme"
1881
  msgstr ""
1882
 
1883
+ #: admin/html/whats-new.php:562
1884
  msgid "Textarea custom field data sanitization"
1885
  msgstr ""
1886
 
1887
+ #: admin/html/whats-new.php:566
1888
  msgid "exclude_type warning in wpuf_category_checklist"
1889
  msgstr ""
1890
 
1891
+ #: admin/html/whats-new.php:570
1892
  msgid "Category field not showing all child categories for selection type child of"
1893
  msgstr ""
1894
 
1895
+ #: admin/html/whats-new.php:574
1896
  msgid "Conflict between image and file upload custom fields"
1897
  msgstr ""
1898
 
1899
+ #: admin/html/whats-new.php:578
1900
  msgid "Login url when login page is not set"
1901
  msgstr ""
1902
 
1903
+ #: admin/html/whats-new.php:588
1904
  msgid ""
1905
  "Use common names for Ivory Coast, North Korea and Sourth Korea instead of "
1906
  "their official names"
1907
  msgstr ""
1908
 
1909
+ #: admin/html/whats-new.php:592
1910
  msgid "Fix condition to use default avatar"
1911
  msgstr ""
1912
 
1913
+ #: admin/html/whats-new.php:596
1914
  msgid "Make Email and URL fields clickable"
1915
  msgstr ""
1916
 
1917
+ #: admin/html/whats-new.php:600
1918
  msgid "Fix redirect after user login"
1919
  msgstr ""
1920
 
1921
+ #: admin/html/whats-new.php:604
1922
  msgid "Sanitize textarea field data"
1923
  msgstr ""
1924
 
1925
+ #: admin/html/whats-new.php:608
1926
  msgid ""
1927
  "Fix missing colon to email, URL, text and textarea labels when renders "
1928
  "their data"
1929
  msgstr ""
1930
 
1931
+ #: admin/html/whats-new.php:612
1932
  msgid "Prevent showing empty labels for fields that have render_field_data method"
1933
  msgstr ""
1934
 
1935
+ #: admin/html/whats-new.php:622
1936
  msgid "Add Namibian Dollar in currency list"
1937
  msgstr ""
1938
 
1939
+ #: admin/html/whats-new.php:626
1940
  msgid "Add sync values option for option data fields"
1941
  msgstr ""
1942
 
1943
+ #: admin/html/whats-new.php:630
1944
  msgid "Allow uploading image that having filesize meets php ini settings"
1945
  msgstr ""
1946
 
1947
+ #: admin/html/whats-new.php:634
1948
  msgid "Limit the selection of one image at a time"
1949
  msgstr ""
1950
 
1951
+ #: admin/html/whats-new.php:638
1952
  msgid "Use file name and size to generate hash to prevent duplicant image upload"
1953
  msgstr ""
1954
 
1955
+ #: admin/html/whats-new.php:642
1956
  msgid "Sanitize text and textarea field data"
1957
  msgstr ""
1958
 
1959
+ #: admin/html/whats-new.php:646
1960
  msgid ""
1961
  "Show label instead of values for radio, checkbox, dropdown and multiselect "
1962
  "data"
1963
  msgstr ""
1964
 
1965
+ #: admin/html/whats-new.php:650
1966
  msgid "Saving custom taxonomies for type text input"
1967
  msgstr ""
1968
 
1969
+ #: admin/html/whats-new.php:654
1970
  msgid "Admin settings link for recaptcha helper text"
1971
  msgstr ""
1972
 
1973
+ #: admin/html/whats-new.php:658
1974
  msgid "Undefined name property for Custom HTML fields"
1975
  msgstr ""
1976
 
1977
+ #: admin/html/whats-new.php:662
1978
  msgid "Delete attachment process"
1979
  msgstr ""
1980
 
1981
+ #: admin/html/whats-new.php:666
1982
  msgid "Missing billing address in invoice PDF"
1983
  msgstr ""
1984
 
1985
+ #: admin/html/whats-new.php:670
1986
  msgid "Showing country field value in frontend post content"
1987
  msgstr ""
1988
 
1989
+ #: admin/html/whats-new.php:674
1990
  msgid "Avatar size display not complying with admin settings size"
1991
  msgstr ""
1992
 
1993
+ #: admin/html/whats-new.php:678
1994
  msgid "Display default avatars on admin settings discussion page"
1995
  msgstr ""
1996
 
1997
+ #: admin/html/whats-new.php:682
1998
  msgid "Redirect to subscription page at registration"
1999
  msgstr ""
2000
 
2001
+ #: admin/html/whats-new.php:686
2002
  msgid "Error notice regarding registration page redirect"
2003
  msgstr ""
2004
 
2005
+ #: admin/html/whats-new.php:690
2006
  msgid "Escaping html in registration errors"
2007
  msgstr ""
2008
 
2009
+ #: admin/html/whats-new.php:694
2010
  msgid "Default login redirect link"
2011
  msgstr ""
2012
 
2013
+ #: admin/html/whats-new.php:698
2014
  msgid "Implementing default WP login page override option"
2015
  msgstr ""
2016
 
2017
+ #: admin/html/whats-new.php:702
2018
  msgid "Transparent background of autosuggestion dropdown"
2019
  msgstr ""
2020
 
2021
+ #: admin/html/whats-new.php:712
2022
  msgid "Import forms system"
2023
  msgstr ""
2024
 
2025
+ #: admin/html/whats-new.php:716
2026
  msgid "Password reset system"
2027
  msgstr ""
2028
 
2029
+ #: admin/html/whats-new.php:720
2030
  msgid "Updated url validation regex to support modern tlds"
2031
  msgstr ""
2032
 
2033
+ #: admin/html/whats-new.php:724
2034
  msgid "Export WPUF forms individually from admin tools page"
2035
  msgstr ""
2036
 
2037
+ #: admin/html/whats-new.php:728
2038
  msgid "Subscription cycle label translation issue"
2039
  msgstr ""
2040
 
2041
+ #: admin/html/whats-new.php:732
2042
  msgid "ACF integration for checkbox fields"
2043
  msgstr ""
2044
 
2045
+ #: admin/html/whats-new.php:736
2046
  msgid "Illegal string offset warning while updating settings"
2047
  msgstr ""
2048
 
2049
+ #: admin/html/whats-new.php:740
2050
  msgid "Conditional logic for Section Break field"
2051
  msgstr ""
2052
 
2053
+ #: admin/html/whats-new.php:744
2054
  msgid "Subscriptions cannot be deleted from backend"
2055
  msgstr ""
2056
 
2057
+ #: admin/html/whats-new.php:748
2058
  msgid "A regression regarding saving checkbox data"
2059
  msgstr ""
2060
 
2061
+ #: admin/html/whats-new.php:752
2062
  msgid "Default value of multi-select fields is not showing"
2063
  msgstr ""
2064
 
2065
+ #: admin/html/whats-new.php:762
2066
  msgid "Hide post edit option when subscription is expired"
2067
  msgstr ""
2068
 
2069
+ #: admin/html/whats-new.php:764
2070
  msgid "Hide post edit option from users whose subscription pack is expired."
2071
  msgstr ""
2072
 
2073
+ #: admin/html/whats-new.php:767
2074
  msgid "Check files to prevent duplicity in media upload"
2075
  msgstr ""
2076
 
2077
+ #: admin/html/whats-new.php:769
2078
  msgid ""
2079
  "A simple measure has been taken to prevent maliciously flooding the site by "
2080
  "uploading same file multiple times. Though this won't work with already "
2081
  "uploaded medias."
2082
  msgstr ""
2083
 
2084
+ #: admin/html/whats-new.php:772
2085
  msgid "Refactor address fields in Account section"
2086
  msgstr ""
2087
 
2088
+ #: admin/html/whats-new.php:774
2089
  msgid "Address edit section from Account section has been rewritten to improve UX."
2090
  msgstr ""
2091
 
2092
+ #: admin/html/whats-new.php:777
2093
  msgid "Update Paypal payment gateway"
2094
  msgstr ""
2095
 
2096
+ #: admin/html/whats-new.php:779
2097
  msgid "Paypal payment gateway has seen some improvements."
2098
  msgstr ""
2099
 
2100
+ #: admin/html/whats-new.php:782
2101
  msgid "Default Category selection improvements"
2102
  msgstr ""
2103
 
2104
+ #: admin/html/whats-new.php:784
2105
  msgid ""
2106
  "An intuitive way of selecting default category of a selected post type has "
2107
  "been introduced."
2108
  msgstr ""
2109
 
2110
+ #: admin/html/whats-new.php:787
2111
  msgid "Compatibility issue with ACF date time field"
2112
  msgstr ""
2113
 
2114
+ #: admin/html/whats-new.php:789
2115
  msgid "A Compatibility issue with ACF date time field has been addressed."
2116
  msgstr ""
2117
 
2118
+ #: admin/html/whats-new.php:792
2119
  msgid "Media title, caption & description not saving"
2120
  msgstr ""
2121
 
2122
+ #: admin/html/whats-new.php:794
2123
  msgid ""
2124
  "Media title, caption & description were not saving from frontend. They will "
2125
  "now."
2126
  msgstr ""
2127
 
2128
+ #: admin/html/whats-new.php:797
2129
  msgid ""
2130
  "The Events Calendar venue and organizer fields issue in WPUF Custom Fields "
2131
  "metabox"
2132
  msgstr ""
2133
 
2134
+ #: admin/html/whats-new.php:799
2135
  msgid ""
2136
  "A workaround has been introduced to save The Events Calendar Venue and "
2137
  "Organizer fields properly from WPUF Custom Fields metabox."
2138
  msgstr ""
2139
 
2140
+ #: admin/html/whats-new.php:802
2141
  msgid "Checkbox data not saving from WPUF Custom Fields metabox"
2142
  msgstr ""
2143
 
2144
+ #: admin/html/whats-new.php:804
2145
  msgid ""
2146
  "Checkboxe data from WPUF Custom Fields metabox were not saving. It has been "
2147
  "fixed."
2148
  msgstr ""
2149
 
2150
+ #: admin/html/whats-new.php:807
2151
  msgid "Multi-column Repeater field data saving issue"
2152
  msgstr ""
2153
 
2154
+ #: admin/html/whats-new.php:809
2155
  msgid ""
2156
  "Multi-column Repeater field data from a form was not saving. It has been "
2157
  "fixed."
2158
  msgstr ""
2159
 
2160
+ #: admin/html/whats-new.php:812
2161
  msgid "Multistep form conflict with Elementor"
2162
  msgstr ""
2163
 
2164
+ #: admin/html/whats-new.php:814
2165
  msgid "Multistep form had a conflict with Elementor. It has been fixed."
2166
  msgstr ""
2167
 
2168
+ #: admin/html/whats-new.php:817
2169
  msgid "Multiple images showing issue in frontend"
2170
  msgstr ""
2171
 
2172
+ #: admin/html/whats-new.php:819
2173
  msgid "Multiple images in a post were not showing in frontend. Now they will."
2174
  msgstr ""
2175
 
2176
+ #: admin/html/whats-new.php:828
2177
  msgid "Nonce not verify on login"
2178
  msgstr ""
2179
 
2180
+ #: admin/html/whats-new.php:830
2181
  msgid "Return of function wp_verify_nonce() was ignored."
2182
  msgstr ""
2183
 
2184
+ #: admin/html/whats-new.php:839
2185
  msgid "Option to set which tab shows as active on the account page"
2186
  msgstr ""
2187
 
2188
+ #: admin/html/whats-new.php:841
2189
  msgid ""
2190
  "Option to set which tab shows as active on the account page. To configure "
2191
  "this setting navigate to wp-admin->User Frontend->Settings->My "
2192
  "Account->Active Tab "
2193
  msgstr ""
2194
 
2195
+ #: admin/html/whats-new.php:844
2196
  msgid "Unlock option was unavailable after the post being locked"
2197
  msgstr ""
2198
 
2199
+ #: admin/html/whats-new.php:846
2200
  msgid "Unlock option was unavailable after the post being locked."
2201
  msgstr ""
2202
 
2203
+ #: admin/html/whats-new.php:849
2204
  msgid "Gutenberg block of WPUF didn't work on bedrock installation"
2205
  msgstr ""
2206
 
2207
+ #: admin/html/whats-new.php:851
2208
  msgid "Gutenberg block of WPUF didn't work on bedrock installation."
2209
  msgstr ""
2210
 
2211
+ #: admin/html/whats-new.php:854
2212
  msgid "Sending admin payment received email twice"
2213
  msgstr ""
2214
 
2215
+ #: admin/html/whats-new.php:856
2216
  msgid ""
2217
  "After processing payment admin & user was receiving payment received email "
2218
  "twice."
2219
  msgstr ""
2220
 
2221
+ #: admin/html/whats-new.php:859
2222
  msgid ""
2223
  "Add shortcode support to display post information in the Post Expiration "
2224
  "Message"
2225
  msgstr ""
2226
 
2227
+ #: admin/html/whats-new.php:861
2228
  msgid ""
2229
  "Add shortcode support to display post information in the Post Expiration "
2230
  "Message. You can use: <strong>{post_author} {post_url} {blogname} "
2231
  "{post_title} {post_status}</strong>"
2232
  msgstr ""
2233
 
2234
+ #: admin/html/whats-new.php:864
2235
  msgid "Add optin on the setup wizard"
2236
  msgstr ""
2237
 
2238
+ #: admin/html/whats-new.php:866
2239
  msgid ""
2240
  "Added optin on the setup wizard, admin can choose whether he/she wants to "
2241
  "share server environment details (php, mysql, server, WordPress versions), "
2243
  "name and url, admin name and email address. No sensitive data is tracked"
2244
  msgstr ""
2245
 
2246
+ #: admin/html/whats-new.php:875
2247
  msgid "Post Owner problem"
2248
  msgstr ""
2249
 
2250
+ #: admin/html/whats-new.php:877
2251
  msgid ""
2252
  "Posts were not assigned to the selected default post owner, this issue has "
2253
  "been fixed."
2254
  msgstr ""
2255
 
2256
+ #: admin/html/whats-new.php:880
2257
  msgid "Google reCaptcha was not working"
2258
  msgstr ""
2259
 
2260
+ #: admin/html/whats-new.php:882
2261
  msgid ""
2262
  "Google reCaptcha was not working, users could submit the form without "
2263
  "reCaptcha validation."
2264
  msgstr ""
2265
 
2266
+ #: admin/html/whats-new.php:891
2267
  msgid "Added column field"
2268
  msgstr ""
2269
 
2270
+ #: admin/html/whats-new.php:896
2271
  msgid "Unable to render the events on the front-end dashboard"
2272
  msgstr ""
2273
 
2274
+ #: admin/html/whats-new.php:898
2275
  msgid ""
2276
  "On the frontend dashboard, the submitted events were not showing, you will "
2277
  "get it fixed in this version."
2278
  msgstr ""
2279
 
2280
+ #: admin/html/whats-new.php:901
2281
  msgid "Page order getting 0(zero) after editing from the frontend"
2282
  msgstr ""
2283
 
2284
+ #: admin/html/whats-new.php:903
2285
  msgid ""
2286
  "Page order was not saving while editing a post using WPUF form, it has been "
2287
  "fixed."
2288
  msgstr ""
2289
 
2290
+ #: admin/html/whats-new.php:906
2291
  msgid "Text input field for taxonomies not working"
2292
  msgstr ""
2293
 
2294
+ #: admin/html/whats-new.php:908
2295
  msgid ""
2296
  "When taxonomy field type is set to `Text Input` then a fatal error was "
2297
  "showing on the frontend, no error with taxonomy field in the latest version."
2298
  msgstr ""
2299
 
2300
+ #: admin/html/whats-new.php:911
2301
  msgid ""
2302
  "In radio and checkbox field use conditional logic that value does not save "
2303
  "in database"
2304
  msgstr ""
2305
 
2306
+ #: admin/html/whats-new.php:913
2307
  msgid ""
2308
  "The selected value of radio and checkbox field were not showing while "
2309
  "editing posts from the backend or frontend, you can see the selected value "
2310
  "in this version."
2311
  msgstr ""
2312
 
2313
+ #: admin/html/whats-new.php:916
2314
  msgid "The args param not working with get_avatar filter"
2315
  msgstr ""
2316
 
2317
+ #: admin/html/whats-new.php:918
2318
  msgid "The args parameter did not exist with get_avatar filter, which now exists."
2319
  msgstr ""
2320
 
2321
+ #: admin/html/whats-new.php:921
2322
  msgid "The item in ajax taxonomy field was not selected"
2323
  msgstr ""
2324
 
2325
+ #: admin/html/whats-new.php:923
2326
  msgid ""
2327
  "When the taxonomy field type is set to Ajax, the submitted terms were not "
2328
  "showing in the backend and frontend which have been fixed."
2329
  msgstr ""
2330
 
2331
+ #: admin/html/whats-new.php:932
2332
  msgid "Unable to send new user registration email"
2333
  msgstr ""
2334
 
2335
+ #: admin/html/whats-new.php:934
2336
  msgid ""
2337
  "WP User Frontend default registration form `[wpuf-registration]` was unable "
2338
  "to send the new user registration email."
2339
  msgstr ""
2340
 
2341
+ #: admin/html/whats-new.php:937
2342
  msgid "WPUF forms block compatibility issue with the latest WP version"
2343
  msgstr ""
2344
 
2345
+ #: admin/html/whats-new.php:939
2346
  msgid ""
2347
  "With the latest version of WordPress the gutenberg block of WP User "
2348
  "Frontend were not working. In this version, you will get it fixed."
2349
  msgstr ""
2350
 
2351
+ #: admin/html/whats-new.php:942
2352
  msgid "Page not update where `[wpuf_dashboard]` shortcode exist"
2353
  msgstr ""
2354
 
2355
+ #: admin/html/whats-new.php:944
2356
  msgid ""
2357
  "While using Gutenberg, the page were not being updated with WPUF shortcode "
2358
  "[wpuf dashboard]"
2359
  msgstr ""
2360
 
2361
+ #: admin/html/whats-new.php:947
2362
  msgid "Retain default when determining whether to display the admin bar"
2363
  msgstr ""
2364
 
2365
+ #: admin/html/whats-new.php:949
2366
  msgid ""
2367
  "From the User Frontend Settings, set that Administrator, Editor, Vendor can "
2368
  "see the admin bar. Now, the super admin want, one specific user ( who has "
2372
  "frontend."
2373
  msgstr ""
2374
 
2375
+ #: admin/html/whats-new.php:952
2376
  msgid "Fatal error when use PHP lower version (5.4 or lower)"
2377
  msgstr ""
2378
 
2379
+ #: admin/html/whats-new.php:954
2380
  msgid ""
2381
  "It was unable to install WP User Frontend with PHP 5.4 or lower version. "
2382
  "Here is the error details: <br><br><strong>Fatal error: Can't use method "
2384
  "/wp-user-frontend/class/frontend-form-post.php on line 194</strong>"
2385
  msgstr ""
2386
 
2387
+ #: admin/html/whats-new.php:957
2388
  msgid "Product form was unable to show the single gallery image"
2389
  msgstr ""
2390
 
2391
+ #: admin/html/whats-new.php:959
2392
  msgid ""
2393
  "When user upload single image for product gallery using WPUF WooCommerce "
2394
  "product form, that image were not showing on the frontend."
2395
  msgstr ""
2396
 
2397
+ #: admin/html/whats-new.php:968
2398
  msgid "WooCommerce gallery images not getting saved"
2399
  msgstr ""
2400
 
2401
+ #: admin/html/whats-new.php:970
2402
  msgid ""
2403
  "After releasing version 2.9.3, WooCommerce gallery image field stopped "
2404
  "working. You will get it fixed in this version."
2405
  msgstr ""
2406
 
2407
+ #: admin/html/whats-new.php:979
2408
  msgid "The Events Calendar Integration Form"
2409
  msgstr ""
2410
 
2411
+ #: admin/html/whats-new.php:981
2412
  msgid ""
2413
  "Now admin can allow users to create event from the frontend. Currently WPUF "
2414
  "has a one click pre-build event form that has been integrated with The "
2415
  "Events Calendar plugin"
2416
  msgstr ""
2417
 
2418
+ #: admin/html/whats-new.php:984
2419
  msgid "Post Submission Facility From Account Page"
2420
  msgstr ""
2421
 
2422
+ #: admin/html/whats-new.php:986
2423
  msgid ""
2424
  "On the frontend account page, added a new menu item named <b>Submit "
2425
  "Post</b>. Now admin can allow users to submit post from their default "
2428
  "you can assign any post form that will use to submit posts."
2429
  msgstr ""
2430
 
2431
+ #: admin/html/whats-new.php:989
2432
  msgid "Login/Lost Password Link Under Registration Form"
2433
  msgstr ""
2434
 
2435
+ #: admin/html/whats-new.php:991
2436
  msgid "Added Login/Lost Password link under registration form"
2437
  msgstr ""
2438
 
2439
+ #: admin/html/whats-new.php:1000
2440
  msgid "Added drag and drop image ordering on image upload"
2441
  msgstr ""
2442
 
2443
+ #: admin/html/whats-new.php:1002
2444
  msgid ""
2445
  "Now frontend users can drag & drop the images/files to change the order "
2446
  "while uploading."
2447
  msgstr ""
2448
 
2449
+ #: admin/html/whats-new.php:1005
2450
  msgid "Added reCAPTCHA field in login form"
2451
  msgstr ""
2452
 
2453
+ #: admin/html/whats-new.php:1007
2454
  msgid ""
2455
  "Admin has the option to show reCAPTCHA field in login form. Check the "
2456
  "related settings from <strong>User Frontend > Settings > "
2457
  "Login/Registration</strong>"
2458
  msgstr ""
2459
 
2460
+ #: admin/html/whats-new.php:1010
2461
  msgid "Added preview option in forms"
2462
  msgstr ""
2463
 
2464
+ #: admin/html/whats-new.php:1012
2465
  msgid ""
2466
  "You can see a nice <strong>Preview</strong> button with <strong>Save "
2467
  "Form</strong> button, admin can take a quick look of the form without using "
2468
  "shortcode"
2469
  msgstr ""
2470
 
2471
+ #: admin/html/whats-new.php:1015
2472
  msgid "Fixed hiding “Select Image” button while uploading multiple images."
2473
  msgstr ""
2474
 
2475
+ #: admin/html/whats-new.php:1017
2476
  msgid ""
2477
  "The upload button will not be hidden until the user selects max number of "
2478
  "files "
2479
  msgstr ""
2480
 
2481
+ #: admin/html/whats-new.php:1020
2482
  msgid "Added form limit notice before form submission"
2483
  msgstr ""
2484
 
2485
+ #: admin/html/whats-new.php:1022
2486
  msgid ""
2487
  "Limit notice message was showing after submission, now it is showing when "
2488
  "rendering the form"
2489
  msgstr ""
2490
 
2491
+ #: admin/html/whats-new.php:1025
2492
  msgid "Fixed: default post category not saving"
2493
  msgstr ""
2494
 
2495
+ #: admin/html/whats-new.php:1027
2496
  msgid ""
2497
  "From the form <strong>Settings > Post Settings</strong>, default post "
2498
  "category options were not saving. Now, it's fixed."
2499
  msgstr ""
2500
 
2501
+ #: admin/html/whats-new.php:1030
2502
  msgid ""
2503
  "WPUF dashboard shortcode with form_id attribute was not showing posts "
2504
  "properly"
2505
  msgstr ""
2506
 
2507
+ #: admin/html/whats-new.php:1032
2508
  msgid ""
2509
  "Now you can list posts on the frontend by using <strong>form_id<strong/> "
2510
  "attribute with <strong>[wpuf_dashboard]</strong> shortcode"
2511
  msgstr ""
2512
 
2513
+ #: admin/html/whats-new.php:1041
2514
  msgid "Changed text domain to `wp-user-frontend` from `wpuf` "
2515
  msgstr ""
2516
 
2517
+ #: admin/html/whats-new.php:1043
2518
  msgid ""
2519
  "If you are using other language than English. Please <b>rename</b> your "
2520
  "<i>.po and .mo </i> files to `wp-user-frontend_` from `wpuf_` <br> This "
2521
  "change was made to support translations from translate.wordpress.org"
2522
  msgstr ""
2523
 
2524
+ #: admin/html/whats-new.php:1046
2525
  msgid "Added WP User Frontend Data export and erase functionality."
2526
  msgstr ""
2527
 
2528
+ #: admin/html/whats-new.php:1048
2529
  msgid "Added functionality to export WP User Frontend Data to comply with GDPR."
2530
  msgstr ""
2531
 
2532
+ #: admin/html/whats-new.php:1051
2533
  msgid "Added billing address customizer."
2534
  msgstr ""
2535
 
2536
+ #: admin/html/whats-new.php:1053
2537
  msgid "Added customizer options for billing address in payment page."
2538
  msgstr ""
2539
 
2540
+ #: admin/html/whats-new.php:1056
2541
  msgid "Make the payment page responsive."
2542
  msgstr ""
2543
 
2544
+ #: admin/html/whats-new.php:1058
2545
  msgid "Some css adjustments are made in payment page to make it responsive."
2546
  msgstr ""
2547
 
2548
+ #: admin/html/whats-new.php:1061
2549
  msgid "Fixed image upload issue in Safari."
2550
  msgstr ""
2551
 
2552
+ #: admin/html/whats-new.php:1063
2553
  msgid "Images were not showing after upload in safari, it is fixed now."
2554
  msgstr ""
2555
 
2556
+ #: admin/html/whats-new.php:1066
2557
  msgid "Post update issue after updating or removing post images."
2558
  msgstr ""
2559
 
2560
+ #: admin/html/whats-new.php:1068
2561
  msgid ""
2562
  "Posts cannot be updated after updating or removing post images, it is fixed "
2563
  "now."
2564
  msgstr ""
2565
 
2566
+ #: admin/html/whats-new.php:1077
2567
  msgid "Allow overriding form input styles using theme styling."
2568
  msgstr ""
2569
 
2570
+ #: admin/html/whats-new.php:1079
2571
  msgid "Overriding form input styles using theme style is now possible."
2572
  msgstr ""
2573
 
2574
+ #: admin/html/whats-new.php:1082
2575
  msgid "Fixed Auto Login after registration."
2576
  msgstr ""
2577
 
2578
+ #: admin/html/whats-new.php:1084
2579
  msgid "Auto Login after registration was not working is fixed now."
2580
  msgstr ""
2581
 
2582
+ #: admin/html/whats-new.php:1087
2583
  msgid "Fixed fallback cost calculation"
2584
  msgstr ""
2585
 
2586
+ #: admin/html/whats-new.php:1089
2587
  msgid "Fallback cost calculation was inaccurate for some cases, it is fixed now."
2588
  msgstr ""
2589
 
2590
+ #: admin/html/whats-new.php:1092
2591
  msgid "Removal of subscription from User Profile gets reverted if updated"
2592
  msgstr ""
2593
 
2594
+ #: admin/html/whats-new.php:1094
2595
  msgid "User subscription deletion gets reverted if updated is fixed."
2596
  msgstr ""
2597
 
2598
+ #: admin/html/whats-new.php:1097
2599
  msgid "Show Free pack users in subscribers list."
2600
  msgstr ""
2601
 
2602
+ #: admin/html/whats-new.php:1099
2603
  msgid "Free pack users were not showing in subscribers list, now they will."
2604
  msgstr ""
2605
 
2606
+ #: admin/html/whats-new.php:1108
2607
  msgid "WP User Frontend Guten Block is added"
2608
  msgstr ""
2609
 
2610
+ #: admin/html/whats-new.php:1110
2611
  msgid ""
2612
  "WPUF Form Block is now available to be used within gutenberg editor with "
2613
  "preview of the form. "
2614
  msgstr ""
2615
 
2616
+ #: admin/html/whats-new.php:1113
2617
  msgid "Advanced Custom Fields plugin compatibility"
2618
  msgstr ""
2619
 
2620
+ #: admin/html/whats-new.php:1115
2621
  msgid "Now all your ACF fields can be used within WPUF Post forms. "
2622
  msgstr ""
2623
 
2624
+ #: admin/html/whats-new.php:1118
2625
  msgid "Taxonomy Terms not showing for custom post types"
2626
  msgstr ""
2627
 
2628
+ #: admin/html/whats-new.php:1120
2629
  msgid ""
2630
  "Fixed an issue with taxonomy terms not appearing for Custom Post types "
2631
  "within Form Settings and Dashboard Post Listing"
2632
  msgstr ""
2633
 
2634
+ #: admin/html/whats-new.php:1123
2635
  msgid "Various other code optimizations"
2636
  msgstr ""
2637
 
2638
+ #: admin/html/whats-new.php:1125 admin/html/whats-new.php:1182
2639
  msgid "Code structure organization and optimization for better performance"
2640
  msgstr ""
2641
 
2642
+ #: admin/html/whats-new.php:1134
2643
  msgid "WoooCommerce billing address Sync"
2644
  msgstr ""
2645
 
2646
+ #: admin/html/whats-new.php:1136
2647
  msgid ""
2648
  "If an existing customer has previously set his billing address, that will "
2649
  "be imported into WPUF Billing address "
2650
  msgstr ""
2651
 
2652
+ #: admin/html/whats-new.php:1139
2653
  msgid "Trial subscription message not showing properly"
2654
  msgstr ""
2655
 
2656
+ #: admin/html/whats-new.php:1141
2657
  msgid "Subscriptions with Trial now shows trial notices"
2658
  msgstr ""
2659
 
2660
+ #: admin/html/whats-new.php:1144
2661
  msgid "Reset email Key not working"
2662
  msgstr ""
2663
 
2664
+ #: admin/html/whats-new.php:1146
2665
  msgid "Reset Email key was not working in some cases"
2666
  msgstr ""
2667
 
2668
+ #: admin/html/whats-new.php:1149
2669
  msgid "Post count not showing on the frontend dashboard"
2670
  msgstr ""
2671
 
2672
+ #: admin/html/whats-new.php:1151
2673
  msgid ""
2674
  "Dashboard with multiple post type was not showing post counts properly, is "
2675
  "now fixed and shows count for each post type"
2676
  msgstr ""
2677
 
2678
+ #: admin/html/whats-new.php:1154
2679
  msgid "Login Redirect showing blank page is fixed"
2680
  msgstr ""
2681
 
2682
+ #: admin/html/whats-new.php:1156
2683
  msgid ""
2684
  "If \"Previous Page\" was set for redirection, login redirect was "
2685
  "redirecting to blank page for users who hit login page directly"
2686
  msgstr ""
2687
 
2688
+ #: admin/html/whats-new.php:1165
2689
  msgid "Enhanced Login Redirect to redirect users to previous page"
2690
  msgstr ""
2691
 
2692
+ #: admin/html/whats-new.php:1167
2693
  msgid ""
2694
  "You can choose Previous Page as Login Redirect page settings now to "
2695
  "redirect users to the page from which they went for Login. "
2696
  msgstr ""
2697
 
2698
+ #: admin/html/whats-new.php:1170
2699
  msgid "Email HTML links not Rendreing properly issue is fixed"
2700
  msgstr ""
2701
 
2702
+ #: admin/html/whats-new.php:1172
2703
  msgid ""
2704
  "For some clients emails were not rendering the HTML links properly, this is "
2705
  "now fixed"
2706
  msgstr ""
2707
 
2708
+ #: admin/html/whats-new.php:1175
2709
  msgid "Form Builder : Form Field's Help text styles not showing properly"
2710
  msgstr ""
2711
 
2712
+ #: admin/html/whats-new.php:1177
2713
  msgid "Help texts styling is now fixed and much easier to read and understand"
2714
  msgstr ""
2715
 
2716
+ #: admin/html/whats-new.php:1180
2717
  msgid "Various other code improvements"
2718
  msgstr ""
2719
 
2720
+ #: admin/html/whats-new.php:1191
2721
  msgid "Dashboard Post Listing now supports multiple post types"
2722
  msgstr ""
2723
 
2724
+ #: admin/html/whats-new.php:1193
2725
  msgid ""
2726
  "Now you can show multiple post type in user dashboard using shortcode like "
2727
  "this : <br><b>[wpuf_dashboard post_type=\"post,page,custom_type\"]</b> "
2728
  msgstr ""
2729
 
2730
+ #: admin/html/whats-new.php:1196
2731
  msgid "Added Login Redirect Settings"
2732
  msgstr ""
2733
 
2734
+ #: admin/html/whats-new.php:1198
2735
  msgid ""
2736
  "You can now set a page from <i>WPUF Settings > Login/Registration > "
2737
  "Redirect after Login</i>. When login redirection is active the user will be "
2738
  "redirected to this page after login."
2739
  msgstr ""
2740
 
2741
+ #: admin/html/whats-new.php:1201
2742
  msgid "Image Upload field button text can be changed"
2743
  msgstr ""
2744
 
2745
+ #: admin/html/whats-new.php:1203
2746
  msgid ""
2747
  "The upload button text can now be changed for image upload fields which "
2748
  "defaults to \"Select Image\" if not set. "
2749
  msgstr ""
2750
 
2751
+ #: admin/html/whats-new.php:1206
2752
  msgid "Multi Step Form styles made compatible with more themes"
2753
  msgstr ""
2754
 
2755
+ #: admin/html/whats-new.php:1208
2756
  msgid "Multi Step form can now be styled more easily with other themes "
2757
  msgstr ""
2758
 
2759
+ #: admin/html/whats-new.php:1211
2760
  msgid "Required field condition for google map not working is fixed"
2761
  msgstr ""
2762
 
2763
+ #: admin/html/whats-new.php:1213
2764
  msgid ""
2765
  "If Google Map field was set as required users were able to submit form "
2766
  "without changing the default value."
2767
  msgstr ""
2768
 
2769
+ #: admin/html/whats-new.php:1222
2770
  msgid "Admin form builder is now fully responsive."
2771
  msgstr ""
2772
 
2773
+ #: admin/html/whats-new.php:1224
2774
  msgid ""
2775
  "Now you can edit forms from your mobile devices directly. Our improved "
2776
  "responsive layouts of form builder makes it easy for you to build forms on "
2777
  "the go."
2778
  msgstr ""
2779
 
2780
+ #: admin/html/whats-new.php:1227
2781
  msgid "Added color schemes for creating attractive form layouts."
2782
  msgstr ""
2783
 
2784
+ #: admin/html/whats-new.php:1229
2785
  msgid ""
2786
  "We have added 3 new color schemes for the form layouts which you can choose "
2787
  "from each form's new display settings."
2788
  msgstr ""
2789
 
2790
+ #: admin/html/whats-new.php:1232
2791
  msgid "Restrict Free subscription pack to be enabled multiple times "
2792
  msgstr ""
2793
 
2794
+ #: admin/html/whats-new.php:1234
2795
  msgid ""
2796
  "Free subscription packs now can only be purchased once and the limit "
2797
  "applies properly"
2798
  msgstr ""
2799
 
2800
+ #: admin/html/whats-new.php:1237
2801
  msgid "Various other bug fixes and improvements were made "
2802
  msgstr ""
2803
 
2804
+ #: admin/html/whats-new.php:1239
2805
  msgid "Please see the change log to see full details."
2806
  msgstr ""
2807
 
2808
+ #: admin/html/whats-new.php:1248
2809
  msgid "Added upgrade function for default category"
2810
  msgstr ""
2811
 
2812
+ #: admin/html/whats-new.php:1250
2813
  msgid "Upgrader added to upgrade previously set default post category."
2814
  msgstr ""
2815
 
2816
+ #: admin/html/whats-new.php:1253
2817
  msgid "Subscription pack cannot be canceled"
2818
  msgstr ""
2819
 
2820
+ #: admin/html/whats-new.php:1255
2821
  msgid ""
2822
  "Fixed recurring subscription pack cannot be canceled from my account page "
2823
  "in subscription details section."
2824
  msgstr ""
2825
 
2826
+ #: admin/html/whats-new.php:1258
2827
  msgid "page installer admin notice logic issue"
2828
  msgstr ""
2829
 
2830
+ #: admin/html/whats-new.php:1260
2831
  msgid ""
2832
  "Fixed page installer admin notice logic problem due to new payment settings "
2833
  "default value not set."
2834
  msgstr ""
2835
 
2836
+ #: admin/html/whats-new.php:1270
2837
  msgid "Setup Wizard"
2838
  msgstr ""
2839
 
2840
+ #: admin/html/whats-new.php:1272
2841
  msgid "Setup Wizard added to turn off payment options and install pages."
2842
  msgstr ""
2843
 
2844
+ #: admin/html/whats-new.php:1276
2845
  msgid "Multi-select Category"
2846
  msgstr ""
2847
 
2848
+ #: admin/html/whats-new.php:1278
2849
  msgid "Add multi-select to default category in post form settings."
2850
  msgstr ""
2851
 
2852
+ #: admin/html/whats-new.php:1282
2853
  msgid "Select Text option for Taxonomy"
2854
  msgstr ""
2855
 
2856
+ #: admin/html/whats-new.php:1284
2857
  msgid ""
2858
  "Add Select Text option for taxonomy fields. Now you can add default text "
2859
  "with empty value as first option for Taxonomy dropdown."
2860
  msgstr ""
2861
 
2862
+ #: admin/html/whats-new.php:1287
2863
  msgid "Taxonomy Checkbox Inline"
2864
  msgstr ""
2865
 
2866
+ #: admin/html/whats-new.php:1289
2867
  msgid ""
2868
  "Added checkbox inline option to taxonomy checkbox. You can now display "
2869
  "Taxonomy checkbox fields inline."
2870
  msgstr ""
2871
 
2872
+ #: admin/html/whats-new.php:1299
2873
  msgid "Manage schedule for form submission"
2874
  msgstr ""
2875
 
2876
+ #: admin/html/whats-new.php:1301
2877
  msgid ""
2878
  "Do not accept form submission if the current date is not between the date "
2879
  "range of the schedule."
2880
  msgstr ""
2881
 
2882
+ #: admin/html/whats-new.php:1305
2883
  msgid "Restrict form submission based on the user roles"
2884
  msgstr ""
2885
 
2886
+ #: admin/html/whats-new.php:1307
2887
  msgid ""
2888
  "Restrict form submission based on the user roles. Now you can manage user "
2889
  "role base permission on form submission."
2890
  msgstr ""
2891
 
2892
+ #: admin/html/whats-new.php:1311
2893
  msgid "Limit how many entries a form will accept"
2894
  msgstr ""
2895
 
2896
+ #: admin/html/whats-new.php:1313
2897
  msgid ""
2898
  "Limit how many entries a form will accept and display a custom message when "
2899
  "that limit is reached."
2900
  msgstr ""
2901
 
2902
+ #: admin/html/whats-new.php:1317
2903
  msgid "Show/hide Admin Bar"
2904
  msgstr ""
2905
 
2906
+ #: admin/html/whats-new.php:1319
2907
  msgid "Control the admin bar visibility based on user roles."
2908
  msgstr ""
2909
 
2910
+ #: admin/html/whats-new.php:1323
2911
  msgid "Ajax Login widget"
2912
  msgstr ""
2913
 
2914
+ #: admin/html/whats-new.php:1325
2915
  msgid ""
2916
  "Login user is more simple now with Ajax Login Widget. The simple ajax login "
2917
  "form do not required page loading for login."
2918
  msgstr ""
2919
 
2920
+ #: admin/html/whats-new.php:1329
2921
  msgid "Form submission with Captcha field"
2922
  msgstr ""
2923
 
2924
+ #: admin/html/whats-new.php:1331
2925
  msgid "Form field validation process updated if form submits with captcha field."
2926
  msgstr ""
2927
 
2928
+ #: admin/html/whats-new.php:1345
2929
  msgid "What's New in WPUF?"
2930
  msgstr ""
2931
 
3059
  msgstr ""
3060
 
3061
  #: admin/posting.php:72 class/asset-loader.php:55 class/render-form.php:1673
3062
+ #: wpuf.php:736
3063
  msgid "Are you sure?"
3064
  msgstr ""
3065
 
3066
+ #: admin/posting.php:80 class/asset-loader.php:63 wpuf.php:747
3067
  msgid "Allowed Files"
3068
  msgstr ""
3069
 
3070
+ #: admin/posting.php:83 class/asset-loader.php:66 wpuf.php:753
3071
  msgid "Maximum number of files reached!"
3072
  msgstr ""
3073
 
3074
+ #: admin/posting.php:84 class/asset-loader.php:67 wpuf.php:754
3075
  msgid "The file you have uploaded exceeds the file size limit. Please try again."
3076
  msgstr ""
3077
 
3078
+ #: admin/posting.php:85 class/asset-loader.php:68 wpuf.php:755
3079
  msgid "You have uploaded an incorrect file type. Please try again."
3080
  msgstr ""
3081
 
4264
  msgid "Import"
4265
  msgstr ""
4266
 
4267
+ #: class/asset-loader.php:32 wpuf.php:633
4268
  msgid "is required"
4269
  msgstr ""
4270
 
4271
+ #: class/asset-loader.php:33 wpuf.php:634
4272
  msgid "does not match"
4273
  msgstr ""
4274
 
4275
+ #: class/asset-loader.php:34 wpuf.php:635
4276
  msgid "is not valid"
4277
  msgstr ""
4278
 
4279
+ #: class/asset-loader.php:46 wpuf.php:713
4280
  msgid "Please fix the errors to proceed"
4281
  msgstr ""
4282
 
4283
+ #: class/asset-loader.php:48 wpuf.php:720
4284
  msgid "Word limit reached"
4285
  msgstr ""
4286
 
4287
+ #: class/asset-loader.php:49 wpuf.php:715
4288
  msgid "Are you sure you want to cancel your current subscription ?"
4289
  msgstr ""
4290
 
7295
  msgid "</strong> or greater."
7296
  msgstr ""
7297
 
7298
+ #: wpuf.php:195
7299
  msgid "Your Post Has Been Expired"
7300
  msgstr ""
7301
 
7302
+ #: wpuf.php:454
7303
  msgid ""
7304
  "<p style=\"font-size: 13px\">\n"
7305
  " <strong class=\"highlight-text\" "
7312
  " </p>"
7313
  msgstr ""
7314
 
7315
+ #: wpuf.php:471
7316
  msgid "Update WP User Frontend Pro Now"
7317
  msgstr ""
7318
 
7319
+ #: wpuf.php:475
7320
  msgid "Update WP User Frontend Pro NOW"
7321
  msgstr ""
7322
 
7323
+ #: wpuf.php:718
7324
  msgid "Character limit reached"
7325
  msgstr ""
7326
 
7327
+ #: wpuf.php:719
7328
  msgid "Minimum character required "
7329
  msgstr ""
7330
 
7331
+ #: wpuf.php:721
7332
  msgid "Minimum word required "
7333
  msgstr ""
7334
 
7335
+ #: wpuf.php:729
7336
  msgid "Please Cancel Your Currently Active Pack first!"
7337
  msgstr ""
7338
 
7339
+ #: wpuf.php:900
7340
  msgid "Error: Nonce verification failed"
7341
  msgstr ""
7342
 
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.8.1
7
  Requires PHP: 5.6
8
- Stable tag: 3.5.22
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -263,6 +263,10 @@ 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
  = v3.5.22 (28 Oct, 2021) =
267
 
268
  * Enhancement - Settings page search implemented
5
  Requires at least: 4.0
6
  Tested up to: 5.8.1
7
  Requires PHP: 5.6
8
+ Stable tag: 3.5.25
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.23 (18 Nov, 2021) =
267
+
268
+ * Fix - Security Vulnerability fixed
269
+
270
  = v3.5.22 (28 Oct, 2021) =
271
 
272
  * Enhancement - Settings page search implemented
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.22
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.22' );
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.25
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.25' );
16
  define( 'WPUF_FILE', __FILE__ );
17
  define( 'WPUF_ROOT', __DIR__ );
18
  define( 'WPUF_ROOT_URI', plugins_url( '', __FILE__ ) );