Changeset 2794923
- Timestamp:
- 10/06/2022 08:02:00 AM (3 years ago)
- Location:
- payhere-payment-gateway/trunk
- Files:
-
- 2 edited
-
payhere-payment-gateway.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payhere-payment-gateway/trunk/payhere-payment-gateway.php
r2794804 r2794923 7 7 * Plugin URI: https://www.payhere.lk 8 8 * Description: PayHere Payment Gateway allows you to accept payment on your Woocommerce store via Visa, MasterCard, AMEX, eZcash, mCash & Internet banking services. 9 * Version: 2. 1.19 * Version: 2.2.2 10 10 * Author: PayHere (Private) Limited 11 11 * Author URI: https://www.payhere.lk … … 26 26 * Rename this for your plugin and update it as you release new versions. 27 27 */ 28 define( 'PAYHERE_VERSION', '2. 1.0' );28 define( 'PAYHERE_VERSION', '2.2.2' ); 29 29 30 30 /** -
payhere-payment-gateway/trunk/readme.txt
r2794804 r2794923 6 6 Tested up to: 6.0.2 7 7 WC tested up to: 6.9.4 8 Stable tag: 2. 1.18 Stable tag: 2.2.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 113 113 Added input sanitizing for form fields to fix vulnerability issues. 114 114 115 = 2. 1.1=115 = 2.2.2 = 116 116 Code standardize to PSR12 and WordPress 117 117
Note: See TracChangeset
for help on using the changeset viewer.