Changeset 3104494
- Timestamp:
- 06/19/2024 11:05:55 AM (22 months ago)
- Location:
- payhere-payment-gateway
- Files:
-
- 4 added
- 2 edited
- 5 copied
-
tags/2.3.2 (copied) (copied from payhere-payment-gateway/trunk)
-
tags/2.3.2/admin/class-payhere-custom-admin-settings-type.php (added)
-
tags/2.3.2/admin/js/payhere-ipg-admin-image-selection.js (added)
-
tags/2.3.2/block (copied) (copied from payhere-payment-gateway/trunk/block)
-
tags/2.3.2/gateway/class-wcgatewaypayhere.php (copied) (copied from payhere-payment-gateway/trunk/gateway/class-wcgatewaypayhere.php)
-
tags/2.3.2/payhere-payment-gateway.php (copied) (copied from payhere-payment-gateway/trunk/payhere-payment-gateway.php) (3 diffs)
-
tags/2.3.2/readme.txt (copied) (copied from payhere-payment-gateway/trunk/readme.txt) (1 diff)
-
trunk/admin/class-payhere-custom-admin-settings-type.php (added)
-
trunk/admin/js/payhere-ipg-admin-image-selection.js (added)
-
trunk/payhere-payment-gateway.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
payhere-payment-gateway/tags/2.3.2/payhere-payment-gateway.php
r3104491 r3104494 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. 110 * Version: 2.3.2 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. 1');28 define('PAYHERE_VERSION', '2.3.2'); 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. 1update.60 * This will remove in 2.3.2 update. 61 61 */ 62 62 function payhere_check_upgrade() -
payhere-payment-gateway/tags/2.3.2/readme.txt
r3104491 r3104494 155 155 Fixed the issue occurring during plugin activation and update. 156 156 157 = 2.3.2 = 158 Fixed the issue occurring during plugin activation and update. 159 157 160 == Upgrade Notice == 158 161 -
payhere-payment-gateway/trunk/payhere-payment-gateway.php
r3104491 r3104494 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. 110 * Version: 2.3.2 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. 1');28 define('PAYHERE_VERSION', '2.3.2'); 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. 1update.60 * This will remove in 2.3.2 update. 61 61 */ 62 62 function payhere_check_upgrade() -
payhere-payment-gateway/trunk/readme.txt
r3104491 r3104494 155 155 Fixed the issue occurring during plugin activation and update. 156 156 157 = 2.3.2 = 158 Fixed the issue occurring during plugin activation and update. 159 157 160 == Upgrade Notice == 158 161
Note: See TracChangeset
for help on using the changeset viewer.