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 @@ -188,7 +188,7 @@ private static function is_white_page() {
* Stripe Lite does not have an edit view. Also fallback for bulk deleting, since that
* isn't built into Lite. The pages we fall back to should not be styled as white pages.
*
* @since x.x
* @since 6.27
*
* @return bool
*/
Expand Down Expand Up @@ -808,7 +808,7 @@ public static function admin_js() {
}

/**
* @since x.x
* @since 6.27
*
* @return array
*/
Expand Down
2 changes: 1 addition & 1 deletion classes/controllers/FrmElementorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static function register_elementor_hooks() {
/**
* Enqueue styles for the Elementor editor to display the Formidable widget icon.
*
* @since x.x
* @since 6.27
*
* @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 @@ -1705,7 +1705,7 @@ public static function update_button_classes( $classes ) {
}

/**
* @since x.x Added $template_path parameter.
* @since 6.27 Added $template_path parameter.
*
* @param int|string $form_id
* @param string $class
Expand Down
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.26.1';
public static $plug_version = '6.27';

/**
* @var bool
Expand Down
2 changes: 1 addition & 1 deletion classes/helpers/FrmFieldsHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2464,7 +2464,7 @@ public static function show_add_field_buttons( $args ) {
* Updates the params with limit data (the data-limit attribute, and possibly the frm_at_limit class).
* Some field types are limited to a certain number per form, including coupon fields.
*
* @since x.x
* @since 6.27
*
* @param array $li_params The params.
* @param int $form_id The form ID.
Expand Down
2 changes: 1 addition & 1 deletion classes/models/FrmMigrate.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function upgrade() {
* If a server has AllowOverride FileInfo but not AllowOverride AuthConfig, JS and CSS files
* will result in a 500 error.
*
* @since x.x
* @since 6.27
*
* @return void
*/
Expand Down
Loading