Plugin Directory

Changeset 2681567


Ignore:
Timestamp:
02/18/2022 07:15:00 PM (4 years ago)
Author:
Unyson
Message:

Version 2.7.26

Location:
unyson
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • unyson/tags/2.7.26/framework/helpers/class-fw-wp-option.php

    r2681439 r2681567  
    2222        }
    2323
    24         $value = get_option($option_name = '', null);
     24        $value = get_option($option_name, null);
    2525
    2626        if (empty($specific_multi_key) && $specific_multi_key !== '0') {
  • unyson/tags/2.7.26/framework/manifest.php

    r2681439 r2681567  
    55$manifest['name'] = __('Unyson', 'fw');
    66
    7 $manifest['version'] = '2.7.25';
     7$manifest['version'] = '2.7.26';
  • unyson/tags/2.7.26/readme.txt

    r2681439 r2681567  
    44Requires at least: 4.4
    55Tested up to: 5.9
    6 Stable tag: 2.7.25
     6Stable tag: 2.7.26
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 2.7.26 =
     93* Fixed [#4211](https://github.com/ThemeFuse/Unyson/issues/4211)
     94
    9295= 2.7.25 =
    9396* Fixed [#4209](https://github.com/ThemeFuse/Unyson/issues/4209)
  • unyson/tags/2.7.26/unyson.php

    r2681439 r2681567  
    44 * Plugin URI: http://unyson.io/
    55 * Description: A free drag & drop framework that comes with a bunch of built in extensions that will help you develop premium themes fast & easy.
    6  * Version: 2.7.25
     6 * Version: 2.7.26
    77 * Author: ThemeFuse
    88 * Author URI: http://themefuse.com
  • unyson/trunk/framework/helpers/class-fw-wp-option.php

    r2681439 r2681567  
    2222        }
    2323
    24         $value = get_option($option_name = '', null);
     24        $value = get_option($option_name, null);
    2525
    2626        if (empty($specific_multi_key) && $specific_multi_key !== '0') {
  • unyson/trunk/framework/manifest.php

    r2681439 r2681567  
    55$manifest['name'] = __('Unyson', 'fw');
    66
    7 $manifest['version'] = '2.7.25';
     7$manifest['version'] = '2.7.26';
  • unyson/trunk/readme.txt

    r2681439 r2681567  
    44Requires at least: 4.4
    55Tested up to: 5.9
    6 Stable tag: 2.7.25
     6Stable tag: 2.7.26
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 2.7.26 =
     93* Fixed [#4211](https://github.com/ThemeFuse/Unyson/issues/4211)
     94
    9295= 2.7.25 =
    9396* Fixed [#4209](https://github.com/ThemeFuse/Unyson/issues/4209)
  • unyson/trunk/unyson.php

    r2681439 r2681567  
    44 * Plugin URI: http://unyson.io/
    55 * Description: A free drag & drop framework that comes with a bunch of built in extensions that will help you develop premium themes fast & easy.
    6  * Version: 2.7.25
     6 * Version: 2.7.26
    77 * Author: ThemeFuse
    88 * Author URI: http://themefuse.com
Note: See TracChangeset for help on using the changeset viewer.