Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classes/helpers/FrmAppHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class FrmAppHelper {
*
* @var string
*/
public static $plug_version = '6.21.1';
public static $plug_version = '6.22';

/**
* @var bool
Expand Down
2 changes: 1 addition & 1 deletion classes/models/FrmEntryValidate.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ private static function option_is_valid( $field, $value, $options ) {
* This is to help catch cases where the option's formatting has been modified using
* the_content filter.
*
* @since x.x
* @since 6.22
*
* @param string $value
* @param string $option_value
Expand Down
2 changes: 1 addition & 1 deletion classes/models/FrmHoneypot.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class FrmHoneypot extends FrmValidate {
/**
* Track the printed selectors so we do not print the same CSS twice.
*
* @since x.x
* @since 6.22
* @var array
*/
private static $printed_honeypot_selectors = array();
Expand Down
2 changes: 1 addition & 1 deletion classes/models/fields/FrmFieldType.php
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ protected function maybe_include_hidden_values( $args ) {
/**
* When opt=2 for example is used in the [input] shortcode, only print a single hidden input.
*
* @since x.x
* @since 6.22
*
* @param array $args
* @param int|string $opt
Expand Down
2 changes: 1 addition & 1 deletion formidable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Formidable Forms
* Description: Quickly and easily create drag-and-drop forms
* Version: 6.21.1
* Version: 6.22
* Plugin URI: https://formidableforms.com/
* Author URI: https://formidableforms.com/
* Author: Strategy11 Form Builder Team
Expand Down
48 changes: 24 additions & 24 deletions js/formidable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/formidable_admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4767,7 +4767,7 @@ function frmAdminBuildJS() {
* When a modal is open, it is moved in the DOM and appended to the parent element of the modal trigger input. That
* creates a problem since deleting the field also deletes the modal and this function fixes that problem.
*
* @since x.x
* @since 6.22
*
* @param {Object} settings
* @returns {void}
Expand Down
Loading