Changeset 3104491
- Timestamp:
- 06/19/2024 10:57:15 AM (22 months ago)
- Location:
- payhere-payment-gateway
- Files:
-
- 3 edited
- 4 copied
-
tags/2.3.1 (copied) (copied from payhere-payment-gateway/trunk)
-
tags/2.3.1/block (copied) (copied from payhere-payment-gateway/trunk/block)
-
tags/2.3.1/gateway/class-wcgatewaypayhere.php (copied) (copied from payhere-payment-gateway/trunk/gateway/class-wcgatewaypayhere.php)
-
tags/2.3.1/payhere-payment-gateway.php (modified) (3 diffs)
-
tags/2.3.1/readme.txt (copied) (copied from payhere-payment-gateway/trunk/readme.txt) (2 diffs)
-
trunk/payhere-payment-gateway.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payhere-payment-gateway/tags/2.3.1/payhere-payment-gateway.php
r3104339 r3104491 8 8 * Plugin URI: https://www.payhere.lk 9 9 * 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. 010 * Version: 2.3.1 11 11 * Author: PayHere (Private) Limited 12 12 * Author URI: https://www.payhere.lk … … 26 26 * Start at version 2.0.0 and use SemVer - https://semver.org 27 27 */ 28 define('PAYHERE_VERSION', '2.3. 0');28 define('PAYHERE_VERSION', '2.3.1'); 29 29 /** 30 30 * Currently plugin text domain. … … 58 58 /** 59 59 * Add function to remove old transaction logs. 60 * This will remove in 2.3. 0update.60 * This will remove in 2.3.1 update. 61 61 */ 62 62 function payhere_check_upgrade() -
payhere-payment-gateway/tags/2.3.1/readme.txt
r3104424 r3104491 6 6 Tested up to: 6.5.4 7 7 WC tested up to: 9.0.0 8 Stable tag: 2.3. 08 Stable tag: 2.3.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 151 151 = 2.3.0 = 152 152 Added support for WordPress blocks and resolved issues on the redirect page. 153 154 = 2.3.1 = 155 Fixed the issue occurring during plugin activation and update. 153 156 154 157 == Upgrade Notice == -
payhere-payment-gateway/trunk/payhere-payment-gateway.php
r3104339 r3104491 8 8 * Plugin URI: https://www.payhere.lk 9 9 * 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. 010 * Version: 2.3.1 11 11 * Author: PayHere (Private) Limited 12 12 * Author URI: https://www.payhere.lk … … 26 26 * Start at version 2.0.0 and use SemVer - https://semver.org 27 27 */ 28 define('PAYHERE_VERSION', '2.3. 0');28 define('PAYHERE_VERSION', '2.3.1'); 29 29 /** 30 30 * Currently plugin text domain. … … 58 58 /** 59 59 * Add function to remove old transaction logs. 60 * This will remove in 2.3. 0update.60 * This will remove in 2.3.1 update. 61 61 */ 62 62 function payhere_check_upgrade() -
payhere-payment-gateway/trunk/readme.txt
r3104424 r3104491 6 6 Tested up to: 6.5.4 7 7 WC tested up to: 9.0.0 8 Stable tag: 2.3. 08 Stable tag: 2.3.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 151 151 = 2.3.0 = 152 152 Added support for WordPress blocks and resolved issues on the redirect page. 153 154 = 2.3.1 = 155 Fixed the issue occurring during plugin activation and update. 153 156 154 157 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.