Plugin Directory

Changeset 2904244


Ignore:
Timestamp:
04/26/2023 07:27:26 AM (3 years ago)
Author:
thrivedesk
Message:

Update to version 1.0.11 from GitHub

Location:
thrivedesk
Files:
6 edited
1 copied

Legend:

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

    r2904196 r2904244  
    44Requires at least: 4.9
    55Tested up to: 6.2
    6 Stable Tag: 1.0.10
     6Stable Tag: 1.0.11
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    224224
    225225== Changelog ==
     226= 1.0.11 =
     227- Updated ThriveDesk plan list
     228
    226229= 1.0.10 =
    227230- Fixed portal feature availability issue
  • thrivedesk/tags/1.0.11/src/Services/PortalService.php

    r2904196 r2904244  
    1313        'business_ltd_22',
    1414        'agency_plus_ltd',
    15         'agency-ltd1',
     15        'agency-ltd',
    1616        'founder-ltd-business',
    1717        'pro',
  • thrivedesk/tags/1.0.11/thrivedesk.php

    r2904196 r2904244  
    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.0.10
     8 * Version:             1.0.11
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    4949     * @var string
    5050     */
    51     public $version = '1.0.10';
     51    public $version = '1.0.11';
    5252
    5353    /**
  • thrivedesk/trunk/readme.txt

    r2904196 r2904244  
    44Requires at least: 4.9
    55Tested up to: 6.2
    6 Stable Tag: 1.0.10
     6Stable Tag: 1.0.11
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    224224
    225225== Changelog ==
     226= 1.0.11 =
     227- Updated ThriveDesk plan list
     228
    226229= 1.0.10 =
    227230- Fixed portal feature availability issue
  • thrivedesk/trunk/src/Services/PortalService.php

    r2904196 r2904244  
    1313        'business_ltd_22',
    1414        'agency_plus_ltd',
    15         'agency-ltd1',
     15        'agency-ltd',
    1616        'founder-ltd-business',
    1717        'pro',
  • thrivedesk/trunk/thrivedesk.php

    r2904196 r2904244  
    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.0.10
     8 * Version:             1.0.11
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    4949     * @var string
    5050     */
    51     public $version = '1.0.10';
     51    public $version = '1.0.11';
    5252
    5353    /**
Note: See TracChangeset for help on using the changeset viewer.