Plugin Directory

Changeset 2957875


Ignore:
Timestamp:
08/24/2023 12:37:08 PM (3 years ago)
Author:
thrivedesk
Message:

Update to version 1.0.17 from GitHub

Location:
thrivedesk
Files:
6 edited
1 copied

Legend:

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

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

    r2949870 r2957875  
    1616        'agency-ltd',
    1717        'founder-ltd-business',
    18         'pro',
    1918        'pro_annual',
    2019        'plus_annual_july_2023',
    2120        'plus_july_2023',
     21        'starter_july_23',
     22        'starter_annual_july_23',
    2223    ];
    2324
  • thrivedesk/tags/1.0.17/thrivedesk.php

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

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

    r2949870 r2957875  
    1616        'agency-ltd',
    1717        'founder-ltd-business',
    18         'pro',
    1918        'pro_annual',
    2019        'plus_annual_july_2023',
    2120        'plus_july_2023',
     21        'starter_july_23',
     22        'starter_annual_july_23',
    2223    ];
    2324
  • thrivedesk/trunk/thrivedesk.php

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