Plugin Directory

Changeset 3068190


Ignore:
Timestamp:
04/10/2024 06:15:07 AM (2 years ago)
Author:
omise
Message:

Update to version 5.8.2 from GitHub

Location:
omise
Files:
16 edited
1 copied

Legend:

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

    r3046699 r3068190  
    11# CHANGELOG
     2
     3## [v5.8.2 _(Apr 9, 2024)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.8.2)
     4- Resolve PHP warnings. (PR [#443](https://github.com/omise/omise-woocommerce/pull/443))
     5- Remove white box appearing under WeChat Pay. (PR [#444](https://github.com/omise/omise-woocommerce/pull/444))
     6- Remove white box appearing under Truemoney. (PR [#445](https://github.com/omise/omise-woocommerce/pull/445))
     7- Removed Citi installment. (PR [#446](https://github.com/omise/omise-woocommerce/pull/446))
    28
    39## [v5.8.1 _(Mar 7, 2024)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.8.1)
  • omise/tags/5.8.2/assets/css/omise-css.css

    r2974097 r3068190  
    355355    background: url('../images/bbl.svg') #1e4598;
    356356    border-color: #1e4598;
    357 }
    358 
    359 /** Citi **/
    360 .bank-logo.citi {
    361     background: url('../images/citi.svg') #0b689d;
    362     border-color: #0b689d;
    363357}
    364358
  • omise/tags/5.8.2/includes/backends/class-omise-backend-installment.php

    r3006639 r3068190  
    6161                'title'              => __('Siam Commercial Bank', 'omise'),
    6262                'interest_rate'      => 0.74,
    63                 'min_allowed_amount' => 500.00,
    64             ),
    65 
    66             'installment_citi' => array(
    67                 'bank_code'          => 'citi',
    68                 'title'              => __('Citibank', 'omise'),
    69                 'interest_rate'      => 0,
    7063                'min_allowed_amount' => 500.00,
    7164            ),
  • omise/tags/5.8.2/includes/class-omise-admin.php

    r2892466 r3068190  
    6565        {
    6666            add_submenu_page(
    67                 null,
     67                "",
    6868                __('Custom card form customization', 'omise'),
    6969                Omise_Page_Card_From_Customization::PAGE_NAME,
  • omise/tags/5.8.2/includes/gateway/class-omise-payment-truemoney.php

    r3021743 r3068190  
    123123
    124124        if (!$capabilities) {
     125            $this->has_fields = false;
    125126            return self::JUMPAPP;
    126127        }
     
    137138        // Case 2: jumpapp is enabled and wallet is disabled
    138139        // Case 3: Both are disabled.
     140        $this->has_fields = false;
    139141        return self::JUMPAPP;
    140142    }
  • omise/tags/5.8.2/includes/gateway/class-omise-payment-wechat-pay.php

    r3045385 r3068190  
    99
    1010        $this->id                 = 'omise_wechat_pay';
    11         $this->has_fields         = true;
     11        $this->has_fields         = false;
    1212        $this->method_title       = __( 'Opn Payments WeChat Pay', 'omise' );
    1313        $this->method_description = wp_kses(
  • omise/tags/5.8.2/omise-woocommerce.php

    r3046699 r3068190  
    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.8.1
     7 * Version:     5.8.2
    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.8.1';
     25    public $version = '5.8.2';
    2626
    2727    /**
  • omise/tags/5.8.2/readme.txt

    r3046699 r3068190  
    44Requires at least: 4.3.1
    55Tested up to: 6.4.2
    6 Stable tag: 5.8.1
     6Stable tag: 5.8.2
    77License: MIT
    88License URI: https://opensource.org/licenses/MIT
     
    3434
    3535== Changelog ==
     36
     37= 5.8.2 =
     38
     39- Resolve PHP warnings. (PR [#443](https://github.com/omise/omise-woocommerce/pull/443))
     40- Remove white box appearing under WeChat Pay. (PR [#444](https://github.com/omise/omise-woocommerce/pull/444))
     41- Remove white box appearing under Truemoney. (PR [#445](https://github.com/omise/omise-woocommerce/pull/445))
     42- Removed Citi installment. (PR [#446](https://github.com/omise/omise-woocommerce/pull/446))
    3643
    3744= 5.8.1 =
  • omise/trunk/CHANGELOG.md

    r3046699 r3068190  
    11# CHANGELOG
     2
     3## [v5.8.2 _(Apr 9, 2024)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.8.2)
     4- Resolve PHP warnings. (PR [#443](https://github.com/omise/omise-woocommerce/pull/443))
     5- Remove white box appearing under WeChat Pay. (PR [#444](https://github.com/omise/omise-woocommerce/pull/444))
     6- Remove white box appearing under Truemoney. (PR [#445](https://github.com/omise/omise-woocommerce/pull/445))
     7- Removed Citi installment. (PR [#446](https://github.com/omise/omise-woocommerce/pull/446))
    28
    39## [v5.8.1 _(Mar 7, 2024)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.8.1)
  • omise/trunk/assets/css/omise-css.css

    r2974097 r3068190  
    355355    background: url('../images/bbl.svg') #1e4598;
    356356    border-color: #1e4598;
    357 }
    358 
    359 /** Citi **/
    360 .bank-logo.citi {
    361     background: url('../images/citi.svg') #0b689d;
    362     border-color: #0b689d;
    363357}
    364358
  • omise/trunk/includes/backends/class-omise-backend-installment.php

    r3006639 r3068190  
    6161                'title'              => __('Siam Commercial Bank', 'omise'),
    6262                'interest_rate'      => 0.74,
    63                 'min_allowed_amount' => 500.00,
    64             ),
    65 
    66             'installment_citi' => array(
    67                 'bank_code'          => 'citi',
    68                 'title'              => __('Citibank', 'omise'),
    69                 'interest_rate'      => 0,
    7063                'min_allowed_amount' => 500.00,
    7164            ),
  • omise/trunk/includes/class-omise-admin.php

    r2892466 r3068190  
    6565        {
    6666            add_submenu_page(
    67                 null,
     67                "",
    6868                __('Custom card form customization', 'omise'),
    6969                Omise_Page_Card_From_Customization::PAGE_NAME,
  • omise/trunk/includes/gateway/class-omise-payment-truemoney.php

    r3021743 r3068190  
    123123
    124124        if (!$capabilities) {
     125            $this->has_fields = false;
    125126            return self::JUMPAPP;
    126127        }
     
    137138        // Case 2: jumpapp is enabled and wallet is disabled
    138139        // Case 3: Both are disabled.
     140        $this->has_fields = false;
    139141        return self::JUMPAPP;
    140142    }
  • omise/trunk/includes/gateway/class-omise-payment-wechat-pay.php

    r3045385 r3068190  
    99
    1010        $this->id                 = 'omise_wechat_pay';
    11         $this->has_fields         = true;
     11        $this->has_fields         = false;
    1212        $this->method_title       = __( 'Opn Payments WeChat Pay', 'omise' );
    1313        $this->method_description = wp_kses(
  • omise/trunk/omise-woocommerce.php

    r3046699 r3068190  
    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.8.1
     7 * Version:     5.8.2
    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.8.1';
     25    public $version = '5.8.2';
    2626
    2727    /**
  • omise/trunk/readme.txt

    r3046699 r3068190  
    44Requires at least: 4.3.1
    55Tested up to: 6.4.2
    6 Stable tag: 5.8.1
     6Stable tag: 5.8.2
    77License: MIT
    88License URI: https://opensource.org/licenses/MIT
     
    3434
    3535== Changelog ==
     36
     37= 5.8.2 =
     38
     39- Resolve PHP warnings. (PR [#443](https://github.com/omise/omise-woocommerce/pull/443))
     40- Remove white box appearing under WeChat Pay. (PR [#444](https://github.com/omise/omise-woocommerce/pull/444))
     41- Remove white box appearing under Truemoney. (PR [#445](https://github.com/omise/omise-woocommerce/pull/445))
     42- Removed Citi installment. (PR [#446](https://github.com/omise/omise-woocommerce/pull/446))
    3643
    3744= 5.8.1 =
Note: See TracChangeset for help on using the changeset viewer.