Plugin Directory

Changeset 3029776


Ignore:
Timestamp:
02/01/2024 12:35:15 AM (2 years ago)
Author:
clearpayit
Message:

Release v3.8.3.

Location:
clearpay-gateway-for-woocommerce
Files:
1 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • clearpay-gateway-for-woocommerce/tags/3.8.3/class/WC_Gateway_Clearpay.php

    r3029190 r3029776  
    994994            }
    995995
    996             include "{$this->include_path}/instalments.html.php";
     996            include_once "{$this->include_path}/instalments.html.php";
    997997            clearpay_display_payment_schedule(
    998998                $this->settings['testmode'],
  • clearpay-gateway-for-woocommerce/tags/3.8.3/clearpay-gateway-for-woocommerce.php

    r3029379 r3029776  
    55 * Author: Clearpay
    66 * Author URI: https://www.clearpay.co.uk/
    7  * Version: 3.8.2
     7 * Version: 3.8.3
    88 * Text Domain: woo_clearpay
    99 * Domain Path: /languages/
     
    4747         *                                          the value in the comments above.
    4848         */
    49         public static $version = '3.8.2';
     49        public static $version = '3.8.3';
    5050
    5151        /**
  • clearpay-gateway-for-woocommerce/tags/3.8.3/readme.txt

    r3029379 r3029776  
    44Requires at least: 4.8.3
    55Tested up to: 6.4.2
    6 Stable tag: 3.8.2
     6Stable tag: 3.8.3
    77License: GNU Public License
    88License URI: https://www.gnu.org/licenses/
     
    4040== Changelog ==
    4141
     42= 3.8.3 =
     43*Release Date: Thursday, 01 Feb 2024*
     44
     45* Added a fix to remove potential for a function redeclaration error.
     46
    4247= 3.8.2 =
    4348*Release Date: Wednesday, 31 Jan 2024*
  • clearpay-gateway-for-woocommerce/tags/3.8.3/vendor/composer/installed.php

    r3029190 r3029776  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '74c2ba5453aed88893b2dd885ecc4fa289e3d559',
     6        'reference' => 'ffc7f9f255adadbfa7f74bf4544a1cb2649c3ef4',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '74c2ba5453aed88893b2dd885ecc4fa289e3d559',
     16            'reference' => 'ffc7f9f255adadbfa7f74bf4544a1cb2649c3ef4',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • clearpay-gateway-for-woocommerce/trunk/class/WC_Gateway_Clearpay.php

    r3029190 r3029776  
    994994            }
    995995
    996             include "{$this->include_path}/instalments.html.php";
     996            include_once "{$this->include_path}/instalments.html.php";
    997997            clearpay_display_payment_schedule(
    998998                $this->settings['testmode'],
  • clearpay-gateway-for-woocommerce/trunk/clearpay-gateway-for-woocommerce.php

    r3029379 r3029776  
    55 * Author: Clearpay
    66 * Author URI: https://www.clearpay.co.uk/
    7  * Version: 3.8.2
     7 * Version: 3.8.3
    88 * Text Domain: woo_clearpay
    99 * Domain Path: /languages/
     
    4747         *                                          the value in the comments above.
    4848         */
    49         public static $version = '3.8.2';
     49        public static $version = '3.8.3';
    5050
    5151        /**
  • clearpay-gateway-for-woocommerce/trunk/readme.txt

    r3029379 r3029776  
    44Requires at least: 4.8.3
    55Tested up to: 6.4.2
    6 Stable tag: 3.8.2
     6Stable tag: 3.8.3
    77License: GNU Public License
    88License URI: https://www.gnu.org/licenses/
     
    4040== Changelog ==
    4141
     42= 3.8.3 =
     43*Release Date: Thursday, 01 Feb 2024*
     44
     45* Added a fix to remove potential for a function redeclaration error.
     46
    4247= 3.8.2 =
    4348*Release Date: Wednesday, 31 Jan 2024*
  • clearpay-gateway-for-woocommerce/trunk/vendor/composer/installed.php

    r3029190 r3029776  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '74c2ba5453aed88893b2dd885ecc4fa289e3d559',
     6        'reference' => 'ffc7f9f255adadbfa7f74bf4544a1cb2649c3ef4',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '74c2ba5453aed88893b2dd885ecc4fa289e3d559',
     16            'reference' => 'ffc7f9f255adadbfa7f74bf4544a1cb2649c3ef4',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.