Plugin Directory

Changeset 3001974


Ignore:
Timestamp:
11/27/2023 04:35:43 AM (2 years ago)
Author:
thrivedesk
Message:

Update to version 1.1.3 from GitHub

Location:
thrivedesk
Files:
8 edited
1 copied

Legend:

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

    r2994607 r3001974  
    44Requires at least: 4.9
    55Tested up to: 6.3.1
    6 Stable Tag: 1.1.2
     6Stable Tag: 1.1.3
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    224224
    225225== Changelog ==
     226
     227= 1.1.3 =
     228- Fix: Portal access issue resolved.
     229- Update: New plans are added for WPPortal support. 
     230
    226231= 1.1.2 =
    227232- Fix: Token authentication 2.0
  • thrivedesk/tags/1.1.3/src/Services/PortalService.php

    r2957963 r3001974  
    1111
    1212    public $plans = [
     13        'founder-ltd-pro',
     14        'business_ltd_23',
    1315        'business_ltd_22',
    1416        'agency_plus_ltd',
  • thrivedesk/tags/1.1.3/thrivedesk.php

    r2994607 r3001974  
    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:             1.1.2
     8 * Version:             1.1.3
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    5151     * @var string
    5252     */
    53     public $version = '1.1.2';
     53    public $version = '1.1.3';
    5454
    5555    /**
  • thrivedesk/tags/1.1.3/vendor/composer/installed.php

    r2994607 r3001974  
    22    'root' => array(
    33        'name' => 'thrivedesk/wp-plugin',
    4         'pretty_version' => 'v1.1.2',
    5         'version' => '1.1.2.0',
    6         'reference' => '4ae53699a118d8036fa04e6f43481210f66a7b13',
     4        'pretty_version' => 'v1.1.3',
     5        'version' => '1.1.3.0',
     6        'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'thrivedesk/wp-plugin' => array(
    14             'pretty_version' => 'v1.1.2',
    15             'version' => '1.1.2.0',
    16             'reference' => '4ae53699a118d8036fa04e6f43481210f66a7b13',
     14            'pretty_version' => 'v1.1.3',
     15            'version' => '1.1.3.0',
     16            'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • thrivedesk/trunk/readme.txt

    r2994607 r3001974  
    44Requires at least: 4.9
    55Tested up to: 6.3.1
    6 Stable Tag: 1.1.2
     6Stable Tag: 1.1.3
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    224224
    225225== Changelog ==
     226
     227= 1.1.3 =
     228- Fix: Portal access issue resolved.
     229- Update: New plans are added for WPPortal support. 
     230
    226231= 1.1.2 =
    227232- Fix: Token authentication 2.0
  • thrivedesk/trunk/src/Services/PortalService.php

    r2957963 r3001974  
    1111
    1212    public $plans = [
     13        'founder-ltd-pro',
     14        'business_ltd_23',
    1315        'business_ltd_22',
    1416        'agency_plus_ltd',
  • thrivedesk/trunk/thrivedesk.php

    r2994607 r3001974  
    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:             1.1.2
     8 * Version:             1.1.3
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    5151     * @var string
    5252     */
    53     public $version = '1.1.2';
     53    public $version = '1.1.3';
    5454
    5555    /**
  • thrivedesk/trunk/vendor/composer/installed.php

    r2994607 r3001974  
    22    'root' => array(
    33        'name' => 'thrivedesk/wp-plugin',
    4         'pretty_version' => 'v1.1.2',
    5         'version' => '1.1.2.0',
    6         'reference' => '4ae53699a118d8036fa04e6f43481210f66a7b13',
     4        'pretty_version' => 'v1.1.3',
     5        'version' => '1.1.3.0',
     6        'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'thrivedesk/wp-plugin' => array(
    14             'pretty_version' => 'v1.1.2',
    15             'version' => '1.1.2.0',
    16             'reference' => '4ae53699a118d8036fa04e6f43481210f66a7b13',
     14            'pretty_version' => 'v1.1.3',
     15            'version' => '1.1.3.0',
     16            'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.