Plugin Directory

Changeset 2980919


Ignore:
Timestamp:
10/18/2023 09:25:16 PM (2 years ago)
Author:
adreastrian
Message:

releasing v5.0.11

Location:
fluentform
Files:
1025 added
3 edited

Legend:

Unmodified
Added
Removed
  • fluentform/trunk/app/Hooks/actions.php

    r2980830 r2980919  
    951951            }
    952952           
    953             if (defined('FLUENTFORMPRO') && class_exists('\FluentFormPro\classes\FormStyler')) {
    954                 (new \FluentFormPro\classes\FormStyler())->generateStyleFromPreset($formId, $themeStyle);
     953            if (false && defined('FLUENTFORMPRO') && class_exists('\FluentFormPro\classes\FormStyler')) {
     954                $formStyler = new \FluentFormPro\classes\FormStyler();
     955
     956                if (method_exists($formStyler, 'generateStyleFromPreset')) {
     957                    $formStyler->generateStyleFromPreset($formId, $themeStyle);
     958                }
    955959            } else {
    956960                \FluentForm\App\Helpers\Helper::setFormMeta($formId, '_ff_selected_style', $themeStyle);
  • fluentform/trunk/fluentform.php

    r2980830 r2980919  
    44 * Plugin Name: Fluent Forms
    55 * Description: Contact Form By Fluent Forms is the advanced Contact form plugin with drag and drop, multi column supported form builder plugin
    6  * Version: 5.0.10
     6 * Version: 5.0.11
    77 * Author: Contact Form - WPManageNinja LLC
    88 * Author URI: https://fluentforms.com
     
    1919
    2020define('FLUENTFORM_FRAMEWORK_UPGRADE', '4.3.22');
    21 defined('FLUENTFORM_VERSION') or define('FLUENTFORM_VERSION', '5.0.10');
     21defined('FLUENTFORM_VERSION') or define('FLUENTFORM_VERSION', '5.0.11');
    2222
    2323if (!defined('FLUENTFORM_HAS_NIA')) {
  • fluentform/trunk/readme.txt

    r2980830 r2980919  
    55Tested up to: 6.3.2
    66Requires PHP: 7.1
    7 Stable tag: 5.0.10
     7Stable tag: 5.0.11
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    441441== Changelog ==
    442442
     443= 5.0.11 (Date: October 19, 2023) =
     444- Fixes theme selection bug
     445
    443446= 5.0.10 (Date: October 18, 2023) =
    444447 - Adds form preview in Gutenberg block
Note: See TracChangeset for help on using the changeset viewer.