Plugin Directory

Changeset 2907798


Ignore:
Timestamp:
05/04/2023 05:55:00 AM (3 years ago)
Author:
thrivedesk
Message:

Update to version 1.0.15 from GitHub

Location:
thrivedesk
Files:
6 edited
1 copied

Legend:

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

    r2907328 r2907798  
    44Requires at least: 4.9
    55Tested up to: 6.2
    6 Stable Tag: 1.0.14
     6Stable Tag: 1.0.15
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    224224
    225225== Changelog ==
     226= 1.0.15 =
     227- Update: ThriveDesk plan list for Portal feature
     228
    226229= 1.0.14 =
    227230- Add: Permission check to run migration script
  • thrivedesk/tags/1.0.15/src/Services/PortalService.php

    r2904244 r2907798  
    1313        'business_ltd_22',
    1414        'agency_plus_ltd',
     15        'agency_20_workspaces_ltd',
    1516        'agency-ltd',
    1617        'founder-ltd-business',
  • thrivedesk/tags/1.0.15/thrivedesk.php

    r2907328 r2907798  
    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.14
     8 * Version:             1.0.15
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    5050     * @var string
    5151     */
    52     public $version = '1.0.14';
     52    public $version = '1.0.15';
    5353
    5454    /**
  • thrivedesk/trunk/readme.txt

    r2907328 r2907798  
    44Requires at least: 4.9
    55Tested up to: 6.2
    6 Stable Tag: 1.0.14
     6Stable Tag: 1.0.15
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    224224
    225225== Changelog ==
     226= 1.0.15 =
     227- Update: ThriveDesk plan list for Portal feature
     228
    226229= 1.0.14 =
    227230- Add: Permission check to run migration script
  • thrivedesk/trunk/src/Services/PortalService.php

    r2904244 r2907798  
    1313        'business_ltd_22',
    1414        'agency_plus_ltd',
     15        'agency_20_workspaces_ltd',
    1516        'agency-ltd',
    1617        'founder-ltd-business',
  • thrivedesk/trunk/thrivedesk.php

    r2907328 r2907798  
    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.14
     8 * Version:             1.0.15
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    5050     * @var string
    5151     */
    52     public $version = '1.0.14';
     52    public $version = '1.0.15';
    5353
    5454    /**
Note: See TracChangeset for help on using the changeset viewer.