Skip to content

Commit 7830db5

Browse files
authored
Merge pull request #2391 from Strategy11/prepare_for_6.22
Prepare for 6.22
2 parents c715256 + 66adeb2 commit 7830db5

18 files changed

Lines changed: 350 additions & 245 deletions

classes/helpers/FrmAppHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class FrmAppHelper {
2929
*
3030
* @var string
3131
*/
32-
public static $plug_version = '6.21.1';
32+
public static $plug_version = '6.22';
3333

3434
/**
3535
* @var bool

classes/models/FrmEntryValidate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ private static function option_is_valid( $field, $value, $options ) {
290290
* This is to help catch cases where the option's formatting has been modified using
291291
* the_content filter.
292292
*
293-
* @since x.x
293+
* @since 6.22
294294
*
295295
* @param string $value
296296
* @param string $option_value

classes/models/FrmHoneypot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class FrmHoneypot extends FrmValidate {
88
/**
99
* Track the printed selectors so we do not print the same CSS twice.
1010
*
11-
* @since x.x
11+
* @since 6.22
1212
* @var array
1313
*/
1414
private static $printed_honeypot_selectors = array();

classes/models/fields/FrmFieldType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ protected function maybe_include_hidden_values( $args ) {
11751175
/**
11761176
* When opt=2 for example is used in the [input] shortcode, only print a single hidden input.
11771177
*
1178-
* @since x.x
1178+
* @since 6.22
11791179
*
11801180
* @param array $args
11811181
* @param int|string $opt

formidable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Formidable Forms
44
* Description: Quickly and easily create drag-and-drop forms
5-
* Version: 6.21.1
5+
* Version: 6.22
66
* Plugin URI: https://formidableforms.com/
77
* Author URI: https://formidableforms.com/
88
* Author: Strategy11 Form Builder Team

js/formidable.min.js

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/formidable_admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4767,7 +4767,7 @@ function frmAdminBuildJS() {
47674767
* When a modal is open, it is moved in the DOM and appended to the parent element of the modal trigger input. That
47684768
* creates a problem since deleting the field also deletes the modal and this function fixes that problem.
47694769
*
4770-
* @since x.x
4770+
* @since 6.22
47714771
*
47724772
* @param {Object} settings
47734773
* @returns {void}

0 commit comments

Comments
 (0)