Version Description
Download this release
Release Info
Developer | rabbii |
Plugin | WP User Frontend – Membership, Profile, Registration & Post Submission Plugin for WordPress |
Version | 3.1.12 |
Comparing to | |
See all releases |
Code changes from version 3.1.11 to 3.1.12
- admin/html/whats-new.php +11 -0
- includes/free/class-login.php +3 -2
- languages/wp-user-frontend.pot +251 -177
- readme.txt +5 -1
- wpuf.php +2 -2
admin/html/whats-new.php
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
<?php
|
2 |
$changelog = array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
array(
|
4 |
'version' => 'Version 3.1.11',
|
5 |
'released' => '2019-10-02',
|
1 |
<?php
|
2 |
$changelog = array(
|
3 |
+
array(
|
4 |
+
'version' => 'Version 3.1.12',
|
5 |
+
'released' => '2019-10-17',
|
6 |
+
'changes' => array(
|
7 |
+
array(
|
8 |
+
'title' => __( "Nonce not verify on login", 'wp-user-frontend' ),
|
9 |
+
'type' => 'Fix',
|
10 |
+
'description' => __( "Return of function wp_verify_nonce() was ignored.", 'wp-user-frontend' )
|
11 |
+
)
|
12 |
+
)
|
13 |
+
),
|
14 |
array(
|
15 |
'version' => 'Version 3.1.11',
|
16 |
'released' => '2019-10-02',
|
includes/free/class-login.php
CHANGED
@@ -367,8 +367,9 @@ class WPUF_Simple_Login {
|
|
367 |
if ( !empty( $_POST['wpuf_login'] ) && !empty( $_POST['_wpnonce'] ) ) {
|
368 |
$creds = array();
|
369 |
|
370 |
-
if (
|
371 |
-
|
|
|
372 |
}
|
373 |
|
374 |
$validation_error = new WP_Error();
|
367 |
if ( !empty( $_POST['wpuf_login'] ) && !empty( $_POST['_wpnonce'] ) ) {
|
368 |
$creds = array();
|
369 |
|
370 |
+
if ( ! wp_verify_nonce( $_POST['_wpnonce'], 'wpuf_login_action' ) ) {
|
371 |
+
$this->login_errors[] = __( 'Nonce is invalid', 'wp-user-frontend' );
|
372 |
+
return;
|
373 |
}
|
374 |
|
375 |
$validation_error = new WP_Error();
|
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.1.
|
6 |
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
|
7 |
-
"POT-Creation-Date: 2019-10-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -1385,125 +1385,195 @@ msgid "Contact Support"
|
|
1385 |
msgstr ""
|
1386 |
|
1387 |
#: admin/html/whats-new.php:8
|
1388 |
-
msgid "
|
1389 |
msgstr ""
|
1390 |
|
1391 |
#: admin/html/whats-new.php:10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1392 |
msgid ""
|
1393 |
"Posts were not assigned to the selected default post owner, this issue has "
|
1394 |
"been fixed."
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: admin/html/whats-new.php:
|
1398 |
msgid "Google reCaptcha was not working"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: admin/html/whats-new.php:
|
1402 |
msgid ""
|
1403 |
"Google reCaptcha was not working, users could submit the form without "
|
1404 |
"reCaptcha validation."
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: admin/html/whats-new.php:
|
1408 |
msgid "Added column field"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
-
#: admin/html/whats-new.php:
|
1412 |
msgid "Unable to render the events on the front-end dashboard"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: admin/html/whats-new.php:
|
1416 |
msgid ""
|
1417 |
"On the frontend dashboard, the submitted events were not showing, you will "
|
1418 |
"get it fixed in this version."
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: admin/html/whats-new.php:
|
1422 |
msgid "Page order getting 0(zero) after editing from the frontend"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: admin/html/whats-new.php:
|
1426 |
msgid ""
|
1427 |
"Page order was not saving while editing a post using WPUF form, it has been "
|
1428 |
"fixed."
|
1429 |
msgstr ""
|
1430 |
|
1431 |
-
#: admin/html/whats-new.php:
|
1432 |
msgid "Text input field for taxonomies not working"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
-
#: admin/html/whats-new.php:
|
1436 |
msgid ""
|
1437 |
"When taxonomy field type is set to `Text Input` then a fatal error was "
|
1438 |
"showing on the frontend, no error with taxonomy field in the latest version."
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: admin/html/whats-new.php:
|
1442 |
msgid ""
|
1443 |
"In radio and checkbox field use conditional logic that value does not save "
|
1444 |
"in database"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
-
#: admin/html/whats-new.php:
|
1448 |
msgid ""
|
1449 |
"The selected value of radio and checkbox field were not showing while "
|
1450 |
"editing posts from the backend or frontend, you can see the selected value "
|
1451 |
"in this version."
|
1452 |
msgstr ""
|
1453 |
|
1454 |
-
#: admin/html/whats-new.php:
|
1455 |
msgid "The args param not working with get_avatar filter"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#: admin/html/whats-new.php:
|
1459 |
msgid "The args parameter did not exist with get_avatar filter, which now exists."
|
1460 |
msgstr ""
|
1461 |
|
1462 |
-
#: admin/html/whats-new.php:
|
1463 |
msgid "The item in ajax taxonomy field was not selected"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: admin/html/whats-new.php:
|
1467 |
msgid ""
|
1468 |
"When the taxonomy field type is set to Ajax, the submitted terms were not "
|
1469 |
"showing in the backend and frontend which have been fixed."
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: admin/html/whats-new.php:
|
1473 |
msgid "Unable to send new user registration email"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: admin/html/whats-new.php:
|
1477 |
msgid ""
|
1478 |
"WP User Frontend default registration form `[wpuf-registration]` was unable "
|
1479 |
"to send the new user registration email."
|
1480 |
msgstr ""
|
1481 |
|
1482 |
-
#: admin/html/whats-new.php:
|
1483 |
msgid "WPUF forms block compatibility issue with the latest WP version"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
-
#: admin/html/whats-new.php:
|
1487 |
msgid ""
|
1488 |
"With the latest version of WordPress the gutenberg block of WP User "
|
1489 |
"Frontend were not working. In this version, you will get it fixed."
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: admin/html/whats-new.php:
|
1493 |
msgid "Page not update where `[wpuf_dashboard]` shortcode exist"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: admin/html/whats-new.php:
|
1497 |
msgid ""
|
1498 |
"While using Gutenberg, the page were not being updated with WPUF shortcode "
|
1499 |
"[wpuf dashboard]"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: admin/html/whats-new.php:
|
1503 |
msgid "Retain default when determining whether to display the admin bar"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
-
#: admin/html/whats-new.php:
|
1507 |
msgid ""
|
1508 |
"From the User Frontend Settings, set that Administrator, Editor, Vendor can "
|
1509 |
"see the admin bar. Now, the super admin want, one specific user ( who has "
|
@@ -1513,11 +1583,11 @@ msgid ""
|
|
1513 |
"frontend."
|
1514 |
msgstr ""
|
1515 |
|
1516 |
-
#: admin/html/whats-new.php:
|
1517 |
msgid "Fatal error when use PHP lower version (5.4 or lower)"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: admin/html/whats-new.php:
|
1521 |
msgid ""
|
1522 |
"It was unable to install WP User Frontend with PHP 5.4 or lower version. "
|
1523 |
"Here is the error details: <br><br><strong>Fatal error: Can't use method "
|
@@ -1525,42 +1595,42 @@ msgid ""
|
|
1525 |
"/wp-user-frontend/class/frontend-form-post.php on line 194</strong>"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: admin/html/whats-new.php:
|
1529 |
msgid "Product form was unable to show the single gallery image"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
-
#: admin/html/whats-new.php:
|
1533 |
msgid ""
|
1534 |
"When user upload single image for product gallery using WPUF WooCommerce "
|
1535 |
"product form, that image were not showing on the frontend."
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: admin/html/whats-new.php:
|
1539 |
msgid "WooCommerce gallery images not getting saved"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: admin/html/whats-new.php:
|
1543 |
msgid ""
|
1544 |
"After releasing version 2.9.3, WooCommerce gallery image field stopped "
|
1545 |
"working. You will get it fixed in this version."
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: admin/html/whats-new.php:
|
1549 |
msgid "The Events Calendar Integration Form"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: admin/html/whats-new.php:
|
1553 |
msgid ""
|
1554 |
"Now admin can allow users to create event from the frontend. Currently WPUF "
|
1555 |
"has a one click pre-build event form that has been integrated with The "
|
1556 |
"Events Calendar plugin"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
-
#: admin/html/whats-new.php:
|
1560 |
msgid "Post Submission Facility From Account Page"
|
1561 |
msgstr ""
|
1562 |
|
1563 |
-
#: admin/html/whats-new.php:
|
1564 |
msgid ""
|
1565 |
"On the frontend account page, added a new menu item named <b>Submit "
|
1566 |
"Post</b>. Now admin can allow users to submit post from their default "
|
@@ -1569,504 +1639,504 @@ msgid ""
|
|
1569 |
"you can assign any post form that will use to submit posts."
|
1570 |
msgstr ""
|
1571 |
|
1572 |
-
#: admin/html/whats-new.php:
|
1573 |
msgid "Login/Lost Password Link Under Registration Form"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
-
#: admin/html/whats-new.php:
|
1577 |
msgid "Added Login/Lost Password link under registration form"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: admin/html/whats-new.php:
|
1581 |
msgid "Added drag and drop image ordering on image upload"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: admin/html/whats-new.php:
|
1585 |
msgid ""
|
1586 |
"Now frontend users can drag & drop the images/files to change the order "
|
1587 |
"while uploading."
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: admin/html/whats-new.php:
|
1591 |
msgid "Added reCAPTCHA field in login form"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
-
#: admin/html/whats-new.php:
|
1595 |
msgid ""
|
1596 |
"Admin has the option to show reCAPTCHA field in login form. Check the "
|
1597 |
"related settings from <strong>User Frontend > Settings > "
|
1598 |
"Login/Registration</strong>"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: admin/html/whats-new.php:
|
1602 |
msgid "Added preview option in forms"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: admin/html/whats-new.php:
|
1606 |
msgid ""
|
1607 |
"You can see a nice <strong>Preview</strong> button with <strong>Save "
|
1608 |
"Form</strong> button, admin can take a quick look of the form without using "
|
1609 |
"shortcode"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
-
#: admin/html/whats-new.php:
|
1613 |
msgid "Fixed hiding “Select Image” button while uploading multiple images."
|
1614 |
msgstr ""
|
1615 |
|
1616 |
-
#: admin/html/whats-new.php:
|
1617 |
msgid ""
|
1618 |
"The upload button will not be hidden until the user selects max number of "
|
1619 |
"files "
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: admin/html/whats-new.php:
|
1623 |
msgid "Added form limit notice before form submission"
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: admin/html/whats-new.php:
|
1627 |
msgid ""
|
1628 |
"Limit notice message was showing after submission, now it is showing when "
|
1629 |
"rendering the form"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: admin/html/whats-new.php:
|
1633 |
msgid "Fixed: default post category not saving"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
-
#: admin/html/whats-new.php:
|
1637 |
msgid ""
|
1638 |
"From the form <strong>Settings > Post Settings</strong>, default post "
|
1639 |
"category options were not saving. Now, it's fixed."
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: admin/html/whats-new.php:
|
1643 |
msgid ""
|
1644 |
"WPUF dashboard shortcode with form_id attribute was not showing posts "
|
1645 |
"properly"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: admin/html/whats-new.php:
|
1649 |
msgid ""
|
1650 |
"Now you can list posts on the frontend by using <strong>form_id<strong/> "
|
1651 |
"attribute with <strong>[wpuf_dashboard]</strong> shortcode"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
-
#: admin/html/whats-new.php:
|
1655 |
msgid "Changed text domain to `wp-user-frontend` from `wpuf` "
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: admin/html/whats-new.php:
|
1659 |
msgid ""
|
1660 |
"If you are using other language than English. Please <b>rename</b> your "
|
1661 |
"<i>.po and .mo </i> files to `wp-user-frontend_` from `wpuf_` <br> This "
|
1662 |
"change was made to support translations from translate.wordpress.org"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: admin/html/whats-new.php:
|
1666 |
msgid "Added WP User Frontend Data export and erase functionality."
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: admin/html/whats-new.php:
|
1670 |
msgid "Added functionality to export WP User Frontend Data to comply with GDPR."
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: admin/html/whats-new.php:
|
1674 |
msgid "Added billing address customizer."
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: admin/html/whats-new.php:
|
1678 |
msgid "Added customizer options for billing address in payment page."
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: admin/html/whats-new.php:
|
1682 |
msgid "Make the payment page responsive."
|
1683 |
msgstr ""
|
1684 |
|
1685 |
-
#: admin/html/whats-new.php:
|
1686 |
msgid "Some css adjustments are made in payment page to make it responsive."
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: admin/html/whats-new.php:
|
1690 |
msgid "Fixed image upload issue in Safari."
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: admin/html/whats-new.php:
|
1694 |
msgid "Images were not showing after upload in safari, it is fixed now."
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: admin/html/whats-new.php:
|
1698 |
msgid "Post update issue after updating or removing post images."
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: admin/html/whats-new.php:
|
1702 |
msgid ""
|
1703 |
"Posts cannot be updated after updating or removing post images, it is fixed "
|
1704 |
"now."
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: admin/html/whats-new.php:
|
1708 |
msgid "Allow overriding form input styles using theme styling."
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: admin/html/whats-new.php:
|
1712 |
msgid "Overriding form input styles using theme style is now possible."
|
1713 |
msgstr ""
|
1714 |
|
1715 |
-
#: admin/html/whats-new.php:
|
1716 |
msgid "Fixed Auto Login after registration."
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: admin/html/whats-new.php:
|
1720 |
msgid "Auto Login after registration was not working is fixed now."
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: admin/html/whats-new.php:
|
1724 |
msgid "Fixed fallback cost calculation"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: admin/html/whats-new.php:
|
1728 |
msgid "Fallback cost calculation was inaccurate for some cases, it is fixed now."
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: admin/html/whats-new.php:
|
1732 |
msgid "Removal of subscription from User Profile gets reverted if updated"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: admin/html/whats-new.php:
|
1736 |
msgid "User subscription deletion gets reverted if updated is fixed."
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
#: admin/html/whats-new.php:
|
1740 |
msgid "Show Free pack users in subscribers list."
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: admin/html/whats-new.php:
|
1744 |
msgid "Free pack users were not showing in subscribers list, now they will."
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: admin/html/whats-new.php:
|
1748 |
msgid "WP User Frontend Guten Block is added"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: admin/html/whats-new.php:
|
1752 |
msgid ""
|
1753 |
"WPUF Form Block is now available to be used within gutenberg editor with "
|
1754 |
"preview of the form. "
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: admin/html/whats-new.php:
|
1758 |
msgid "Advanced Custom Fields plugin compatibility"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
-
#: admin/html/whats-new.php:
|
1762 |
msgid "Now all your ACF fields can be used within WPUF Post forms. "
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#: admin/html/whats-new.php:
|
1766 |
msgid "Taxonomy Terms not showing for custom post types"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
-
#: admin/html/whats-new.php:
|
1770 |
msgid ""
|
1771 |
"Fixed an issue with taxonomy terms not appearing for Custom Post types "
|
1772 |
"within Form Settings and Dashboard Post Listing"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: admin/html/whats-new.php:
|
1776 |
msgid "Various other code optimizations"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
#: admin/html/whats-new.php:
|
1780 |
msgid "Code structure organization and optimization for better performance"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
-
#: admin/html/whats-new.php:
|
1784 |
msgid "WoooCommerce billing address Sync"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
-
#: admin/html/whats-new.php:
|
1788 |
msgid ""
|
1789 |
"If an existing customer has previously set his billing address, that will "
|
1790 |
"be imported into WPUF Billing address "
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: admin/html/whats-new.php:
|
1794 |
msgid "Trial subscription message not showing properly"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: admin/html/whats-new.php:
|
1798 |
msgid "Subscriptions with Trial now shows trial notices"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: admin/html/whats-new.php:
|
1802 |
msgid "Reset email Key not working"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: admin/html/whats-new.php:
|
1806 |
msgid "Reset Email key was not working in some cases"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#: admin/html/whats-new.php:
|
1810 |
msgid "Post count not showing on the frontend dashboard"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
-
#: admin/html/whats-new.php:
|
1814 |
msgid ""
|
1815 |
"Dashboard with multiple post type was not showing post counts properly, is "
|
1816 |
"now fixed and shows count for each post type"
|
1817 |
msgstr ""
|
1818 |
|
1819 |
-
#: admin/html/whats-new.php:
|
1820 |
msgid "Login Redirect showing blank page is fixed"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
-
#: admin/html/whats-new.php:
|
1824 |
msgid ""
|
1825 |
"If \"Previous Page\" was set for redirection, login redirect was "
|
1826 |
"redirecting to blank page for users who hit login page directly"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
-
#: admin/html/whats-new.php:
|
1830 |
msgid "Enhanced Login Redirect to redirect users to previous page"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
-
#: admin/html/whats-new.php:
|
1834 |
msgid ""
|
1835 |
"You can choose Previous Page as Login Redirect page settings now to "
|
1836 |
"redirect users to the page from which they went for Login. "
|
1837 |
msgstr ""
|
1838 |
|
1839 |
-
#: admin/html/whats-new.php:
|
1840 |
msgid "Email HTML links not Rendreing properly issue is fixed"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
-
#: admin/html/whats-new.php:
|
1844 |
msgid ""
|
1845 |
"For some clients emails were not rendering the HTML links properly, this is "
|
1846 |
"now fixed"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
-
#: admin/html/whats-new.php:
|
1850 |
msgid "Form Builder : Form Field's Help text styles not showing properly"
|
1851 |
msgstr ""
|
1852 |
|
1853 |
-
#: admin/html/whats-new.php:
|
1854 |
msgid "Help texts styling is now fixed and much easier to read and understand"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
-
#: admin/html/whats-new.php:
|
1858 |
msgid "Various other code improvements"
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: admin/html/whats-new.php:
|
1862 |
msgid "Dashboard Post Listing now supports multiple post types"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
-
#: admin/html/whats-new.php:
|
1866 |
msgid ""
|
1867 |
"Now you can show multiple post type in user dashboard using shortcode like "
|
1868 |
"this : <br><b>[wpuf_dashboard post_type=\"post,page,custom_type\"]</b> "
|
1869 |
msgstr ""
|
1870 |
|
1871 |
-
#: admin/html/whats-new.php:
|
1872 |
msgid "Added Login Redirect Settings"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
-
#: admin/html/whats-new.php:
|
1876 |
msgid ""
|
1877 |
"You can now set a page from <i>WPUF Settings > Login/Registration > "
|
1878 |
"Redirect after Login</i>. When login redirection is active the user will be "
|
1879 |
"redirected to this page after login."
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: admin/html/whats-new.php:
|
1883 |
msgid "Image Upload field button text can be changed"
|
1884 |
msgstr ""
|
1885 |
|
1886 |
-
#: admin/html/whats-new.php:
|
1887 |
msgid ""
|
1888 |
"The upload button text can now be changed for image upload fields which "
|
1889 |
"defaults to \"Select Image\" if not set. "
|
1890 |
msgstr ""
|
1891 |
|
1892 |
-
#: admin/html/whats-new.php:
|
1893 |
msgid "Multi Step Form styles made compatible with more themes"
|
1894 |
msgstr ""
|
1895 |
|
1896 |
-
#: admin/html/whats-new.php:
|
1897 |
msgid "Multi Step form can now be styled more easily with other themes "
|
1898 |
msgstr ""
|
1899 |
|
1900 |
-
#: admin/html/whats-new.php:
|
1901 |
msgid "Required field condition for google map not working is fixed"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
-
#: admin/html/whats-new.php:
|
1905 |
msgid ""
|
1906 |
"If Google Map field was set as required users were able to submit form "
|
1907 |
"without changing the default value."
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#: admin/html/whats-new.php:
|
1911 |
msgid "Admin form builder is now fully responsive."
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#: admin/html/whats-new.php:
|
1915 |
msgid ""
|
1916 |
"Now you can edit forms from your mobile devices directly. Our improved "
|
1917 |
"responsive layouts of form builder makes it easy for you to build forms on "
|
1918 |
"the go."
|
1919 |
msgstr ""
|
1920 |
|
1921 |
-
#: admin/html/whats-new.php:
|
1922 |
msgid "Added color schemes for creating attractive form layouts."
|
1923 |
msgstr ""
|
1924 |
|
1925 |
-
#: admin/html/whats-new.php:
|
1926 |
msgid ""
|
1927 |
"We have added 3 new color schemes for the form layouts which you can choose "
|
1928 |
"from each form's new display settings."
|
1929 |
msgstr ""
|
1930 |
|
1931 |
-
#: admin/html/whats-new.php:
|
1932 |
msgid "Restrict Free subscription pack to be enabled multiple times "
|
1933 |
msgstr ""
|
1934 |
|
1935 |
-
#: admin/html/whats-new.php:
|
1936 |
msgid ""
|
1937 |
"Free subscription packs now can only be purchased once and the limit "
|
1938 |
"applies properly"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
-
#: admin/html/whats-new.php:
|
1942 |
msgid "Various other bug fixes and improvements were made "
|
1943 |
msgstr ""
|
1944 |
|
1945 |
-
#: admin/html/whats-new.php:
|
1946 |
msgid "Please see the change log to see full details."
|
1947 |
msgstr ""
|
1948 |
|
1949 |
-
#: admin/html/whats-new.php:
|
1950 |
msgid "Added upgrade function for default category"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
-
#: admin/html/whats-new.php:
|
1954 |
msgid "Upgrader added to upgrade previously set default post category."
|
1955 |
msgstr ""
|
1956 |
|
1957 |
-
#: admin/html/whats-new.php:
|
1958 |
msgid "Subscription pack cannot be canceled"
|
1959 |
msgstr ""
|
1960 |
|
1961 |
-
#: admin/html/whats-new.php:
|
1962 |
msgid ""
|
1963 |
"Fixed recurring subscription pack cannot be canceled from my account page "
|
1964 |
"in subscription details section."
|
1965 |
msgstr ""
|
1966 |
|
1967 |
-
#: admin/html/whats-new.php:
|
1968 |
msgid "page installer admin notice logic issue"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
-
#: admin/html/whats-new.php:
|
1972 |
msgid ""
|
1973 |
"Fixed page installer admin notice logic problem due to new payment settings "
|
1974 |
"default value not set."
|
1975 |
msgstr ""
|
1976 |
|
1977 |
-
#: admin/html/whats-new.php:
|
1978 |
msgid "Setup Wizard"
|
1979 |
msgstr ""
|
1980 |
|
1981 |
-
#: admin/html/whats-new.php:
|
1982 |
msgid "Setup Wizard added to turn off payment options and install pages."
|
1983 |
msgstr ""
|
1984 |
|
1985 |
-
#: admin/html/whats-new.php:
|
1986 |
msgid "Multi-select Category"
|
1987 |
msgstr ""
|
1988 |
|
1989 |
-
#: admin/html/whats-new.php:
|
1990 |
msgid "Add multi-select to default category in post form settings."
|
1991 |
msgstr ""
|
1992 |
|
1993 |
-
#: admin/html/whats-new.php:
|
1994 |
msgid "Select Text option for Taxonomy"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
-
#: admin/html/whats-new.php:
|
1998 |
msgid ""
|
1999 |
"Add Select Text option for taxonomy fields. Now you can add default text "
|
2000 |
"with empty value as first option for Taxonomy dropdown."
|
2001 |
msgstr ""
|
2002 |
|
2003 |
-
#: admin/html/whats-new.php:
|
2004 |
msgid "Taxonomy Checkbox Inline"
|
2005 |
msgstr ""
|
2006 |
|
2007 |
-
#: admin/html/whats-new.php:
|
2008 |
msgid ""
|
2009 |
"Added checkbox inline option to taxonomy checkbox. You can now display "
|
2010 |
"Taxonomy checkbox fields inline."
|
2011 |
msgstr ""
|
2012 |
|
2013 |
-
#: admin/html/whats-new.php:
|
2014 |
msgid "Manage schedule for form submission"
|
2015 |
msgstr ""
|
2016 |
|
2017 |
-
#: admin/html/whats-new.php:
|
2018 |
msgid ""
|
2019 |
"Do not accept form submission if the current date is not between the date "
|
2020 |
"range of the schedule."
|
2021 |
msgstr ""
|
2022 |
|
2023 |
-
#: admin/html/whats-new.php:
|
2024 |
msgid "Restrict form submission based on the user roles"
|
2025 |
msgstr ""
|
2026 |
|
2027 |
-
#: admin/html/whats-new.php:
|
2028 |
msgid ""
|
2029 |
"Restrict form submission based on the user roles. Now you can manage user "
|
2030 |
"role base permission on form submission."
|
2031 |
msgstr ""
|
2032 |
|
2033 |
-
#: admin/html/whats-new.php:
|
2034 |
msgid "Limit how many entries a form will accept"
|
2035 |
msgstr ""
|
2036 |
|
2037 |
-
#: admin/html/whats-new.php:
|
2038 |
msgid ""
|
2039 |
"Limit how many entries a form will accept and display a custom message when "
|
2040 |
"that limit is reached."
|
2041 |
msgstr ""
|
2042 |
|
2043 |
-
#: admin/html/whats-new.php:
|
2044 |
msgid "Show/hide Admin Bar"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
-
#: admin/html/whats-new.php:
|
2048 |
msgid "Control the admin bar visibility based on user roles."
|
2049 |
msgstr ""
|
2050 |
|
2051 |
-
#: admin/html/whats-new.php:
|
2052 |
msgid "Ajax Login widget"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
-
#: admin/html/whats-new.php:
|
2056 |
msgid ""
|
2057 |
"Login user is more simple now with Ajax Login Widget. The simple ajax login "
|
2058 |
"form do not required page loading for login."
|
2059 |
msgstr ""
|
2060 |
|
2061 |
-
#: admin/html/whats-new.php:
|
2062 |
msgid "Form submission with Captcha field"
|
2063 |
msgstr ""
|
2064 |
|
2065 |
-
#: admin/html/whats-new.php:
|
2066 |
msgid "Form field validation process updated if form submits with captcha field."
|
2067 |
msgstr ""
|
2068 |
|
2069 |
-
#: admin/html/whats-new.php:
|
2070 |
msgid "What's New in WPUF?"
|
2071 |
msgstr ""
|
2072 |
|
@@ -3602,7 +3672,7 @@ msgid "You can't edit a post while in pending mode."
|
|
3602 |
msgstr ""
|
3603 |
|
3604 |
#: class/frontend-form-post.php:304 includes/class-frontend-render-form.php:773
|
3605 |
-
#: includes/free/class-login.php:
|
3606 |
msgid "Empty reCaptcha Field"
|
3607 |
msgstr ""
|
3608 |
|
@@ -4288,20 +4358,20 @@ msgstr ""
|
|
4288 |
msgid "Someone has requested a password reset for the following account:"
|
4289 |
msgstr ""
|
4290 |
|
4291 |
-
#: includes/class-login-widget.php:137 includes/free/class-login.php:
|
4292 |
-
#: includes/free/class-login.php:
|
4293 |
msgid "Username: %s"
|
4294 |
msgstr ""
|
4295 |
|
4296 |
-
#: includes/class-login-widget.php:138 includes/free/class-login.php:
|
4297 |
msgid "If this was a mistake, just ignore this email and nothing will happen."
|
4298 |
msgstr ""
|
4299 |
|
4300 |
-
#: includes/class-login-widget.php:139 includes/free/class-login.php:
|
4301 |
msgid "To reset your password, visit the following address:"
|
4302 |
msgstr ""
|
4303 |
|
4304 |
-
#: includes/class-login-widget.php:144 includes/free/class-login.php:
|
4305 |
msgid "[%s] Password Reset"
|
4306 |
msgstr ""
|
4307 |
|
@@ -5107,15 +5177,19 @@ msgstr ""
|
|
5107 |
msgid "You are now logged out."
|
5108 |
msgstr ""
|
5109 |
|
5110 |
-
#: includes/free/class-login.php:
|
|
|
|
|
|
|
|
|
5111 |
msgid "Username is required."
|
5112 |
msgstr ""
|
5113 |
|
5114 |
-
#: includes/free/class-login.php:
|
5115 |
msgid "Password is required."
|
5116 |
msgstr ""
|
5117 |
|
5118 |
-
#: includes/free/class-login.php:
|
5119 |
#: includes/free/class-registration.php:197
|
5120 |
#: includes/free/class-registration.php:202
|
5121 |
#: includes/free/class-registration.php:207
|
@@ -5128,104 +5202,104 @@ msgstr ""
|
|
5128 |
msgid "Error"
|
5129 |
msgstr ""
|
5130 |
|
5131 |
-
#: includes/free/class-login.php:
|
5132 |
msgid "A user could not be found with this email address."
|
5133 |
msgstr ""
|
5134 |
|
5135 |
-
#: includes/free/class-login.php:
|
5136 |
msgid "Please enter your password."
|
5137 |
msgstr ""
|
5138 |
|
5139 |
-
#: includes/free/class-login.php:
|
5140 |
msgid "Passwords do not match."
|
5141 |
msgstr ""
|
5142 |
|
5143 |
-
#: includes/free/class-login.php:
|
5144 |
msgid "Enter a username or e-mail address."
|
5145 |
msgstr ""
|
5146 |
|
5147 |
-
#: includes/free/class-login.php:
|
5148 |
msgid "There is no user registered with that email address."
|
5149 |
msgstr ""
|
5150 |
|
5151 |
-
#: includes/free/class-login.php:
|
5152 |
msgid "Invalid username or e-mail."
|
5153 |
msgstr ""
|
5154 |
|
5155 |
-
#: includes/free/class-login.php:
|
5156 |
msgid "Password reset is not allowed for this user"
|
5157 |
msgstr ""
|
5158 |
|
5159 |
-
#: includes/free/class-login.php:
|
5160 |
msgid "Invalid key"
|
5161 |
msgstr ""
|
5162 |
|
5163 |
-
#: includes/free/class-login.php:
|
5164 |
msgid "Invalid Login"
|
5165 |
msgstr ""
|
5166 |
|
5167 |
-
#: includes/free/class-login.php:
|
5168 |
msgid ""
|
5169 |
"<strong>Your account is not active.</strong><br>Please check your email for "
|
5170 |
"activation link. <br><a href=\"%s\">Click here</a> to resend the activation "
|
5171 |
"link"
|
5172 |
msgstr ""
|
5173 |
|
5174 |
-
#: includes/free/class-login.php:
|
5175 |
msgid "Activation URL is not valid"
|
5176 |
msgstr ""
|
5177 |
|
5178 |
-
#: includes/free/class-login.php:
|
5179 |
msgid "Invalid User activation url"
|
5180 |
msgstr ""
|
5181 |
|
5182 |
-
#: includes/free/class-login.php:
|
5183 |
msgid "User already verified"
|
5184 |
msgstr ""
|
5185 |
|
5186 |
-
#: includes/free/class-login.php:
|
5187 |
msgid "Your account has been activated"
|
5188 |
msgstr ""
|
5189 |
|
5190 |
-
#: includes/free/class-login.php:
|
5191 |
msgid ""
|
5192 |
"Your account has been verified , but you can't login until manually "
|
5193 |
"approved your account by an administrator."
|
5194 |
msgstr ""
|
5195 |
|
5196 |
-
#: includes/free/class-login.php:
|
5197 |
msgid "[%s] Your username and password info"
|
5198 |
msgstr ""
|
5199 |
|
5200 |
-
#: includes/free/class-login.php:
|
5201 |
msgid "To set your password, visit the following address:"
|
5202 |
msgstr ""
|
5203 |
|
5204 |
-
#: includes/free/class-login.php:
|
5205 |
msgid "[%s] Account has been activated"
|
5206 |
msgstr ""
|
5207 |
|
5208 |
-
#: includes/free/class-login.php:
|
5209 |
msgid "Hi %s,"
|
5210 |
msgstr ""
|
5211 |
|
5212 |
-
#: includes/free/class-login.php:
|
5213 |
msgid "Congrats! Your account has been activated. To login visit the following url:"
|
5214 |
msgstr ""
|
5215 |
|
5216 |
-
#: includes/free/class-login.php:
|
5217 |
msgid "Thanks"
|
5218 |
msgstr ""
|
5219 |
|
5220 |
-
#: includes/free/class-login.php:
|
5221 |
msgid "Someone requested that the password be reset for the following account:"
|
5222 |
msgstr ""
|
5223 |
|
5224 |
-
#: includes/free/class-login.php:
|
5225 |
msgid "The e-mail could not be sent."
|
5226 |
msgstr ""
|
5227 |
|
5228 |
-
#: includes/free/class-login.php:
|
5229 |
msgid "Possible reason: your host may have disabled the mail() function."
|
5230 |
msgstr ""
|
5231 |
|
2 |
# This file is distributed under the GPL2 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WP User Frontend 3.1.12\n"
|
6 |
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
|
7 |
+
"POT-Creation-Date: 2019-10-17 10:48: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"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
#: admin/html/whats-new.php:8
|
1388 |
+
msgid "Nonce not verify on login"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
#: admin/html/whats-new.php:10
|
1392 |
+
msgid "Return of function wp_verify_nonce() was ignored."
|
1393 |
+
msgstr ""
|
1394 |
+
|
1395 |
+
#: admin/html/whats-new.php:19
|
1396 |
+
msgid "Option to set which tab shows as active on the account page"
|
1397 |
+
msgstr ""
|
1398 |
+
|
1399 |
+
#: admin/html/whats-new.php:21
|
1400 |
+
msgid ""
|
1401 |
+
"Option to set which tab shows as active on the account page. To configure "
|
1402 |
+
"this setting navigate to wp-admin->User Frontend->Settings->My "
|
1403 |
+
"Account->Active Tab "
|
1404 |
+
msgstr ""
|
1405 |
+
|
1406 |
+
#: admin/html/whats-new.php:24
|
1407 |
+
msgid "Unlock option was unavailable after the post being locked"
|
1408 |
+
msgstr ""
|
1409 |
+
|
1410 |
+
#: admin/html/whats-new.php:26
|
1411 |
+
msgid "Unlock option was unavailable after the post being locked."
|
1412 |
+
msgstr ""
|
1413 |
+
|
1414 |
+
#: admin/html/whats-new.php:29
|
1415 |
+
msgid "Gutenberg block of WPUF didn't work on bedrock installation"
|
1416 |
+
msgstr ""
|
1417 |
+
|
1418 |
+
#: admin/html/whats-new.php:31
|
1419 |
+
msgid "Gutenberg block of WPUF didn't work on bedrock installation."
|
1420 |
+
msgstr ""
|
1421 |
+
|
1422 |
+
#: admin/html/whats-new.php:34
|
1423 |
+
msgid "Sending admin payment received email twice"
|
1424 |
+
msgstr ""
|
1425 |
+
|
1426 |
+
#: admin/html/whats-new.php:36
|
1427 |
+
msgid ""
|
1428 |
+
"After processing payment admin & user was receiving payment received email "
|
1429 |
+
"twice."
|
1430 |
+
msgstr ""
|
1431 |
+
|
1432 |
+
#: admin/html/whats-new.php:39
|
1433 |
+
msgid ""
|
1434 |
+
"Add shortcode support to display post information in the Post Expiration "
|
1435 |
+
"Message"
|
1436 |
+
msgstr ""
|
1437 |
+
|
1438 |
+
#: admin/html/whats-new.php:41
|
1439 |
+
msgid ""
|
1440 |
+
"Add shortcode support to display post information in the Post Expiration "
|
1441 |
+
"Message. You can use: <strong>{post_author} {post_url} {blogname} "
|
1442 |
+
"{post_title} {post_status}</strong>"
|
1443 |
+
msgstr ""
|
1444 |
+
|
1445 |
+
#: admin/html/whats-new.php:44
|
1446 |
+
msgid "Add optin on the setup wizard"
|
1447 |
+
msgstr ""
|
1448 |
+
|
1449 |
+
#: admin/html/whats-new.php:46
|
1450 |
+
msgid ""
|
1451 |
+
"Added optin on the setup wizard, admin can choose whether he/she wants to "
|
1452 |
+
"share server environment details (php, mysql, server, WordPress versions), "
|
1453 |
+
"Number of users, Site language, Number of active and inactive plugins, Site "
|
1454 |
+
"name and url, admin name and email address. No sensitive data is tracked"
|
1455 |
+
msgstr ""
|
1456 |
+
|
1457 |
+
#: admin/html/whats-new.php:55
|
1458 |
+
msgid "Post Owner problem"
|
1459 |
+
msgstr ""
|
1460 |
+
|
1461 |
+
#: admin/html/whats-new.php:57
|
1462 |
msgid ""
|
1463 |
"Posts were not assigned to the selected default post owner, this issue has "
|
1464 |
"been fixed."
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: admin/html/whats-new.php:60
|
1468 |
msgid "Google reCaptcha was not working"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
+
#: admin/html/whats-new.php:62
|
1472 |
msgid ""
|
1473 |
"Google reCaptcha was not working, users could submit the form without "
|
1474 |
"reCaptcha validation."
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: admin/html/whats-new.php:71
|
1478 |
msgid "Added column field"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
+
#: admin/html/whats-new.php:76
|
1482 |
msgid "Unable to render the events on the front-end dashboard"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
+
#: admin/html/whats-new.php:78
|
1486 |
msgid ""
|
1487 |
"On the frontend dashboard, the submitted events were not showing, you will "
|
1488 |
"get it fixed in this version."
|
1489 |
msgstr ""
|
1490 |
|
1491 |
+
#: admin/html/whats-new.php:81
|
1492 |
msgid "Page order getting 0(zero) after editing from the frontend"
|
1493 |
msgstr ""
|
1494 |
|
1495 |
+
#: admin/html/whats-new.php:83
|
1496 |
msgid ""
|
1497 |
"Page order was not saving while editing a post using WPUF form, it has been "
|
1498 |
"fixed."
|
1499 |
msgstr ""
|
1500 |
|
1501 |
+
#: admin/html/whats-new.php:86
|
1502 |
msgid "Text input field for taxonomies not working"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
+
#: admin/html/whats-new.php:88
|
1506 |
msgid ""
|
1507 |
"When taxonomy field type is set to `Text Input` then a fatal error was "
|
1508 |
"showing on the frontend, no error with taxonomy field in the latest version."
|
1509 |
msgstr ""
|
1510 |
|
1511 |
+
#: admin/html/whats-new.php:91
|
1512 |
msgid ""
|
1513 |
"In radio and checkbox field use conditional logic that value does not save "
|
1514 |
"in database"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
+
#: admin/html/whats-new.php:93
|
1518 |
msgid ""
|
1519 |
"The selected value of radio and checkbox field were not showing while "
|
1520 |
"editing posts from the backend or frontend, you can see the selected value "
|
1521 |
"in this version."
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: admin/html/whats-new.php:96
|
1525 |
msgid "The args param not working with get_avatar filter"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
+
#: admin/html/whats-new.php:98
|
1529 |
msgid "The args parameter did not exist with get_avatar filter, which now exists."
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: admin/html/whats-new.php:101
|
1533 |
msgid "The item in ajax taxonomy field was not selected"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
+
#: admin/html/whats-new.php:103
|
1537 |
msgid ""
|
1538 |
"When the taxonomy field type is set to Ajax, the submitted terms were not "
|
1539 |
"showing in the backend and frontend which have been fixed."
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: admin/html/whats-new.php:112
|
1543 |
msgid "Unable to send new user registration email"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: admin/html/whats-new.php:114
|
1547 |
msgid ""
|
1548 |
"WP User Frontend default registration form `[wpuf-registration]` was unable "
|
1549 |
"to send the new user registration email."
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: admin/html/whats-new.php:117
|
1553 |
msgid "WPUF forms block compatibility issue with the latest WP version"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
+
#: admin/html/whats-new.php:119
|
1557 |
msgid ""
|
1558 |
"With the latest version of WordPress the gutenberg block of WP User "
|
1559 |
"Frontend were not working. In this version, you will get it fixed."
|
1560 |
msgstr ""
|
1561 |
|
1562 |
+
#: admin/html/whats-new.php:122
|
1563 |
msgid "Page not update where `[wpuf_dashboard]` shortcode exist"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
+
#: admin/html/whats-new.php:124
|
1567 |
msgid ""
|
1568 |
"While using Gutenberg, the page were not being updated with WPUF shortcode "
|
1569 |
"[wpuf dashboard]"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
+
#: admin/html/whats-new.php:127
|
1573 |
msgid "Retain default when determining whether to display the admin bar"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
+
#: admin/html/whats-new.php:129
|
1577 |
msgid ""
|
1578 |
"From the User Frontend Settings, set that Administrator, Editor, Vendor can "
|
1579 |
"see the admin bar. Now, the super admin want, one specific user ( who has "
|
1583 |
"frontend."
|
1584 |
msgstr ""
|
1585 |
|
1586 |
+
#: admin/html/whats-new.php:132
|
1587 |
msgid "Fatal error when use PHP lower version (5.4 or lower)"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: admin/html/whats-new.php:134
|
1591 |
msgid ""
|
1592 |
"It was unable to install WP User Frontend with PHP 5.4 or lower version. "
|
1593 |
"Here is the error details: <br><br><strong>Fatal error: Can't use method "
|
1595 |
"/wp-user-frontend/class/frontend-form-post.php on line 194</strong>"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
+
#: admin/html/whats-new.php:137
|
1599 |
msgid "Product form was unable to show the single gallery image"
|
1600 |
msgstr ""
|
1601 |
|
1602 |
+
#: admin/html/whats-new.php:139
|
1603 |
msgid ""
|
1604 |
"When user upload single image for product gallery using WPUF WooCommerce "
|
1605 |
"product form, that image were not showing on the frontend."
|
1606 |
msgstr ""
|
1607 |
|
1608 |
+
#: admin/html/whats-new.php:148
|
1609 |
msgid "WooCommerce gallery images not getting saved"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
+
#: admin/html/whats-new.php:150
|
1613 |
msgid ""
|
1614 |
"After releasing version 2.9.3, WooCommerce gallery image field stopped "
|
1615 |
"working. You will get it fixed in this version."
|
1616 |
msgstr ""
|
1617 |
|
1618 |
+
#: admin/html/whats-new.php:159
|
1619 |
msgid "The Events Calendar Integration Form"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
+
#: admin/html/whats-new.php:161
|
1623 |
msgid ""
|
1624 |
"Now admin can allow users to create event from the frontend. Currently WPUF "
|
1625 |
"has a one click pre-build event form that has been integrated with The "
|
1626 |
"Events Calendar plugin"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: admin/html/whats-new.php:164
|
1630 |
msgid "Post Submission Facility From Account Page"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: admin/html/whats-new.php:166
|
1634 |
msgid ""
|
1635 |
"On the frontend account page, added a new menu item named <b>Submit "
|
1636 |
"Post</b>. Now admin can allow users to submit post from their default "
|
1639 |
"you can assign any post form that will use to submit posts."
|
1640 |
msgstr ""
|
1641 |
|
1642 |
+
#: admin/html/whats-new.php:169
|
1643 |
msgid "Login/Lost Password Link Under Registration Form"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
+
#: admin/html/whats-new.php:171
|
1647 |
msgid "Added Login/Lost Password link under registration form"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
+
#: admin/html/whats-new.php:180
|
1651 |
msgid "Added drag and drop image ordering on image upload"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: admin/html/whats-new.php:182
|
1655 |
msgid ""
|
1656 |
"Now frontend users can drag & drop the images/files to change the order "
|
1657 |
"while uploading."
|
1658 |
msgstr ""
|
1659 |
|
1660 |
+
#: admin/html/whats-new.php:185
|
1661 |
msgid "Added reCAPTCHA field in login form"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: admin/html/whats-new.php:187
|
1665 |
msgid ""
|
1666 |
"Admin has the option to show reCAPTCHA field in login form. Check the "
|
1667 |
"related settings from <strong>User Frontend > Settings > "
|
1668 |
"Login/Registration</strong>"
|
1669 |
msgstr ""
|
1670 |
|
1671 |
+
#: admin/html/whats-new.php:190
|
1672 |
msgid "Added preview option in forms"
|
1673 |
msgstr ""
|
1674 |
|
1675 |
+
#: admin/html/whats-new.php:192
|
1676 |
msgid ""
|
1677 |
"You can see a nice <strong>Preview</strong> button with <strong>Save "
|
1678 |
"Form</strong> button, admin can take a quick look of the form without using "
|
1679 |
"shortcode"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: admin/html/whats-new.php:195
|
1683 |
msgid "Fixed hiding “Select Image” button while uploading multiple images."
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: admin/html/whats-new.php:197
|
1687 |
msgid ""
|
1688 |
"The upload button will not be hidden until the user selects max number of "
|
1689 |
"files "
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: admin/html/whats-new.php:200
|
1693 |
msgid "Added form limit notice before form submission"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: admin/html/whats-new.php:202
|
1697 |
msgid ""
|
1698 |
"Limit notice message was showing after submission, now it is showing when "
|
1699 |
"rendering the form"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
+
#: admin/html/whats-new.php:205
|
1703 |
msgid "Fixed: default post category not saving"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
+
#: admin/html/whats-new.php:207
|
1707 |
msgid ""
|
1708 |
"From the form <strong>Settings > Post Settings</strong>, default post "
|
1709 |
"category options were not saving. Now, it's fixed."
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: admin/html/whats-new.php:210
|
1713 |
msgid ""
|
1714 |
"WPUF dashboard shortcode with form_id attribute was not showing posts "
|
1715 |
"properly"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: admin/html/whats-new.php:212
|
1719 |
msgid ""
|
1720 |
"Now you can list posts on the frontend by using <strong>form_id<strong/> "
|
1721 |
"attribute with <strong>[wpuf_dashboard]</strong> shortcode"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: admin/html/whats-new.php:221
|
1725 |
msgid "Changed text domain to `wp-user-frontend` from `wpuf` "
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: admin/html/whats-new.php:223
|
1729 |
msgid ""
|
1730 |
"If you are using other language than English. Please <b>rename</b> your "
|
1731 |
"<i>.po and .mo </i> files to `wp-user-frontend_` from `wpuf_` <br> This "
|
1732 |
"change was made to support translations from translate.wordpress.org"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
+
#: admin/html/whats-new.php:226
|
1736 |
msgid "Added WP User Frontend Data export and erase functionality."
|
1737 |
msgstr ""
|
1738 |
|
1739 |
+
#: admin/html/whats-new.php:228
|
1740 |
msgid "Added functionality to export WP User Frontend Data to comply with GDPR."
|
1741 |
msgstr ""
|
1742 |
|
1743 |
+
#: admin/html/whats-new.php:231
|
1744 |
msgid "Added billing address customizer."
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: admin/html/whats-new.php:233
|
1748 |
msgid "Added customizer options for billing address in payment page."
|
1749 |
msgstr ""
|
1750 |
|
1751 |
+
#: admin/html/whats-new.php:236
|
1752 |
msgid "Make the payment page responsive."
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: admin/html/whats-new.php:238
|
1756 |
msgid "Some css adjustments are made in payment page to make it responsive."
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: admin/html/whats-new.php:241
|
1760 |
msgid "Fixed image upload issue in Safari."
|
1761 |
msgstr ""
|
1762 |
|
1763 |
+
#: admin/html/whats-new.php:243
|
1764 |
msgid "Images were not showing after upload in safari, it is fixed now."
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#: admin/html/whats-new.php:246
|
1768 |
msgid "Post update issue after updating or removing post images."
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#: admin/html/whats-new.php:248
|
1772 |
msgid ""
|
1773 |
"Posts cannot be updated after updating or removing post images, it is fixed "
|
1774 |
"now."
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: admin/html/whats-new.php:257
|
1778 |
msgid "Allow overriding form input styles using theme styling."
|
1779 |
msgstr ""
|
1780 |
|
1781 |
+
#: admin/html/whats-new.php:259
|
1782 |
msgid "Overriding form input styles using theme style is now possible."
|
1783 |
msgstr ""
|
1784 |
|
1785 |
+
#: admin/html/whats-new.php:262
|
1786 |
msgid "Fixed Auto Login after registration."
|
1787 |
msgstr ""
|
1788 |
|
1789 |
+
#: admin/html/whats-new.php:264
|
1790 |
msgid "Auto Login after registration was not working is fixed now."
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: admin/html/whats-new.php:267
|
1794 |
msgid "Fixed fallback cost calculation"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: admin/html/whats-new.php:269
|
1798 |
msgid "Fallback cost calculation was inaccurate for some cases, it is fixed now."
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: admin/html/whats-new.php:272
|
1802 |
msgid "Removal of subscription from User Profile gets reverted if updated"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
+
#: admin/html/whats-new.php:274
|
1806 |
msgid "User subscription deletion gets reverted if updated is fixed."
|
1807 |
msgstr ""
|
1808 |
|
1809 |
+
#: admin/html/whats-new.php:277
|
1810 |
msgid "Show Free pack users in subscribers list."
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: admin/html/whats-new.php:279
|
1814 |
msgid "Free pack users were not showing in subscribers list, now they will."
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: admin/html/whats-new.php:288
|
1818 |
msgid "WP User Frontend Guten Block is added"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: admin/html/whats-new.php:290
|
1822 |
msgid ""
|
1823 |
"WPUF Form Block is now available to be used within gutenberg editor with "
|
1824 |
"preview of the form. "
|
1825 |
msgstr ""
|
1826 |
|
1827 |
+
#: admin/html/whats-new.php:293
|
1828 |
msgid "Advanced Custom Fields plugin compatibility"
|
1829 |
msgstr ""
|
1830 |
|
1831 |
+
#: admin/html/whats-new.php:295
|
1832 |
msgid "Now all your ACF fields can be used within WPUF Post forms. "
|
1833 |
msgstr ""
|
1834 |
|
1835 |
+
#: admin/html/whats-new.php:298
|
1836 |
msgid "Taxonomy Terms not showing for custom post types"
|
1837 |
msgstr ""
|
1838 |
|
1839 |
+
#: admin/html/whats-new.php:300
|
1840 |
msgid ""
|
1841 |
"Fixed an issue with taxonomy terms not appearing for Custom Post types "
|
1842 |
"within Form Settings and Dashboard Post Listing"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
+
#: admin/html/whats-new.php:303
|
1846 |
msgid "Various other code optimizations"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
+
#: admin/html/whats-new.php:305 admin/html/whats-new.php:362
|
1850 |
msgid "Code structure organization and optimization for better performance"
|
1851 |
msgstr ""
|
1852 |
|
1853 |
+
#: admin/html/whats-new.php:314
|
1854 |
msgid "WoooCommerce billing address Sync"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
+
#: admin/html/whats-new.php:316
|
1858 |
msgid ""
|
1859 |
"If an existing customer has previously set his billing address, that will "
|
1860 |
"be imported into WPUF Billing address "
|
1861 |
msgstr ""
|
1862 |
|
1863 |
+
#: admin/html/whats-new.php:319
|
1864 |
msgid "Trial subscription message not showing properly"
|
1865 |
msgstr ""
|
1866 |
|
1867 |
+
#: admin/html/whats-new.php:321
|
1868 |
msgid "Subscriptions with Trial now shows trial notices"
|
1869 |
msgstr ""
|
1870 |
|
1871 |
+
#: admin/html/whats-new.php:324
|
1872 |
msgid "Reset email Key not working"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
+
#: admin/html/whats-new.php:326
|
1876 |
msgid "Reset Email key was not working in some cases"
|
1877 |
msgstr ""
|
1878 |
|
1879 |
+
#: admin/html/whats-new.php:329
|
1880 |
msgid "Post count not showing on the frontend dashboard"
|
1881 |
msgstr ""
|
1882 |
|
1883 |
+
#: admin/html/whats-new.php:331
|
1884 |
msgid ""
|
1885 |
"Dashboard with multiple post type was not showing post counts properly, is "
|
1886 |
"now fixed and shows count for each post type"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: admin/html/whats-new.php:334
|
1890 |
msgid "Login Redirect showing blank page is fixed"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
+
#: admin/html/whats-new.php:336
|
1894 |
msgid ""
|
1895 |
"If \"Previous Page\" was set for redirection, login redirect was "
|
1896 |
"redirecting to blank page for users who hit login page directly"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
+
#: admin/html/whats-new.php:345
|
1900 |
msgid "Enhanced Login Redirect to redirect users to previous page"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
+
#: admin/html/whats-new.php:347
|
1904 |
msgid ""
|
1905 |
"You can choose Previous Page as Login Redirect page settings now to "
|
1906 |
"redirect users to the page from which they went for Login. "
|
1907 |
msgstr ""
|
1908 |
|
1909 |
+
#: admin/html/whats-new.php:350
|
1910 |
msgid "Email HTML links not Rendreing properly issue is fixed"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
+
#: admin/html/whats-new.php:352
|
1914 |
msgid ""
|
1915 |
"For some clients emails were not rendering the HTML links properly, this is "
|
1916 |
"now fixed"
|
1917 |
msgstr ""
|
1918 |
|
1919 |
+
#: admin/html/whats-new.php:355
|
1920 |
msgid "Form Builder : Form Field's Help text styles not showing properly"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
+
#: admin/html/whats-new.php:357
|
1924 |
msgid "Help texts styling is now fixed and much easier to read and understand"
|
1925 |
msgstr ""
|
1926 |
|
1927 |
+
#: admin/html/whats-new.php:360
|
1928 |
msgid "Various other code improvements"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
+
#: admin/html/whats-new.php:371
|
1932 |
msgid "Dashboard Post Listing now supports multiple post types"
|
1933 |
msgstr ""
|
1934 |
|
1935 |
+
#: admin/html/whats-new.php:373
|
1936 |
msgid ""
|
1937 |
"Now you can show multiple post type in user dashboard using shortcode like "
|
1938 |
"this : <br><b>[wpuf_dashboard post_type=\"post,page,custom_type\"]</b> "
|
1939 |
msgstr ""
|
1940 |
|
1941 |
+
#: admin/html/whats-new.php:376
|
1942 |
msgid "Added Login Redirect Settings"
|
1943 |
msgstr ""
|
1944 |
|
1945 |
+
#: admin/html/whats-new.php:378
|
1946 |
msgid ""
|
1947 |
"You can now set a page from <i>WPUF Settings > Login/Registration > "
|
1948 |
"Redirect after Login</i>. When login redirection is active the user will be "
|
1949 |
"redirected to this page after login."
|
1950 |
msgstr ""
|
1951 |
|
1952 |
+
#: admin/html/whats-new.php:381
|
1953 |
msgid "Image Upload field button text can be changed"
|
1954 |
msgstr ""
|
1955 |
|
1956 |
+
#: admin/html/whats-new.php:383
|
1957 |
msgid ""
|
1958 |
"The upload button text can now be changed for image upload fields which "
|
1959 |
"defaults to \"Select Image\" if not set. "
|
1960 |
msgstr ""
|
1961 |
|
1962 |
+
#: admin/html/whats-new.php:386
|
1963 |
msgid "Multi Step Form styles made compatible with more themes"
|
1964 |
msgstr ""
|
1965 |
|
1966 |
+
#: admin/html/whats-new.php:388
|
1967 |
msgid "Multi Step form can now be styled more easily with other themes "
|
1968 |
msgstr ""
|
1969 |
|
1970 |
+
#: admin/html/whats-new.php:391
|
1971 |
msgid "Required field condition for google map not working is fixed"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
+
#: admin/html/whats-new.php:393
|
1975 |
msgid ""
|
1976 |
"If Google Map field was set as required users were able to submit form "
|
1977 |
"without changing the default value."
|
1978 |
msgstr ""
|
1979 |
|
1980 |
+
#: admin/html/whats-new.php:402
|
1981 |
msgid "Admin form builder is now fully responsive."
|
1982 |
msgstr ""
|
1983 |
|
1984 |
+
#: admin/html/whats-new.php:404
|
1985 |
msgid ""
|
1986 |
"Now you can edit forms from your mobile devices directly. Our improved "
|
1987 |
"responsive layouts of form builder makes it easy for you to build forms on "
|
1988 |
"the go."
|
1989 |
msgstr ""
|
1990 |
|
1991 |
+
#: admin/html/whats-new.php:407
|
1992 |
msgid "Added color schemes for creating attractive form layouts."
|
1993 |
msgstr ""
|
1994 |
|
1995 |
+
#: admin/html/whats-new.php:409
|
1996 |
msgid ""
|
1997 |
"We have added 3 new color schemes for the form layouts which you can choose "
|
1998 |
"from each form's new display settings."
|
1999 |
msgstr ""
|
2000 |
|
2001 |
+
#: admin/html/whats-new.php:412
|
2002 |
msgid "Restrict Free subscription pack to be enabled multiple times "
|
2003 |
msgstr ""
|
2004 |
|
2005 |
+
#: admin/html/whats-new.php:414
|
2006 |
msgid ""
|
2007 |
"Free subscription packs now can only be purchased once and the limit "
|
2008 |
"applies properly"
|
2009 |
msgstr ""
|
2010 |
|
2011 |
+
#: admin/html/whats-new.php:417
|
2012 |
msgid "Various other bug fixes and improvements were made "
|
2013 |
msgstr ""
|
2014 |
|
2015 |
+
#: admin/html/whats-new.php:419
|
2016 |
msgid "Please see the change log to see full details."
|
2017 |
msgstr ""
|
2018 |
|
2019 |
+
#: admin/html/whats-new.php:428
|
2020 |
msgid "Added upgrade function for default category"
|
2021 |
msgstr ""
|
2022 |
|
2023 |
+
#: admin/html/whats-new.php:430
|
2024 |
msgid "Upgrader added to upgrade previously set default post category."
|
2025 |
msgstr ""
|
2026 |
|
2027 |
+
#: admin/html/whats-new.php:433
|
2028 |
msgid "Subscription pack cannot be canceled"
|
2029 |
msgstr ""
|
2030 |
|
2031 |
+
#: admin/html/whats-new.php:435
|
2032 |
msgid ""
|
2033 |
"Fixed recurring subscription pack cannot be canceled from my account page "
|
2034 |
"in subscription details section."
|
2035 |
msgstr ""
|
2036 |
|
2037 |
+
#: admin/html/whats-new.php:438
|
2038 |
msgid "page installer admin notice logic issue"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
+
#: admin/html/whats-new.php:440
|
2042 |
msgid ""
|
2043 |
"Fixed page installer admin notice logic problem due to new payment settings "
|
2044 |
"default value not set."
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: admin/html/whats-new.php:450
|
2048 |
msgid "Setup Wizard"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: admin/html/whats-new.php:452
|
2052 |
msgid "Setup Wizard added to turn off payment options and install pages."
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: admin/html/whats-new.php:456
|
2056 |
msgid "Multi-select Category"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
+
#: admin/html/whats-new.php:458
|
2060 |
msgid "Add multi-select to default category in post form settings."
|
2061 |
msgstr ""
|
2062 |
|
2063 |
+
#: admin/html/whats-new.php:462
|
2064 |
msgid "Select Text option for Taxonomy"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: admin/html/whats-new.php:464
|
2068 |
msgid ""
|
2069 |
"Add Select Text option for taxonomy fields. Now you can add default text "
|
2070 |
"with empty value as first option for Taxonomy dropdown."
|
2071 |
msgstr ""
|
2072 |
|
2073 |
+
#: admin/html/whats-new.php:467
|
2074 |
msgid "Taxonomy Checkbox Inline"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
+
#: admin/html/whats-new.php:469
|
2078 |
msgid ""
|
2079 |
"Added checkbox inline option to taxonomy checkbox. You can now display "
|
2080 |
"Taxonomy checkbox fields inline."
|
2081 |
msgstr ""
|
2082 |
|
2083 |
+
#: admin/html/whats-new.php:479
|
2084 |
msgid "Manage schedule for form submission"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: admin/html/whats-new.php:481
|
2088 |
msgid ""
|
2089 |
"Do not accept form submission if the current date is not between the date "
|
2090 |
"range of the schedule."
|
2091 |
msgstr ""
|
2092 |
|
2093 |
+
#: admin/html/whats-new.php:485
|
2094 |
msgid "Restrict form submission based on the user roles"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
+
#: admin/html/whats-new.php:487
|
2098 |
msgid ""
|
2099 |
"Restrict form submission based on the user roles. Now you can manage user "
|
2100 |
"role base permission on form submission."
|
2101 |
msgstr ""
|
2102 |
|
2103 |
+
#: admin/html/whats-new.php:491
|
2104 |
msgid "Limit how many entries a form will accept"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
+
#: admin/html/whats-new.php:493
|
2108 |
msgid ""
|
2109 |
"Limit how many entries a form will accept and display a custom message when "
|
2110 |
"that limit is reached."
|
2111 |
msgstr ""
|
2112 |
|
2113 |
+
#: admin/html/whats-new.php:497
|
2114 |
msgid "Show/hide Admin Bar"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
+
#: admin/html/whats-new.php:499
|
2118 |
msgid "Control the admin bar visibility based on user roles."
|
2119 |
msgstr ""
|
2120 |
|
2121 |
+
#: admin/html/whats-new.php:503
|
2122 |
msgid "Ajax Login widget"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
+
#: admin/html/whats-new.php:505
|
2126 |
msgid ""
|
2127 |
"Login user is more simple now with Ajax Login Widget. The simple ajax login "
|
2128 |
"form do not required page loading for login."
|
2129 |
msgstr ""
|
2130 |
|
2131 |
+
#: admin/html/whats-new.php:509
|
2132 |
msgid "Form submission with Captcha field"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: admin/html/whats-new.php:511
|
2136 |
msgid "Form field validation process updated if form submits with captcha field."
|
2137 |
msgstr ""
|
2138 |
|
2139 |
+
#: admin/html/whats-new.php:525
|
2140 |
msgid "What's New in WPUF?"
|
2141 |
msgstr ""
|
2142 |
|
3672 |
msgstr ""
|
3673 |
|
3674 |
#: class/frontend-form-post.php:304 includes/class-frontend-render-form.php:773
|
3675 |
+
#: includes/free/class-login.php:395
|
3676 |
msgid "Empty reCaptcha Field"
|
3677 |
msgstr ""
|
3678 |
|
4358 |
msgid "Someone has requested a password reset for the following account:"
|
4359 |
msgstr ""
|
4360 |
|
4361 |
+
#: includes/class-login-widget.php:137 includes/free/class-login.php:804
|
4362 |
+
#: includes/free/class-login.php:885 includes/free/class-registration.php:273
|
4363 |
msgid "Username: %s"
|
4364 |
msgstr ""
|
4365 |
|
4366 |
+
#: includes/class-login-widget.php:138 includes/free/class-login.php:886
|
4367 |
msgid "If this was a mistake, just ignore this email and nothing will happen."
|
4368 |
msgstr ""
|
4369 |
|
4370 |
+
#: includes/class-login-widget.php:139 includes/free/class-login.php:887
|
4371 |
msgid "To reset your password, visit the following address:"
|
4372 |
msgstr ""
|
4373 |
|
4374 |
+
#: includes/class-login-widget.php:144 includes/free/class-login.php:896
|
4375 |
msgid "[%s] Password Reset"
|
4376 |
msgstr ""
|
4377 |
|
5177 |
msgid "You are now logged out."
|
5178 |
msgstr ""
|
5179 |
|
5180 |
+
#: includes/free/class-login.php:371
|
5181 |
+
msgid "Nonce is invalid"
|
5182 |
+
msgstr ""
|
5183 |
+
|
5184 |
+
#: includes/free/class-login.php:384 includes/free/class-registration.php:212
|
5185 |
msgid "Username is required."
|
5186 |
msgstr ""
|
5187 |
|
5188 |
+
#: includes/free/class-login.php:389 includes/free/class-registration.php:217
|
5189 |
msgid "Password is required."
|
5190 |
msgstr ""
|
5191 |
|
5192 |
+
#: includes/free/class-login.php:411 includes/free/class-registration.php:192
|
5193 |
#: includes/free/class-registration.php:197
|
5194 |
#: includes/free/class-registration.php:202
|
5195 |
#: includes/free/class-registration.php:207
|
5202 |
msgid "Error"
|
5203 |
msgstr ""
|
5204 |
|
5205 |
+
#: includes/free/class-login.php:411 includes/free/class-registration.php:242
|
5206 |
msgid "A user could not be found with this email address."
|
5207 |
msgstr ""
|
5208 |
|
5209 |
+
#: includes/free/class-login.php:541
|
5210 |
msgid "Please enter your password."
|
5211 |
msgstr ""
|
5212 |
|
5213 |
+
#: includes/free/class-login.php:546
|
5214 |
msgid "Passwords do not match."
|
5215 |
msgstr ""
|
5216 |
|
5217 |
+
#: includes/free/class-login.php:589
|
5218 |
msgid "Enter a username or e-mail address."
|
5219 |
msgstr ""
|
5220 |
|
5221 |
+
#: includes/free/class-login.php:597
|
5222 |
msgid "There is no user registered with that email address."
|
5223 |
msgstr ""
|
5224 |
|
5225 |
+
#: includes/free/class-login.php:615
|
5226 |
msgid "Invalid username or e-mail."
|
5227 |
msgstr ""
|
5228 |
|
5229 |
+
#: includes/free/class-login.php:629
|
5230 |
msgid "Password reset is not allowed for this user"
|
5231 |
msgstr ""
|
5232 |
|
5233 |
+
#: includes/free/class-login.php:683 includes/free/class-login.php:695
|
5234 |
msgid "Invalid key"
|
5235 |
msgstr ""
|
5236 |
|
5237 |
+
#: includes/free/class-login.php:688
|
5238 |
msgid "Invalid Login"
|
5239 |
msgstr ""
|
5240 |
|
5241 |
+
#: includes/free/class-login.php:719
|
5242 |
msgid ""
|
5243 |
"<strong>Your account is not active.</strong><br>Please check your email for "
|
5244 |
"activation link. <br><a href=\"%s\">Click here</a> to resend the activation "
|
5245 |
"link"
|
5246 |
msgstr ""
|
5247 |
|
5248 |
+
#: includes/free/class-login.php:740 includes/free/class-login.php:762
|
5249 |
msgid "Activation URL is not valid"
|
5250 |
msgstr ""
|
5251 |
|
5252 |
+
#: includes/free/class-login.php:750
|
5253 |
msgid "Invalid User activation url"
|
5254 |
msgstr ""
|
5255 |
|
5256 |
+
#: includes/free/class-login.php:755
|
5257 |
msgid "User already verified"
|
5258 |
msgstr ""
|
5259 |
|
5260 |
+
#: includes/free/class-login.php:769 includes/free/class-login.php:839
|
5261 |
msgid "Your account has been activated"
|
5262 |
msgstr ""
|
5263 |
|
5264 |
+
#: includes/free/class-login.php:772
|
5265 |
msgid ""
|
5266 |
"Your account has been verified , but you can't login until manually "
|
5267 |
"approved your account by an administrator."
|
5268 |
msgstr ""
|
5269 |
|
5270 |
+
#: includes/free/class-login.php:802
|
5271 |
msgid "[%s] Your username and password info"
|
5272 |
msgstr ""
|
5273 |
|
5274 |
+
#: includes/free/class-login.php:805
|
5275 |
msgid "To set your password, visit the following address:"
|
5276 |
msgstr ""
|
5277 |
|
5278 |
+
#: includes/free/class-login.php:815
|
5279 |
msgid "[%s] Account has been activated"
|
5280 |
msgstr ""
|
5281 |
|
5282 |
+
#: includes/free/class-login.php:817
|
5283 |
msgid "Hi %s,"
|
5284 |
msgstr ""
|
5285 |
|
5286 |
+
#: includes/free/class-login.php:818
|
5287 |
msgid "Congrats! Your account has been activated. To login visit the following url:"
|
5288 |
msgstr ""
|
5289 |
|
5290 |
+
#: includes/free/class-login.php:820
|
5291 |
msgid "Thanks"
|
5292 |
msgstr ""
|
5293 |
|
5294 |
+
#: includes/free/class-login.php:883
|
5295 |
msgid "Someone requested that the password be reset for the following account:"
|
5296 |
msgstr ""
|
5297 |
|
5298 |
+
#: includes/free/class-login.php:902
|
5299 |
msgid "The e-mail could not be sent."
|
5300 |
msgstr ""
|
5301 |
|
5302 |
+
#: includes/free/class-login.php:902
|
5303 |
msgid "Possible reason: your host may have disabled the mail() function."
|
5304 |
msgstr ""
|
5305 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: Forms, registration, profile-builder, login, membership
|
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.2.3
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 3.1.
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -257,6 +257,10 @@ redirected to the edit page with that post id. Then you'll see the edit post for
|
|
257 |
|
258 |
== Changelog ==
|
259 |
|
|
|
|
|
|
|
|
|
260 |
= v3.1.11 (02 October, 2019) =
|
261 |
|
262 |
* **Feature:** Option to set which tab shows as active on the account page.
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.2.3
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 3.1.12
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
257 |
|
258 |
== Changelog ==
|
259 |
|
260 |
+
= v3.1.12 (17 October, 2019) =
|
261 |
+
|
262 |
+
* **Fix:** Nonce not verify on login
|
263 |
+
|
264 |
= v3.1.11 (02 October, 2019) =
|
265 |
|
266 |
* **Feature:** Option to set which tab shows as active on the account page.
|
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: Tareq Hasan
|
7 |
-
Version: 3.1.
|
8 |
Author URI: https://tareq.co
|
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.1.
|
16 |
define( 'WPUF_FILE', __FILE__ );
|
17 |
define( 'WPUF_ROOT', dirname( __FILE__ ) );
|
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: Tareq Hasan
|
7 |
+
Version: 3.1.12
|
8 |
Author URI: https://tareq.co
|
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.1.12' );
|
16 |
define( 'WPUF_FILE', __FILE__ );
|
17 |
define( 'WPUF_ROOT', dirname( __FILE__ ) );
|
18 |
define( 'WPUF_ROOT_URI', plugins_url( '', __FILE__ ) );
|