Plugin Directory

Changeset 2801779


Ignore:
Timestamp:
10/20/2022 10:07:33 AM (3 years ago)
Author:
Unyson
Message:

Version 2.7.28

Location:
unyson
Files:
7 edited
5 copied

Legend:

Unmodified
Added
Removed
  • unyson/tags/2.7.28/framework/core/components/extensions/manager/includes/download-source/types/class-fw-download-source-github.php

    r1891028 r2801779  
    6161            $response = $http->get(
    6262                apply_filters( 'fw_github_api_url', 'https://api.github.com' )
    63                 . '/repos/' . $set['user_repo'] . '/releases/' . $tag
     63                . '/repos/' . $set['user_repo'] . '/releases/' . $tag,
     64                [ 'timeout' => 25 ]
    6465            );
    6566
  • unyson/tags/2.7.28/framework/extensions/update/extensions/github-update/class-fw-extension-github-update.php

    r1901301 r2801779  
    6767
    6868        $response = $http->get(
    69             $this->get_github_api_url( '/repos/' . $user_slash_repo . '/releases/latest' )
     69            $this->get_github_api_url( '/repos/' . $user_slash_repo . '/releases/latest' ),
     70            [ 'timeout' => 25 ]
    7071        );
    7172
     
    212213
    213214        $response = $http->get(
    214             $this->get_github_api_url( '/repos/' . $user_slash_repo . '/releases/tags/' . $version )
     215            $this->get_github_api_url( '/repos/' . $user_slash_repo . '/releases/tags/' . $version ),
     216            [ 'timeout' => 25 ]
    215217        );
    216218
  • unyson/tags/2.7.28/framework/manifest.php

    r2749668 r2801779  
    55$manifest['name'] = __('Unyson', 'fw');
    66
    7 $manifest['version'] = '2.7.27';
     7$manifest['version'] = '2.7.28';
  • unyson/tags/2.7.28/readme.txt

    r2749668 r2801779  
    44Requires at least: 4.4
    55Tested up to: 6.0
    6 Stable tag: 2.7.27
     6Stable tag: 2.7.28
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 2.7.28 =
     93* Fixed [#4276](https://github.com/ThemeFuse/Unyson/issues/3915),[#3861](https://github.com/ThemeFuse/Unyson/issues/3861),[#4275](https://github.com/ThemeFuse/Unyson/issues/3861)
     94
    9295= 2.7.27 =
    9396* Security Issue
  • unyson/tags/2.7.28/unyson.php

    r2749668 r2801779  
    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.27
     6 * Version: 2.7.28
    77 * Author: ThemeFuse
    88 * Author URI: http://themefuse.com
  • unyson/trunk/framework/core/components/extensions/manager/includes/download-source/types/class-fw-download-source-github.php

    r1891028 r2801779  
    6161            $response = $http->get(
    6262                apply_filters( 'fw_github_api_url', 'https://api.github.com' )
    63                 . '/repos/' . $set['user_repo'] . '/releases/' . $tag
     63                . '/repos/' . $set['user_repo'] . '/releases/' . $tag,
     64                [ 'timeout' => 25 ]
    6465            );
    6566
  • unyson/trunk/framework/extensions/update/extensions/github-update/class-fw-extension-github-update.php

    r1901301 r2801779  
    6767
    6868        $response = $http->get(
    69             $this->get_github_api_url( '/repos/' . $user_slash_repo . '/releases/latest' )
     69            $this->get_github_api_url( '/repos/' . $user_slash_repo . '/releases/latest' ),
     70            [ 'timeout' => 25 ]
    7071        );
    7172
     
    212213
    213214        $response = $http->get(
    214             $this->get_github_api_url( '/repos/' . $user_slash_repo . '/releases/tags/' . $version )
     215            $this->get_github_api_url( '/repos/' . $user_slash_repo . '/releases/tags/' . $version ),
     216            [ 'timeout' => 25 ]
    215217        );
    216218
  • unyson/trunk/framework/manifest.php

    r2749668 r2801779  
    55$manifest['name'] = __('Unyson', 'fw');
    66
    7 $manifest['version'] = '2.7.27';
     7$manifest['version'] = '2.7.28';
  • unyson/trunk/readme.txt

    r2749668 r2801779  
    44Requires at least: 4.4
    55Tested up to: 6.0
    6 Stable tag: 2.7.27
     6Stable tag: 2.7.28
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 2.7.28 =
     93* Fixed [#4276](https://github.com/ThemeFuse/Unyson/issues/3915),[#3861](https://github.com/ThemeFuse/Unyson/issues/3861),[#4275](https://github.com/ThemeFuse/Unyson/issues/3861)
     94
    9295= 2.7.27 =
    9396* Security Issue
  • unyson/trunk/unyson.php

    r2749668 r2801779  
    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.27
     6 * Version: 2.7.28
    77 * Author: ThemeFuse
    88 * Author URI: http://themefuse.com
Note: See TracChangeset for help on using the changeset viewer.