Plugin Directory

Changeset 2904196


Ignore:
Timestamp:
04/26/2023 06:25:42 AM (3 years ago)
Author:
thrivedesk
Message:

Update to version 1.0.10 from GitHub

Location:
thrivedesk
Files:
6 edited
1 copied

Legend:

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

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

    r2900454 r2904196  
    6666            ] );
    6767        } else {
    68             set_transient( 'thrivedesk_portal_access', false, 60 * 60 * 6 );
    6968            echo json_encode( [
    7069                'code' => 422,
     
    9897            return true;
    9998        } else {
    100             set_transient( 'thrivedesk_portal_access', false, 60 * 60 * 6 );
    10199            return false;
    102100        }
  • thrivedesk/tags/1.0.10/thrivedesk.php

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

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

    r2900454 r2904196  
    6666            ] );
    6767        } else {
    68             set_transient( 'thrivedesk_portal_access', false, 60 * 60 * 6 );
    6968            echo json_encode( [
    7069                'code' => 422,
     
    9897            return true;
    9998        } else {
    100             set_transient( 'thrivedesk_portal_access', false, 60 * 60 * 6 );
    10199            return false;
    102100        }
  • thrivedesk/trunk/thrivedesk.php

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