Plugin Directory

Changeset 2987898


Ignore:
Timestamp:
11/02/2023 08:22:13 AM (2 years ago)
Author:
omise
Message:

Update to version 5.5.1 from GitHub

Location:
omise
Files:
8 edited
1 copied

Legend:

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

    r2979883 r2987898  
    11# CHANGELOG
     2
     3### [v5.5.1 _(Nov 2, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.1)
     4- Fix mobile banking issue. (PR [#413](https://github.com/omise/omise-woocommerce/pull/413))
    25
    36### [v5.5.0 _(Oct 17, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.0)
  • omise/tags/5.5.1/includes/gateway/class-omise-payment-mobilebanking.php

    r2979883 r2987898  
    8686
    8787        $requestData['source'] = array_merge($requestData['source'], [
    88             $requestData['platform_type'] = Omise_Util::get_platform_type(wc_get_user_agent())
     88            'platform_type' => Omise_Util::get_platform_type(wc_get_user_agent())
    8989        ]);
    9090        return OmiseCharge::create($requestData);
  • omise/tags/5.5.1/omise-woocommerce.php

    r2979883 r2987898  
    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:     5.5.0
     7 * Version:     5.5.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 = '5.5.0';
     25    public $version = '5.5.1';
    2626
    2727    /**
  • omise/tags/5.5.1/readme.txt

    r2979883 r2987898  
    44Requires at least: 4.3.1
    55Tested up to: 6.3.2
    6 Stable tag: 5.5.0
     6Stable tag: 5.5.1
    77License: MIT
    88License URI: https://opensource.org/licenses/MIT
     
    3535== Changelog ==
    3636
    37 = 5.5.0 ==
     37= 5.5.1 =
     38
     39- Fix mobile banking issue. (PR [#413](https://github.com/omise/omise-woocommerce/pull/413))
     40
     41= 5.5.0 =
    3842
    3943- Added dynamic webhook. (PR [#407](https://github.com/omise/omise-woocommerce/pull/407))
  • omise/trunk/CHANGELOG.md

    r2979883 r2987898  
    11# CHANGELOG
     2
     3### [v5.5.1 _(Nov 2, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.1)
     4- Fix mobile banking issue. (PR [#413](https://github.com/omise/omise-woocommerce/pull/413))
    25
    36### [v5.5.0 _(Oct 17, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.0)
  • omise/trunk/includes/gateway/class-omise-payment-mobilebanking.php

    r2979883 r2987898  
    8686
    8787        $requestData['source'] = array_merge($requestData['source'], [
    88             $requestData['platform_type'] = Omise_Util::get_platform_type(wc_get_user_agent())
     88            'platform_type' => Omise_Util::get_platform_type(wc_get_user_agent())
    8989        ]);
    9090        return OmiseCharge::create($requestData);
  • omise/trunk/omise-woocommerce.php

    r2979883 r2987898  
    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:     5.5.0
     7 * Version:     5.5.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 = '5.5.0';
     25    public $version = '5.5.1';
    2626
    2727    /**
  • omise/trunk/readme.txt

    r2979883 r2987898  
    44Requires at least: 4.3.1
    55Tested up to: 6.3.2
    6 Stable tag: 5.5.0
     6Stable tag: 5.5.1
    77License: MIT
    88License URI: https://opensource.org/licenses/MIT
     
    3535== Changelog ==
    3636
    37 = 5.5.0 ==
     37= 5.5.1 =
     38
     39- Fix mobile banking issue. (PR [#413](https://github.com/omise/omise-woocommerce/pull/413))
     40
     41= 5.5.0 =
    3842
    3943- Added dynamic webhook. (PR [#407](https://github.com/omise/omise-woocommerce/pull/407))
Note: See TracChangeset for help on using the changeset viewer.