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
4 changes: 2 additions & 2 deletions classes/controllers/FrmAppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ private static function enqueue_legacy_views_assets() {
/**
* Unregister Popper if the registered version is outdated.
*
* @since x.x
* @since 6.26
*
* @return void
*/
Expand All @@ -990,7 +990,7 @@ private static function maybe_deregister_popper1() {
/**
* Register Popper required for Bootstrap 5.
*
* @since x.x
* @since 6.26
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion classes/controllers/FrmFormsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3318,7 +3318,7 @@ private static function show_form_after_submit( $args ) {
* Gets message placement.
*
* @since 4.05.02
* @since x.x This method changed from `private` to `public`.
* @since 6.26 This method changed from `private` to `public`.
*
* @param object $form Form object.
* @param string $message The message.
Expand Down
2 changes: 1 addition & 1 deletion classes/controllers/FrmSimpleBlocksController.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static function block_editor_assets() {
/**
* Enqueue Formidable Simple Blocks' JS and CSS for the content.
*
* @since x.x
* @since 6.26
*
* @return void
*/
Expand Down
10 changes: 5 additions & 5 deletions 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.25.1';
public static $plug_version = '6.26';

/**
* @var bool
Expand Down Expand Up @@ -192,7 +192,7 @@ private static function maybe_add_utm_license( $query_args, $link = '' ) {
}

/**
* @since x.x
* @since 6.26
*
* @param string $link
*
Expand Down Expand Up @@ -5053,7 +5053,7 @@ public static function is_valid_utf8( $string ) {
/**
* Get a documentation URL with UTM parameters and affiliate tracking.
*
* @since x.x
* @since 6.26
*
* @param string $path The relative path to append to the base URL.
* @param string $campaign The campaign to use for UTM parameters.
Expand All @@ -5073,12 +5073,12 @@ public static function get_doc_url( $path, $campaign, $add_kb_base = true ) {

/**
* @since 5.0.16
* @deprecated x.x
* @deprecated 6.26
*
* @return bool
*/
public static function show_landing_pages() {
_deprecated_function( __METHOD__, 'x.x' );
_deprecated_function( __METHOD__, '6.26' );
return true;
}
}
2 changes: 1 addition & 1 deletion classes/models/fields/FrmFieldCombo.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ protected function get_inputs_container_attrs() {
/**
* Gets subfield input attributes.
*
* @since x.x
* @since 6.26
*
* @param array $sub_field Subfield data.
* @param array $args Field output args. See {@see FrmFieldCombo::load_field_output()}.
Expand Down
4 changes: 2 additions & 2 deletions classes/models/fields/FrmFieldName.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public function show_after_default( $args ) {
/**
* Tracks the first name field ID in a form.
*
* @since x.x
* @since 6.26
*
* @param object[] $fields Array of fields in a form.
*
Expand All @@ -325,7 +325,7 @@ public static function track_first_name_field( $fields ) {
/**
* Gets subfield input attributes.
*
* @since x.x
* @since 6.26
*
* @param array $sub_field Subfield data.
* @param array $args Field output args. See {@see FrmFieldCombo::load_field_output()}.
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 @@ -2052,7 +2052,7 @@ public function should_unserialize_value() {
}

/**
* @since x.x
* @since 6.26
*
* @param string $value
*
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.25.1
* Version: 6.26
* Plugin URI: https://formidableforms.com/
* Author URI: https://formidableforms.com/
* Author: Strategy11 Form Builder Team
Expand Down
141 changes: 72 additions & 69 deletions js/formidable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/src/admin/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ window.frmAdminBuildJS = function() {
/**
* Load a tooltip for a single element.
*
* @since x.x
* @since 6.26
*
* @param {HTMLElement} element
* @param {boolean} show
Expand Down
Loading
Loading