Plugin Directory

Changeset 3029769


Ignore:
Timestamp:
01/31/2024 11:52:33 PM (2 years ago)
Author:
afterpayit
Message:

Release v3.8.3.

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

Legend:

Unmodified
Added
Removed
  • afterpay-gateway-for-woocommerce/tags/3.8.3/afterpay-gateway-for-woocommerce.php

    r3029191 r3029769  
    55 * Author: Afterpay
    66 * Author URI: https://www.afterpay.com/
    7  * Version: 3.8.1
     7 * Version: 3.8.3
    88 * Text Domain: afterpay-gateway-for-woocommerce
    99 * WC requires at least: 3.2.6
     
    4646         *                                          the value in the comments above.
    4747         */
    48         public static $version = '3.8.1';
     48        public static $version = '3.8.3';
    4949
    5050        /**
  • afterpay-gateway-for-woocommerce/tags/3.8.3/class/WC_Gateway_Afterpay.php

    r3029191 r3029769  
    10021002            }
    10031003
    1004             include "{$this->include_path}/instalments.html.php";
     1004            include_once "{$this->include_path}/instalments.html.php";
    10051005            afterpay_display_payment_schedule(
    10061006                $this->settings['testmode'],
  • afterpay-gateway-for-woocommerce/tags/3.8.3/readme.txt

    r3029191 r3029769  
    44Requires at least: 4.8.3
    55Tested up to: 6.4.2
    6 Stable tag: 3.8.1
     6Stable tag: 3.8.3
    77License: GNU Public License
    88License URI: https://www.gnu.org/licenses/
     
    3939
    4040== Changelog ==
     41
     42= 3.8.3 =
     43*Release Date: Thursday, 01 Feb 2024*
     44
     45* Added a fix to remove potential for a function redeclaration error.
    4146
    4247= 3.8.1 =
  • afterpay-gateway-for-woocommerce/tags/3.8.3/vendor/composer/installed.php

    r3029191 r3029769  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '7694c93ee1f092d97f908498ec6d49d6526c07ae',
     6        'reference' => 'f61da235e058a49e58354a7e093f48ce95baddd8',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '7694c93ee1f092d97f908498ec6d49d6526c07ae',
     16            'reference' => 'f61da235e058a49e58354a7e093f48ce95baddd8',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • afterpay-gateway-for-woocommerce/trunk/afterpay-gateway-for-woocommerce.php

    r3029191 r3029769  
    55 * Author: Afterpay
    66 * Author URI: https://www.afterpay.com/
    7  * Version: 3.8.1
     7 * Version: 3.8.3
    88 * Text Domain: afterpay-gateway-for-woocommerce
    99 * WC requires at least: 3.2.6
     
    4646         *                                          the value in the comments above.
    4747         */
    48         public static $version = '3.8.1';
     48        public static $version = '3.8.3';
    4949
    5050        /**
  • afterpay-gateway-for-woocommerce/trunk/class/WC_Gateway_Afterpay.php

    r3029191 r3029769  
    10021002            }
    10031003
    1004             include "{$this->include_path}/instalments.html.php";
     1004            include_once "{$this->include_path}/instalments.html.php";
    10051005            afterpay_display_payment_schedule(
    10061006                $this->settings['testmode'],
  • afterpay-gateway-for-woocommerce/trunk/readme.txt

    r3029191 r3029769  
    44Requires at least: 4.8.3
    55Tested up to: 6.4.2
    6 Stable tag: 3.8.1
     6Stable tag: 3.8.3
    77License: GNU Public License
    88License URI: https://www.gnu.org/licenses/
     
    3939
    4040== Changelog ==
     41
     42= 3.8.3 =
     43*Release Date: Thursday, 01 Feb 2024*
     44
     45* Added a fix to remove potential for a function redeclaration error.
    4146
    4247= 3.8.1 =
  • afterpay-gateway-for-woocommerce/trunk/vendor/composer/installed.php

    r3029191 r3029769  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '7694c93ee1f092d97f908498ec6d49d6526c07ae',
     6        'reference' => 'f61da235e058a49e58354a7e093f48ce95baddd8',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '7694c93ee1f092d97f908498ec6d49d6526c07ae',
     16            'reference' => 'f61da235e058a49e58354a7e093f48ce95baddd8',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.