Plugin Directory

Changeset 2957963


Ignore:
Timestamp:
08/24/2023 03:26:38 PM (3 years ago)
Author:
thrivedesk
Message:

Update to version 1.0.18 from GitHub

Location:
thrivedesk
Files:
6 edited
1 copied

Legend:

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

    r2957875 r2957963  
    44Requires at least: 4.9
    55Tested up to: 6.3
    6 Stable Tag: 1.0.17
     6Stable Tag: 1.0.18
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    224224
    225225== Changelog ==
     226= 1.0.18 =
     227- Fix: Revert pro plan
     228
    226229= 1.0.17 =
    227230- Update: Starter plan support for Portal
  • thrivedesk/tags/1.0.18/src/Services/PortalService.php

    r2957875 r2957963  
    1515        'agency_20_workspaces_ltd',
    1616        'agency-ltd',
     17        'pro',
    1718        'founder-ltd-business',
    1819        'pro_annual',
  • thrivedesk/tags/1.0.18/thrivedesk.php

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

    r2957875 r2957963  
    44Requires at least: 4.9
    55Tested up to: 6.3
    6 Stable Tag: 1.0.17
     6Stable Tag: 1.0.18
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    224224
    225225== Changelog ==
     226= 1.0.18 =
     227- Fix: Revert pro plan
     228
    226229= 1.0.17 =
    227230- Update: Starter plan support for Portal
  • thrivedesk/trunk/src/Services/PortalService.php

    r2957875 r2957963  
    1515        'agency_20_workspaces_ltd',
    1616        'agency-ltd',
     17        'pro',
    1718        'founder-ltd-business',
    1819        'pro_annual',
  • thrivedesk/trunk/thrivedesk.php

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