Plugin Directory

Changeset 3142577


Ignore:
Timestamp:
08/28/2024 04:33:34 AM (19 months ago)
Author:
thrivedesk
Message:

Update to version 2.0.5 from GitHub

Location:
thrivedesk
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • thrivedesk/tags/2.0.5/readme.txt

    r3142322 r3142577  
    44Requires at least: 4.9
    55Tested up to: 6.4
    6 Stable Tag: 2.0.4
     6Stable Tag: 2.0.5
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    233233
    234234== Changelog ==
     235= 2.0.5 =
     236- Fix: System info mismatched
     237
    235238= 2.0.4 =
    236239- Fix: FunnelKit plugin identifier
  • thrivedesk/tags/2.0.5/src/Conversations/Conversation.php

    r3142322 r3142577  
    7575        }
    7676
    77         $systemInfo = $this->getSystemInfo($apiKey);
     77        $systemInfo = $this->get_system_info($apiKey);
    7878
    7979        if ($systemInfo) {
     
    8585    }
    8686
    87     public function getSystemInfo($apiKey): array
     87    public static function get_system_info($apiKey): array
    8888    {
    8989        $apiService = new TDApiService();
     
    111111            return $response;
    112112        }
     113
     114        return [];
    113115    }
    114116
  • thrivedesk/tags/2.0.5/thrivedesk.php

    r3142322 r3142577  
    66 * Plugin URI:          https://www.thrivedesk.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
    77 * Tags:                live chat, helpdesk, free live chat, knowledge base, thrivedesk
    8  * Version:             2.0.4
     8 * Version:             2.0.5
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    5252     * @var string
    5353     */
    54     public $version = '2.0.4';
     54    public $version = '2.0.5';
    5555
    5656    /**
  • thrivedesk/tags/2.0.5/vendor/composer/installed.php

    r3142322 r3142577  
    22    'root' => array(
    33        'name' => 'thrivedesk/wp-plugin',
    4         'pretty_version' => '2.0.4',
    5         'version' => '2.0.4.0',
    6         'reference' => '130c6b3597523d1dc3ad4a5ead8ecda63ffa1a69',
     4        'pretty_version' => 'v2.0.5',
     5        'version' => '2.0.5.0',
     6        'reference' => '6c7dc1342e1b037092f2cf14818b7832bca34f5e',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'thrivedesk/wp-plugin' => array(
    14             'pretty_version' => '2.0.4',
    15             'version' => '2.0.4.0',
    16             'reference' => '130c6b3597523d1dc3ad4a5ead8ecda63ffa1a69',
     14            'pretty_version' => 'v2.0.5',
     15            'version' => '2.0.5.0',
     16            'reference' => '6c7dc1342e1b037092f2cf14818b7832bca34f5e',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • thrivedesk/trunk/readme.txt

    r3142322 r3142577  
    44Requires at least: 4.9
    55Tested up to: 6.4
    6 Stable Tag: 2.0.4
     6Stable Tag: 2.0.5
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    233233
    234234== Changelog ==
     235= 2.0.5 =
     236- Fix: System info mismatched
     237
    235238= 2.0.4 =
    236239- Fix: FunnelKit plugin identifier
  • thrivedesk/trunk/src/Conversations/Conversation.php

    r3142322 r3142577  
    7575        }
    7676
    77         $systemInfo = $this->getSystemInfo($apiKey);
     77        $systemInfo = $this->get_system_info($apiKey);
    7878
    7979        if ($systemInfo) {
     
    8585    }
    8686
    87     public function getSystemInfo($apiKey): array
     87    public static function get_system_info($apiKey): array
    8888    {
    8989        $apiService = new TDApiService();
     
    111111            return $response;
    112112        }
     113
     114        return [];
    113115    }
    114116
  • thrivedesk/trunk/thrivedesk.php

    r3142322 r3142577  
    66 * Plugin URI:          https://www.thrivedesk.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
    77 * Tags:                live chat, helpdesk, free live chat, knowledge base, thrivedesk
    8  * Version:             2.0.4
     8 * Version:             2.0.5
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    5252     * @var string
    5353     */
    54     public $version = '2.0.4';
     54    public $version = '2.0.5';
    5555
    5656    /**
  • thrivedesk/trunk/vendor/composer/installed.php

    r3142322 r3142577  
    22    'root' => array(
    33        'name' => 'thrivedesk/wp-plugin',
    4         'pretty_version' => '2.0.4',
    5         'version' => '2.0.4.0',
    6         'reference' => '130c6b3597523d1dc3ad4a5ead8ecda63ffa1a69',
     4        'pretty_version' => 'v2.0.5',
     5        'version' => '2.0.5.0',
     6        'reference' => '6c7dc1342e1b037092f2cf14818b7832bca34f5e',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'thrivedesk/wp-plugin' => array(
    14             'pretty_version' => '2.0.4',
    15             'version' => '2.0.4.0',
    16             'reference' => '130c6b3597523d1dc3ad4a5ead8ecda63ffa1a69',
     14            'pretty_version' => 'v2.0.5',
     15            'version' => '2.0.5.0',
     16            'reference' => '6c7dc1342e1b037092f2cf14818b7832bca34f5e',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.