Plugin Directory

Changeset 2854110


Ignore:
Timestamp:
01/25/2023 08:15:26 AM (3 years ago)
Author:
omise
Message:

Update to version 4.28.1 from GitHub

Location:
omise
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • omise/tags/4.28.1/CHANGELOG.md

    r2852769 r2854110  
    11# CHANGELOG
    22
    3 ### [v4.28.0 _(Jan 24, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.0)
     3### [v4.28.1 _(Jan 25, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.1)
     4- Fix Uncaught Error: Call to a member function getShopeeBackend() on null. (PR [#344](https://github.com/omise/omise-woocommerce/pull/344))
     5
     6### [v4.28.0 _(Jan 23, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.0)
    47- Added ShopeePay for Thailand and Singapore. (PR [#339](https://github.com/omise/omise-woocommerce/pull/339))
    58- Rebrand Lotus's Bill Payment. (PR [#336](https://github.com/omise/omise-woocommerce/pull/336))
  • omise/tags/4.28.1/includes/gateway/class-omise-payment-shopeepay.php

    r2852769 r2854110  
    8484    {
    8585        $capabilities = Omise_Capabilities::retrieve();
     86
     87        if (!$capabilities) {
     88            return self::ID;
     89        }
     90
    8691        $isShopeepayJumpAppEnabled = $capabilities->getShopeeBackend(self::JUMPAPP_ID);
    8792        $isShopeepayEnabled = $capabilities->getShopeeBackend(self::ID);
  • omise/tags/4.28.1/omise-woocommerce.php

    r2852769 r2854110  
    55 * Plugin URI:  https://www.omise.co/woocommerce
    66 * Description: Opn Payments is a WordPress plugin designed specifically for WooCommerce. The plugin adds support for Opn Payments Payment Gateway's payment methods to WooCommerce.
    7  * Version:     4.28.0
     7 * Version:     4.28.1
    88 * Author:      Opn Payments and contributors
    99 * Author URI:  https://github.com/omise/omise-woocommerce/graphs/contributors
     
    2323     * @var string
    2424     */
    25     public $version = '4.28.0';
     25    public $version = '4.28.1';
    2626
    2727    /**
  • omise/tags/4.28.1/readme.txt

    r2852769 r2854110  
    44Requires at least: 4.3.1
    55Tested up to: 6.0.2
    6 Stable tag: 4.28.0
     6Stable tag: 4.28.1
    77License: MIT
    88License URI: https://opensource.org/licenses/MIT
     
    3434
    3535== Changelog ==
     36
     37= 4.28.1 =
     38
     39- Fix Uncaught Error: Call to a member function getShopeeBackend() on null. (PR [#344](https://github.com/omise/omise-woocommerce/pull/344))
    3640
    3741= 4.28.0 =
  • omise/trunk/CHANGELOG.md

    r2852769 r2854110  
    11# CHANGELOG
    22
    3 ### [v4.28.0 _(Jan 24, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.0)
     3### [v4.28.1 _(Jan 25, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.1)
     4- Fix Uncaught Error: Call to a member function getShopeeBackend() on null. (PR [#344](https://github.com/omise/omise-woocommerce/pull/344))
     5
     6### [v4.28.0 _(Jan 23, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.0)
    47- Added ShopeePay for Thailand and Singapore. (PR [#339](https://github.com/omise/omise-woocommerce/pull/339))
    58- Rebrand Lotus's Bill Payment. (PR [#336](https://github.com/omise/omise-woocommerce/pull/336))
  • omise/trunk/includes/gateway/class-omise-payment-shopeepay.php

    r2852769 r2854110  
    8484    {
    8585        $capabilities = Omise_Capabilities::retrieve();
     86
     87        if (!$capabilities) {
     88            return self::ID;
     89        }
     90
    8691        $isShopeepayJumpAppEnabled = $capabilities->getShopeeBackend(self::JUMPAPP_ID);
    8792        $isShopeepayEnabled = $capabilities->getShopeeBackend(self::ID);
  • omise/trunk/omise-woocommerce.php

    r2852769 r2854110  
    55 * Plugin URI:  https://www.omise.co/woocommerce
    66 * Description: Opn Payments is a WordPress plugin designed specifically for WooCommerce. The plugin adds support for Opn Payments Payment Gateway's payment methods to WooCommerce.
    7  * Version:     4.28.0
     7 * Version:     4.28.1
    88 * Author:      Opn Payments and contributors
    99 * Author URI:  https://github.com/omise/omise-woocommerce/graphs/contributors
     
    2323     * @var string
    2424     */
    25     public $version = '4.28.0';
     25    public $version = '4.28.1';
    2626
    2727    /**
  • omise/trunk/readme.txt

    r2852769 r2854110  
    44Requires at least: 4.3.1
    55Tested up to: 6.0.2
    6 Stable tag: 4.28.0
     6Stable tag: 4.28.1
    77License: MIT
    88License URI: https://opensource.org/licenses/MIT
     
    3434
    3535== Changelog ==
     36
     37= 4.28.1 =
     38
     39- Fix Uncaught Error: Call to a member function getShopeeBackend() on null. (PR [#344](https://github.com/omise/omise-woocommerce/pull/344))
    3640
    3741= 4.28.0 =
Note: See TracChangeset for help on using the changeset viewer.