Plugin Directory

Changeset 2949870


Ignore:
Timestamp:
08/09/2023 05:48:23 AM (3 years ago)
Author:
thrivedesk
Message:

Update to version 1.0.16 from GitHub

Location:
thrivedesk
Files:
6 edited
1 copied

Legend:

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

    r2907798 r2949870  
    33Tags: livechat, chat, help desk, chat plugin, free live chat, community, helpdesk, chatbot, knowledge base, support, help center, customer care,  woocommerce, surecart, freemius, thrivedesk, zendesk, mailchimp
    44Requires at least: 4.9
    5 Tested up to: 6.2
    6 Stable Tag: 1.0.15
     5Tested up to: 6.3
     6Stable Tag: 1.0.16
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    224224
    225225== Changelog ==
     226= 1.0.16 =
     227- Update: New plan added for Portal
     228
    226229= 1.0.15 =
    227230- Update: ThriveDesk plan list for Portal feature
  • thrivedesk/tags/1.0.16/src/Services/PortalService.php

    r2907798 r2949870  
    1717        'founder-ltd-business',
    1818        'pro',
    19         'pro_annual'
     19        'pro_annual',
     20        'plus_annual_july_2023',
     21        'plus_july_2023',
    2022    ];
    2123
  • thrivedesk/tags/1.0.16/thrivedesk.php

    r2907798 r2949870  
    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.15
     8 * Version:             1.0.16
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    1414 * Requires PHP:        5.5
    1515 * Requires at least:   4.9
    16  * Tested up to:        6.2
     16 * Tested up to:        6.3
    1717 *
    1818 * ThriveDesk is free software: you can redistribute it and/or modify
     
    5050     * @var string
    5151     */
    52     public $version = '1.0.15';
     52    public $version = '1.0.16';
    5353
    5454    /**
  • thrivedesk/trunk/readme.txt

    r2907798 r2949870  
    33Tags: livechat, chat, help desk, chat plugin, free live chat, community, helpdesk, chatbot, knowledge base, support, help center, customer care,  woocommerce, surecart, freemius, thrivedesk, zendesk, mailchimp
    44Requires at least: 4.9
    5 Tested up to: 6.2
    6 Stable Tag: 1.0.15
     5Tested up to: 6.3
     6Stable Tag: 1.0.16
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    224224
    225225== Changelog ==
     226= 1.0.16 =
     227- Update: New plan added for Portal
     228
    226229= 1.0.15 =
    227230- Update: ThriveDesk plan list for Portal feature
  • thrivedesk/trunk/src/Services/PortalService.php

    r2907798 r2949870  
    1717        'founder-ltd-business',
    1818        'pro',
    19         'pro_annual'
     19        'pro_annual',
     20        'plus_annual_july_2023',
     21        'plus_july_2023',
    2022    ];
    2123
  • thrivedesk/trunk/thrivedesk.php

    r2907798 r2949870  
    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.15
     8 * Version:             1.0.16
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    1414 * Requires PHP:        5.5
    1515 * Requires at least:   4.9
    16  * Tested up to:        6.2
     16 * Tested up to:        6.3
    1717 *
    1818 * ThriveDesk is free software: you can redistribute it and/or modify
     
    5050     * @var string
    5151     */
    52     public $version = '1.0.15';
     52    public $version = '1.0.16';
    5353
    5454    /**
Note: See TracChangeset for help on using the changeset viewer.