Plugin Directory

Changeset 3010934


Ignore:
Timestamp:
12/17/2023 07:39:52 AM (2 years ago)
Author:
thrivedesk
Message:

Update to version 1.1.4 from GitHub

Location:
thrivedesk
Files:
10 edited
1 copied

Legend:

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

    r3001974 r3010934  
    44Requires at least: 4.9
    55Tested up to: 6.3.1
    6 Stable Tag: 1.1.3
     6Stable Tag: 1.1.4
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    225225== Changelog ==
    226226
     227= 1.1.4 =
     228- Fix: EDD order overview issue resolved.
     229- Update: WooCommerce shipping details checkbox warning handled.
     230
    227231= 1.1.3 =
    228232- Fix: Portal access issue resolved.
  • thrivedesk/tags/1.1.4/src/Api.php

    r2962781 r3010934  
    426426
    427427        $email          = sanitize_email( $_REQUEST['email'] ?? '' );
    428         $enableShipping = $_REQUEST['shipping_param'] == 1 ? true : false;
     428        $enableShipping = isset($_REQUEST['shipping_param']) == 1 ? true : false;
    429429
    430430        if ( ! method_exists( $this->plugin, 'prepare_data' ) ) {
  • thrivedesk/tags/1.1.4/src/Plugins/EDD.php

    r2839767 r3010934  
    8484     */
    8585    public function accepted_statuses(): array {
    86         return ['Complete'];
     86        return ['Completed'];
    8787    }
    8888
  • thrivedesk/tags/1.1.4/thrivedesk.php

    r3001974 r3010934  
    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.1.3
     8 * Version:             1.1.4
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    5151     * @var string
    5252     */
    53     public $version = '1.1.3';
     53    public $version = '1.1.4';
    5454
    5555    /**
  • thrivedesk/tags/1.1.4/vendor/composer/installed.php

    r3001974 r3010934  
    22    'root' => array(
    33        'name' => 'thrivedesk/wp-plugin',
    4         'pretty_version' => 'v1.1.3',
    5         'version' => '1.1.3.0',
    6         'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b',
     4        'pretty_version' => 'v1.1.4',
     5        'version' => '1.1.4.0',
     6        'reference' => 'dc49dfc05e5694e41f0c143b80cc0b8e53d83921',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'thrivedesk/wp-plugin' => array(
    14             'pretty_version' => 'v1.1.3',
    15             'version' => '1.1.3.0',
    16             'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b',
     14            'pretty_version' => 'v1.1.4',
     15            'version' => '1.1.4.0',
     16            'reference' => 'dc49dfc05e5694e41f0c143b80cc0b8e53d83921',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • thrivedesk/trunk/readme.txt

    r3001974 r3010934  
    44Requires at least: 4.9
    55Tested up to: 6.3.1
    6 Stable Tag: 1.1.3
     6Stable Tag: 1.1.4
    77Requires PHP: 5.5
    88License: GNU General Public License v2.0 or later
     
    225225== Changelog ==
    226226
     227= 1.1.4 =
     228- Fix: EDD order overview issue resolved.
     229- Update: WooCommerce shipping details checkbox warning handled.
     230
    227231= 1.1.3 =
    228232- Fix: Portal access issue resolved.
  • thrivedesk/trunk/src/Api.php

    r2962781 r3010934  
    426426
    427427        $email          = sanitize_email( $_REQUEST['email'] ?? '' );
    428         $enableShipping = $_REQUEST['shipping_param'] == 1 ? true : false;
     428        $enableShipping = isset($_REQUEST['shipping_param']) == 1 ? true : false;
    429429
    430430        if ( ! method_exists( $this->plugin, 'prepare_data' ) ) {
  • thrivedesk/trunk/src/Plugins/EDD.php

    r2839767 r3010934  
    8484     */
    8585    public function accepted_statuses(): array {
    86         return ['Complete'];
     86        return ['Completed'];
    8787    }
    8888
  • thrivedesk/trunk/thrivedesk.php

    r3001974 r3010934  
    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.1.3
     8 * Version:             1.1.4
    99 * Author:              ThriveDesk
    1010 * Author URI:          https://profiles.wordpress.org/thrivedesk/
     
    5151     * @var string
    5252     */
    53     public $version = '1.1.3';
     53    public $version = '1.1.4';
    5454
    5555    /**
  • thrivedesk/trunk/vendor/composer/installed.php

    r3001974 r3010934  
    22    'root' => array(
    33        'name' => 'thrivedesk/wp-plugin',
    4         'pretty_version' => 'v1.1.3',
    5         'version' => '1.1.3.0',
    6         'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b',
     4        'pretty_version' => 'v1.1.4',
     5        'version' => '1.1.4.0',
     6        'reference' => 'dc49dfc05e5694e41f0c143b80cc0b8e53d83921',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'thrivedesk/wp-plugin' => array(
    14             'pretty_version' => 'v1.1.3',
    15             'version' => '1.1.3.0',
    16             'reference' => 'bcab3170076b73987bc43327ab7bff7c0ee3ec2b',
     14            'pretty_version' => 'v1.1.4',
     15            'version' => '1.1.4.0',
     16            'reference' => 'dc49dfc05e5694e41f0c143b80cc0b8e53d83921',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.