Plugin Directory

Changeset 3104494


Ignore:
Timestamp:
06/19/2024 11:05:55 AM (22 months ago)
Author:
payhere
Message:

Fixed the issue occurring during plugin activation and update.

Location:
payhere-payment-gateway
Files:
4 added
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • payhere-payment-gateway/tags/2.3.2/payhere-payment-gateway.php

    r3104491 r3104494  
    88 * Plugin URI:        https://www.payhere.lk
    99 * Description:       PayHere Payment Gateway allows you to accept payment on your Woocommerce store via Visa, MasterCard, AMEX, eZcash, mCash & Internet banking services.
    10  * Version:           2.3.1
     10 * Version:           2.3.2
    1111 * Author:            PayHere (Private) Limited
    1212 * Author URI:        https://www.payhere.lk
     
    2626 * Start at version 2.0.0 and use SemVer - https://semver.org
    2727 */
    28 define('PAYHERE_VERSION', '2.3.1');
     28define('PAYHERE_VERSION', '2.3.2');
    2929/**
    3030 * Currently plugin text domain.
     
    5858/**
    5959 * Add function to remove old transaction logs.
    60  * This will remove in 2.3.1 update.
     60 * This will remove in 2.3.2 update.
    6161 */
    6262function payhere_check_upgrade()
  • payhere-payment-gateway/tags/2.3.2/readme.txt

    r3104491 r3104494  
    155155Fixed the issue occurring during plugin activation and update.
    156156
     157= 2.3.2 =
     158Fixed the issue occurring during plugin activation and update.
     159
    157160== Upgrade Notice ==
    158161
  • payhere-payment-gateway/trunk/payhere-payment-gateway.php

    r3104491 r3104494  
    88 * Plugin URI:        https://www.payhere.lk
    99 * Description:       PayHere Payment Gateway allows you to accept payment on your Woocommerce store via Visa, MasterCard, AMEX, eZcash, mCash & Internet banking services.
    10  * Version:           2.3.1
     10 * Version:           2.3.2
    1111 * Author:            PayHere (Private) Limited
    1212 * Author URI:        https://www.payhere.lk
     
    2626 * Start at version 2.0.0 and use SemVer - https://semver.org
    2727 */
    28 define('PAYHERE_VERSION', '2.3.1');
     28define('PAYHERE_VERSION', '2.3.2');
    2929/**
    3030 * Currently plugin text domain.
     
    5858/**
    5959 * Add function to remove old transaction logs.
    60  * This will remove in 2.3.1 update.
     60 * This will remove in 2.3.2 update.
    6161 */
    6262function payhere_check_upgrade()
  • payhere-payment-gateway/trunk/readme.txt

    r3104491 r3104494  
    155155Fixed the issue occurring during plugin activation and update.
    156156
     157= 2.3.2 =
     158Fixed the issue occurring during plugin activation and update.
     159
    157160== Upgrade Notice ==
    158161
Note: See TracChangeset for help on using the changeset viewer.