Version Description
- Fix: WP 5.5 Gutenberg blocks missing permissions_callback
- Fix: Missing nonce check for CSV export
Download this release
Release Info
Developer | rickjc89 |
Plugin | Forminator Payment, Quiz and Contact Form Plugin |
Version | 1.13.5 |
Comparing to | |
See all releases |
Code changes from version 1.13.4 to 1.13.5
- addons/pro/gutenberg/library/class-forminator-gfblock-abstract.php +3 -2
- forminator.php +2 -2
- languages/forminator.pot +48 -48
- library/class-export.php +2 -1
- readme.txt +14 -3
addons/pro/gutenberg/library/class-forminator-gfblock-abstract.php
CHANGED
@@ -69,8 +69,9 @@ abstract class Forminator_GFBlock_Abstract {
|
|
69 |
'/preview/' . $this->get_slug(),
|
70 |
array(
|
71 |
array(
|
72 |
-
'methods'
|
73 |
-
'callback'
|
|
|
74 |
'args' => array(
|
75 |
'module_id' => array(
|
76 |
'description' => __( 'Module ID' ),
|
69 |
'/preview/' . $this->get_slug(),
|
70 |
array(
|
71 |
array(
|
72 |
+
'methods' => WP_REST_Server::READABLE,
|
73 |
+
'callback' => array( $this, 'preview_block_markup' ),
|
74 |
+
'permission_callback' => '__return_true',
|
75 |
'args' => array(
|
76 |
'module_id' => array(
|
77 |
'description' => __( 'Module ID' ),
|
forminator.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Forminator
|
4 |
-
* Version: 1.13.
|
5 |
* Plugin URI: https://premium.wpmudev.org/project/forminator/
|
6 |
* Description: Capture user information (as detailed as you like), engage users with interactive polls that show real-time results and graphs, “no wrong answer” Facebook-style quizzes and knowledge tests.
|
7 |
* Author: WPMU DEV
|
@@ -34,7 +34,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
34 |
}
|
35 |
|
36 |
if ( ! defined( 'FORMINATOR_VERSION' ) ) {
|
37 |
-
define( 'FORMINATOR_VERSION', '1.13.
|
38 |
}
|
39 |
|
40 |
if ( ! defined( 'FORMINATOR_SUI_VERSION' ) ) {
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Forminator
|
4 |
+
* Version: 1.13.5
|
5 |
* Plugin URI: https://premium.wpmudev.org/project/forminator/
|
6 |
* Description: Capture user information (as detailed as you like), engage users with interactive polls that show real-time results and graphs, “no wrong answer” Facebook-style quizzes and knowledge tests.
|
7 |
* Author: WPMU DEV
|
34 |
}
|
35 |
|
36 |
if ( ! defined( 'FORMINATOR_VERSION' ) ) {
|
37 |
+
define( 'FORMINATOR_VERSION', '1.13.5' );
|
38 |
}
|
39 |
|
40 |
if ( ! defined( 'FORMINATOR_SUI_VERSION' ) ) {
|
languages/forminator.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the Forminator package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Forminator 1.13.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/forminator\n"
|
7 |
-
"POT-Creation-Date: 2020-08-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -2077,7 +2077,7 @@ msgstr ""
|
|
2077 |
#: addons/pro/slack/class-forminator-addon-slack-quiz-hooks.php:280
|
2078 |
#: builds/forminator/addons/pro/googlesheet/class-forminator-addon-googlesheet-quiz-hooks.php:245
|
2079 |
#: builds/forminator/addons/pro/slack/class-forminator-addon-slack-quiz-hooks.php:280
|
2080 |
-
#: builds/forminator/library/class-export.php:
|
2081 |
msgid "Correct"
|
2082 |
msgstr ""
|
2083 |
|
@@ -2085,7 +2085,7 @@ msgstr ""
|
|
2085 |
#: addons/pro/slack/class-forminator-addon-slack-quiz-hooks.php:280
|
2086 |
#: builds/forminator/addons/pro/googlesheet/class-forminator-addon-googlesheet-quiz-hooks.php:245
|
2087 |
#: builds/forminator/addons/pro/slack/class-forminator-addon-slack-quiz-hooks.php:280
|
2088 |
-
#: builds/forminator/library/class-export.php:
|
2089 |
msgid "Incorrect"
|
2090 |
msgstr ""
|
2091 |
|
@@ -2661,8 +2661,8 @@ msgstr ""
|
|
2661 |
msgid "Embed and display your Forminator quiz in this block"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: addons/pro/gutenberg/library/class-forminator-gfblock-abstract.php:
|
2665 |
-
#: builds/forminator/addons/pro/gutenberg/library/class-forminator-gfblock-abstract.php:
|
2666 |
msgid "Module ID"
|
2667 |
msgstr ""
|
2668 |
|
@@ -3520,7 +3520,7 @@ msgstr ""
|
|
3520 |
#: addons/pro/trello/class-forminator-addon-trello-poll-hooks.php:373
|
3521 |
#: builds/forminator/addons/pro/slack/class-forminator-addon-slack-poll-hooks.php:274
|
3522 |
#: builds/forminator/addons/pro/trello/class-forminator-addon-trello-poll-hooks.php:373
|
3523 |
-
#: builds/forminator/library/class-export.php:
|
3524 |
msgid "Extra"
|
3525 |
msgstr ""
|
3526 |
|
@@ -4731,9 +4731,9 @@ msgstr ""
|
|
4731 |
#: builds/forminator/admin/classes/class-admin-ajax.php:277
|
4732 |
#: builds/forminator/admin/classes/class-admin-ajax.php:400
|
4733 |
#: builds/forminator/library/addon/admin/class-ajax.php:94
|
4734 |
-
#: builds/forminator/library/class-export.php:
|
4735 |
#: builds/forminator/library/helpers/helper-core.php:84
|
4736 |
-
#: library/addon/admin/class-ajax.php:94 library/class-export.php:
|
4737 |
#: library/helpers/helper-core.php:84
|
4738 |
msgid "Invalid request, you are not allowed to do that action."
|
4739 |
msgstr ""
|
@@ -4992,10 +4992,10 @@ msgstr ""
|
|
4992 |
#: admin/locale.php:186 builds/forminator/admin/classes/class-admin-l10n.php:46
|
4993 |
#: builds/forminator/admin/classes/class-admin-l10n.php:221
|
4994 |
#: builds/forminator/admin/locale.php:186
|
4995 |
-
#: builds/forminator/library/class-export.php:
|
4996 |
-
#: builds/forminator/library/class-export.php:
|
4997 |
-
#: builds/forminator/library/fields/date.php:70 library/class-export.php:
|
4998 |
-
#: library/class-export.php:
|
4999 |
msgid "Date"
|
5000 |
msgstr ""
|
5001 |
|
@@ -8195,12 +8195,12 @@ msgid "Enter default value"
|
|
8195 |
msgstr ""
|
8196 |
|
8197 |
#: admin/locale.php:311 builds/forminator/admin/locale.php:311
|
8198 |
-
#: builds/forminator/library/class-export.php:
|
8199 |
#: builds/forminator/library/fields/currency.php:66
|
8200 |
#: builds/forminator/library/fields/currency.php:84
|
8201 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:782
|
8202 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:813
|
8203 |
-
#: library/class-export.php:
|
8204 |
#: library/fields/currency.php:84
|
8205 |
#: library/modules/custom-forms/admin/admin-page-entries.php:782
|
8206 |
#: library/modules/custom-forms/admin/admin-page-entries.php:813
|
@@ -8892,10 +8892,10 @@ msgstr ""
|
|
8892 |
#: builds/forminator/admin/views/settings/dashboard/forms.php:34
|
8893 |
#: builds/forminator/admin/views/settings/dashboard/polls.php:32
|
8894 |
#: builds/forminator/admin/views/settings/dashboard/quizzes.php:33
|
8895 |
-
#: builds/forminator/library/class-export.php:
|
8896 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:773
|
8897 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:804
|
8898 |
-
#: library/class-export.php:
|
8899 |
#: library/modules/custom-forms/admin/admin-page-entries.php:773
|
8900 |
#: library/modules/custom-forms/admin/admin-page-entries.php:804
|
8901 |
msgid "Status"
|
@@ -11446,10 +11446,10 @@ msgstr ""
|
|
11446 |
#: builds/forminator/admin/locale.php:1012
|
11447 |
#: builds/forminator/admin/views/quiz/entries/content.php:133
|
11448 |
#: builds/forminator/admin/views/quiz/entries/content.php:223
|
11449 |
-
#: builds/forminator/library/class-export.php:
|
11450 |
#: builds/forminator/library/modules/polls/admin/admin-loader.php:216
|
11451 |
#: builds/forminator/library/modules/quizzes/admin/admin-loader.php:559
|
11452 |
-
#: library/class-export.php:
|
11453 |
#: library/modules/polls/admin/admin-loader.php:216
|
11454 |
#: library/modules/quizzes/admin/admin-loader.php:559
|
11455 |
msgid "Question"
|
@@ -12147,10 +12147,10 @@ msgstr ""
|
|
12147 |
#: builds/forminator/admin/locale.php:1164
|
12148 |
#: builds/forminator/admin/views/quiz/entries/content.php:135
|
12149 |
#: builds/forminator/admin/views/quiz/entries/content.php:225
|
12150 |
-
#: builds/forminator/library/class-export.php:
|
12151 |
-
#: builds/forminator/library/class-export.php:
|
12152 |
#: builds/forminator/library/modules/quizzes/admin/admin-loader.php:539
|
12153 |
-
#: library/class-export.php:
|
12154 |
#: library/modules/quizzes/admin/admin-loader.php:539
|
12155 |
msgid "Answer"
|
12156 |
msgstr ""
|
@@ -12817,8 +12817,8 @@ msgstr ""
|
|
12817 |
#: builds/forminator/admin/views/dashboard/widgets/widget-quiz.php:121
|
12818 |
#: builds/forminator/admin/views/poll/list/content.php:219
|
12819 |
#: builds/forminator/admin/views/quiz/list/content.php:217
|
12820 |
-
#: builds/forminator/library/class-export.php:
|
12821 |
-
#: library/class-export.php:
|
12822 |
msgid "View Submissions"
|
12823 |
msgstr ""
|
12824 |
|
@@ -15520,87 +15520,87 @@ msgstr ""
|
|
15520 |
msgid "Post Custom Data"
|
15521 |
msgstr ""
|
15522 |
|
15523 |
-
#: builds/forminator/library/class-export.php:
|
15524 |
#: builds/forminator/library/modules/custom-forms/user/class-forminator-cform-user-data.php:85
|
15525 |
-
#: library/class-export.php:
|
15526 |
#: library/modules/custom-forms/user/class-forminator-cform-user-data.php:85
|
15527 |
msgid "Invalid form ID."
|
15528 |
msgstr ""
|
15529 |
|
15530 |
-
#: builds/forminator/library/class-export.php:
|
15531 |
msgid "Invalid form type."
|
15532 |
msgstr ""
|
15533 |
|
15534 |
-
#: builds/forminator/library/class-export.php:
|
15535 |
msgid "Invalid email."
|
15536 |
msgstr ""
|
15537 |
|
15538 |
-
#: builds/forminator/library/class-export.php:
|
15539 |
msgid "Result"
|
15540 |
msgstr ""
|
15541 |
|
15542 |
-
#: builds/forminator/library/class-export.php:
|
15543 |
msgid "Submission Time"
|
15544 |
msgstr ""
|
15545 |
|
15546 |
-
#: builds/forminator/library/class-export.php:
|
15547 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:768
|
15548 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:799
|
15549 |
-
#: library/class-export.php:
|
15550 |
#: library/modules/custom-forms/admin/admin-page-entries.php:768
|
15551 |
#: library/modules/custom-forms/admin/admin-page-entries.php:799
|
15552 |
msgid "Mode"
|
15553 |
msgstr ""
|
15554 |
|
15555 |
-
#: builds/forminator/library/class-export.php:
|
15556 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:778
|
15557 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:809
|
15558 |
-
#: library/class-export.php:
|
15559 |
#: library/modules/custom-forms/admin/admin-page-entries.php:778
|
15560 |
#: library/modules/custom-forms/admin/admin-page-entries.php:809
|
15561 |
msgid "Amount"
|
15562 |
msgstr ""
|
15563 |
|
15564 |
-
#: builds/forminator/library/class-export.php:
|
15565 |
#: builds/forminator/library/helpers/helper-fields.php:415
|
15566 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:787
|
15567 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:818
|
15568 |
-
#: library/class-export.php:
|
15569 |
#: library/modules/custom-forms/admin/admin-page-entries.php:787
|
15570 |
#: library/modules/custom-forms/admin/admin-page-entries.php:818
|
15571 |
msgid "Transaction ID"
|
15572 |
msgstr ""
|
15573 |
|
15574 |
-
#: builds/forminator/library/class-export.php:
|
15575 |
-
#: library/class-export.php:
|
15576 |
msgid "Submissions data for %s"
|
15577 |
msgstr ""
|
15578 |
|
15579 |
-
#: builds/forminator/library/class-export.php:
|
15580 |
-
#: library/class-export.php:
|
15581 |
msgid "Hi %s,"
|
15582 |
msgstr ""
|
15583 |
|
15584 |
-
#: builds/forminator/library/class-export.php:
|
15585 |
-
#: library/class-export.php:
|
15586 |
msgid ""
|
15587 |
"Your scheduled exports have arrived! Forminator has captured %1$s new "
|
15588 |
"submission(s) and packaged %2$s total submissions from %3$s since the last "
|
15589 |
"scheduled export sent."
|
15590 |
msgstr ""
|
15591 |
|
15592 |
-
#: builds/forminator/library/class-export.php:
|
15593 |
-
#: library/class-export.php:
|
15594 |
msgid "New Submissions"
|
15595 |
msgstr ""
|
15596 |
|
15597 |
-
#: builds/forminator/library/class-export.php:
|
15598 |
-
#: library/class-export.php:
|
15599 |
msgid "Total Submissions"
|
15600 |
msgstr ""
|
15601 |
|
15602 |
-
#: builds/forminator/library/class-export.php:
|
15603 |
-
#: library/class-export.php:
|
15604 |
msgid "Cheers,"
|
15605 |
msgstr ""
|
15606 |
|
2 |
# This file is distributed under the same license as the Forminator package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Forminator 1.13.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/forminator\n"
|
7 |
+
"POT-Creation-Date: 2020-08-25 19:11:05+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
2077 |
#: addons/pro/slack/class-forminator-addon-slack-quiz-hooks.php:280
|
2078 |
#: builds/forminator/addons/pro/googlesheet/class-forminator-addon-googlesheet-quiz-hooks.php:245
|
2079 |
#: builds/forminator/addons/pro/slack/class-forminator-addon-slack-quiz-hooks.php:280
|
2080 |
+
#: builds/forminator/library/class-export.php:460 library/class-export.php:460
|
2081 |
msgid "Correct"
|
2082 |
msgstr ""
|
2083 |
|
2085 |
#: addons/pro/slack/class-forminator-addon-slack-quiz-hooks.php:280
|
2086 |
#: builds/forminator/addons/pro/googlesheet/class-forminator-addon-googlesheet-quiz-hooks.php:245
|
2087 |
#: builds/forminator/addons/pro/slack/class-forminator-addon-slack-quiz-hooks.php:280
|
2088 |
+
#: builds/forminator/library/class-export.php:460 library/class-export.php:460
|
2089 |
msgid "Incorrect"
|
2090 |
msgstr ""
|
2091 |
|
2661 |
msgid "Embed and display your Forminator quiz in this block"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
+
#: addons/pro/gutenberg/library/class-forminator-gfblock-abstract.php:77
|
2665 |
+
#: builds/forminator/addons/pro/gutenberg/library/class-forminator-gfblock-abstract.php:77
|
2666 |
msgid "Module ID"
|
2667 |
msgstr ""
|
2668 |
|
3520 |
#: addons/pro/trello/class-forminator-addon-trello-poll-hooks.php:373
|
3521 |
#: builds/forminator/addons/pro/slack/class-forminator-addon-slack-poll-hooks.php:274
|
3522 |
#: builds/forminator/addons/pro/trello/class-forminator-addon-trello-poll-hooks.php:373
|
3523 |
+
#: builds/forminator/library/class-export.php:498 library/class-export.php:498
|
3524 |
msgid "Extra"
|
3525 |
msgstr ""
|
3526 |
|
4731 |
#: builds/forminator/admin/classes/class-admin-ajax.php:277
|
4732 |
#: builds/forminator/admin/classes/class-admin-ajax.php:400
|
4733 |
#: builds/forminator/library/addon/admin/class-ajax.php:94
|
4734 |
+
#: builds/forminator/library/class-export.php:162
|
4735 |
#: builds/forminator/library/helpers/helper-core.php:84
|
4736 |
+
#: library/addon/admin/class-ajax.php:94 library/class-export.php:162
|
4737 |
#: library/helpers/helper-core.php:84
|
4738 |
msgid "Invalid request, you are not allowed to do that action."
|
4739 |
msgstr ""
|
4992 |
#: admin/locale.php:186 builds/forminator/admin/classes/class-admin-l10n.php:46
|
4993 |
#: builds/forminator/admin/classes/class-admin-l10n.php:221
|
4994 |
#: builds/forminator/admin/locale.php:186
|
4995 |
+
#: builds/forminator/library/class-export.php:419
|
4996 |
+
#: builds/forminator/library/class-export.php:496
|
4997 |
+
#: builds/forminator/library/fields/date.php:70 library/class-export.php:419
|
4998 |
+
#: library/class-export.php:496 library/fields/date.php:70
|
4999 |
msgid "Date"
|
5000 |
msgstr ""
|
5001 |
|
8195 |
msgstr ""
|
8196 |
|
8197 |
#: admin/locale.php:311 builds/forminator/admin/locale.php:311
|
8198 |
+
#: builds/forminator/library/class-export.php:925
|
8199 |
#: builds/forminator/library/fields/currency.php:66
|
8200 |
#: builds/forminator/library/fields/currency.php:84
|
8201 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:782
|
8202 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:813
|
8203 |
+
#: library/class-export.php:925 library/fields/currency.php:66
|
8204 |
#: library/fields/currency.php:84
|
8205 |
#: library/modules/custom-forms/admin/admin-page-entries.php:782
|
8206 |
#: library/modules/custom-forms/admin/admin-page-entries.php:813
|
8892 |
#: builds/forminator/admin/views/settings/dashboard/forms.php:34
|
8893 |
#: builds/forminator/admin/views/settings/dashboard/polls.php:32
|
8894 |
#: builds/forminator/admin/views/settings/dashboard/quizzes.php:33
|
8895 |
+
#: builds/forminator/library/class-export.php:917
|
8896 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:773
|
8897 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:804
|
8898 |
+
#: library/class-export.php:917
|
8899 |
#: library/modules/custom-forms/admin/admin-page-entries.php:773
|
8900 |
#: library/modules/custom-forms/admin/admin-page-entries.php:804
|
8901 |
msgid "Status"
|
11446 |
#: builds/forminator/admin/locale.php:1012
|
11447 |
#: builds/forminator/admin/views/quiz/entries/content.php:133
|
11448 |
#: builds/forminator/admin/views/quiz/entries/content.php:223
|
11449 |
+
#: builds/forminator/library/class-export.php:420
|
11450 |
#: builds/forminator/library/modules/polls/admin/admin-loader.php:216
|
11451 |
#: builds/forminator/library/modules/quizzes/admin/admin-loader.php:559
|
11452 |
+
#: library/class-export.php:420
|
11453 |
#: library/modules/polls/admin/admin-loader.php:216
|
11454 |
#: library/modules/quizzes/admin/admin-loader.php:559
|
11455 |
msgid "Question"
|
12147 |
#: builds/forminator/admin/locale.php:1164
|
12148 |
#: builds/forminator/admin/views/quiz/entries/content.php:135
|
12149 |
#: builds/forminator/admin/views/quiz/entries/content.php:225
|
12150 |
+
#: builds/forminator/library/class-export.php:421
|
12151 |
+
#: builds/forminator/library/class-export.php:497
|
12152 |
#: builds/forminator/library/modules/quizzes/admin/admin-loader.php:539
|
12153 |
+
#: library/class-export.php:421 library/class-export.php:497
|
12154 |
#: library/modules/quizzes/admin/admin-loader.php:539
|
12155 |
msgid "Answer"
|
12156 |
msgstr ""
|
12817 |
#: builds/forminator/admin/views/dashboard/widgets/widget-quiz.php:121
|
12818 |
#: builds/forminator/admin/views/poll/list/content.php:219
|
12819 |
#: builds/forminator/admin/views/quiz/list/content.php:217
|
12820 |
+
#: builds/forminator/library/class-export.php:1312
|
12821 |
+
#: library/class-export.php:1312
|
12822 |
msgid "View Submissions"
|
12823 |
msgstr ""
|
12824 |
|
15520 |
msgid "Post Custom Data"
|
15521 |
msgstr ""
|
15522 |
|
15523 |
+
#: builds/forminator/library/class-export.php:180
|
15524 |
#: builds/forminator/library/modules/custom-forms/user/class-forminator-cform-user-data.php:85
|
15525 |
+
#: library/class-export.php:180
|
15526 |
#: library/modules/custom-forms/user/class-forminator-cform-user-data.php:85
|
15527 |
msgid "Invalid form ID."
|
15528 |
msgstr ""
|
15529 |
|
15530 |
+
#: builds/forminator/library/class-export.php:190 library/class-export.php:190
|
15531 |
msgid "Invalid form type."
|
15532 |
msgstr ""
|
15533 |
|
15534 |
+
#: builds/forminator/library/class-export.php:201 library/class-export.php:201
|
15535 |
msgid "Invalid email."
|
15536 |
msgstr ""
|
15537 |
|
15538 |
+
#: builds/forminator/library/class-export.php:422 library/class-export.php:422
|
15539 |
msgid "Result"
|
15540 |
msgstr ""
|
15541 |
|
15542 |
+
#: builds/forminator/library/class-export.php:770 library/class-export.php:770
|
15543 |
msgid "Submission Time"
|
15544 |
msgstr ""
|
15545 |
|
15546 |
+
#: builds/forminator/library/class-export.php:913
|
15547 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:768
|
15548 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:799
|
15549 |
+
#: library/class-export.php:913
|
15550 |
#: library/modules/custom-forms/admin/admin-page-entries.php:768
|
15551 |
#: library/modules/custom-forms/admin/admin-page-entries.php:799
|
15552 |
msgid "Mode"
|
15553 |
msgstr ""
|
15554 |
|
15555 |
+
#: builds/forminator/library/class-export.php:921
|
15556 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:778
|
15557 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:809
|
15558 |
+
#: library/class-export.php:921
|
15559 |
#: library/modules/custom-forms/admin/admin-page-entries.php:778
|
15560 |
#: library/modules/custom-forms/admin/admin-page-entries.php:809
|
15561 |
msgid "Amount"
|
15562 |
msgstr ""
|
15563 |
|
15564 |
+
#: builds/forminator/library/class-export.php:929
|
15565 |
#: builds/forminator/library/helpers/helper-fields.php:415
|
15566 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:787
|
15567 |
#: builds/forminator/library/modules/custom-forms/admin/admin-page-entries.php:818
|
15568 |
+
#: library/class-export.php:929 library/helpers/helper-fields.php:415
|
15569 |
#: library/modules/custom-forms/admin/admin-page-entries.php:787
|
15570 |
#: library/modules/custom-forms/admin/admin-page-entries.php:818
|
15571 |
msgid "Transaction ID"
|
15572 |
msgstr ""
|
15573 |
|
15574 |
+
#: builds/forminator/library/class-export.php:1219
|
15575 |
+
#: library/class-export.php:1219
|
15576 |
msgid "Submissions data for %s"
|
15577 |
msgstr ""
|
15578 |
|
15579 |
+
#: builds/forminator/library/class-export.php:1283
|
15580 |
+
#: library/class-export.php:1283
|
15581 |
msgid "Hi %s,"
|
15582 |
msgstr ""
|
15583 |
|
15584 |
+
#: builds/forminator/library/class-export.php:1286
|
15585 |
+
#: library/class-export.php:1286
|
15586 |
msgid ""
|
15587 |
"Your scheduled exports have arrived! Forminator has captured %1$s new "
|
15588 |
"submission(s) and packaged %2$s total submissions from %3$s since the last "
|
15589 |
"scheduled export sent."
|
15590 |
msgstr ""
|
15591 |
|
15592 |
+
#: builds/forminator/library/class-export.php:1307
|
15593 |
+
#: library/class-export.php:1307
|
15594 |
msgid "New Submissions"
|
15595 |
msgstr ""
|
15596 |
|
15597 |
+
#: builds/forminator/library/class-export.php:1309
|
15598 |
+
#: library/class-export.php:1309
|
15599 |
msgid "Total Submissions"
|
15600 |
msgstr ""
|
15601 |
|
15602 |
+
#: builds/forminator/library/class-export.php:1318
|
15603 |
+
#: library/class-export.php:1318
|
15604 |
msgid "Cheers,"
|
15605 |
msgstr ""
|
15606 |
|
library/class-export.php
CHANGED
@@ -155,7 +155,8 @@ class Forminator_Export {
|
|
155 |
|
156 |
if ( isset( $post_data['action'] ) && 'forminator_export_entries' === $post_data['action'] ) {
|
157 |
|
158 |
-
if ( isset( $_POST['_forminator_nonce'] )
|
|
|
159 |
$redirect = add_query_arg(
|
160 |
array(
|
161 |
'err_msg' => rawurlencode( __( 'Invalid request, you are not allowed to do that action.', Forminator::DOMAIN ) ),
|
155 |
|
156 |
if ( isset( $post_data['action'] ) && 'forminator_export_entries' === $post_data['action'] ) {
|
157 |
|
158 |
+
if ( ! isset( $_POST['_forminator_nonce'] ) || ! wp_verify_nonce( $_POST['_forminator_nonce'], 'forminator_export' ) ) {
|
159 |
+
|
160 |
$redirect = add_query_arg(
|
161 |
array(
|
162 |
'err_msg' => rawurlencode( __( 'Invalid request, you are not allowed to do that action.', Forminator::DOMAIN ) ),
|
readme.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
=== Forminator - Contact Form, Payment Form & Custom Form Builder ===
|
2 |
Plugin Name: Forminator - Contact Form, Payment Form & Custom Form Builder
|
3 |
-
Version: 1.13.
|
4 |
Author: WPMU DEV
|
5 |
Author URI: https://premium.wpmudev.org/
|
6 |
Contributors: WPMUDEV, WebFactory
|
7 |
Tags: forms, contact form, wordpress form plugin, payment form, custom form, form builder, paypal form wordpress, form maker, quiz, quiz builder, order form, stripe payments, paypal payments, stripe form, paypal form
|
8 |
Requires at least: 4.6
|
9 |
-
Tested up to: 5.
|
10 |
-
Stable tag: 1.13.
|
11 |
Requires PHP: 5.2.4
|
12 |
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
13 |
|
@@ -30,6 +30,12 @@ Forminator’s drag and drop visual builder makes it easy to setup and add forms
|
|
30 |
- Calculations - Collect information, generate leads, take orders, and engage visitors.
|
31 |
- Payments - Take payments, donations, down payments, sell merch with the included Stripe and PayPal integrations.
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
### Accept Payments With Stripe and PayPal
|
34 |
|
35 |
Start taking payments with Forminator. No Pro upgrade required! SCA compliant Stripe and PayPal come included. Just enter your publish keys to activate the Forminator payment module for both fixed and variable payments.
|
@@ -197,6 +203,11 @@ We've put together a simple guide to Forminator contact forms on our blog. https
|
|
197 |
|
198 |
== Changelog ==
|
199 |
|
|
|
|
|
|
|
|
|
|
|
200 |
= 1.13.4 =
|
201 |
|
202 |
* Fix: Visibility conditions cause calculation result to be 0
|
1 |
=== Forminator - Contact Form, Payment Form & Custom Form Builder ===
|
2 |
Plugin Name: Forminator - Contact Form, Payment Form & Custom Form Builder
|
3 |
+
Version: 1.13.5
|
4 |
Author: WPMU DEV
|
5 |
Author URI: https://premium.wpmudev.org/
|
6 |
Contributors: WPMUDEV, WebFactory
|
7 |
Tags: forms, contact form, wordpress form plugin, payment form, custom form, form builder, paypal form wordpress, form maker, quiz, quiz builder, order form, stripe payments, paypal payments, stripe form, paypal form
|
8 |
Requires at least: 4.6
|
9 |
+
Tested up to: 5.5
|
10 |
+
Stable tag: 1.13.5
|
11 |
Requires PHP: 5.2.4
|
12 |
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
13 |
|
30 |
- Calculations - Collect information, generate leads, take orders, and engage visitors.
|
31 |
- Payments - Take payments, donations, down payments, sell merch with the included Stripe and PayPal integrations.
|
32 |
|
33 |
+
### Learn The Ropes With These Hands-On Forminator Tutorials
|
34 |
+
|
35 |
+
- [Creating the Perfect Contact Form with Forminator](https://premium.wpmudev.org/blog/creating-the-perfect-contact-form-with-forminator/)
|
36 |
+
- [Create an Easy Payment Form (for free!) with Forminator](https://premium.wpmudev.org/blog/create-free-payment-forms-with-forminator/)
|
37 |
+
- [How to Get the Most Out of Using Forminator](https://premium.wpmudev.org/blog/get-the-most-out-of-forminator/)
|
38 |
+
|
39 |
### Accept Payments With Stripe and PayPal
|
40 |
|
41 |
Start taking payments with Forminator. No Pro upgrade required! SCA compliant Stripe and PayPal come included. Just enter your publish keys to activate the Forminator payment module for both fixed and variable payments.
|
203 |
|
204 |
== Changelog ==
|
205 |
|
206 |
+
= 1.13.5 =
|
207 |
+
|
208 |
+
* Fix: WP 5.5 Gutenberg blocks missing permissions_callback
|
209 |
+
* Fix: Missing nonce check for CSV export
|
210 |
+
|
211 |
= 1.13.4 =
|
212 |
|
213 |
* Fix: Visibility conditions cause calculation result to be 0
|