Changeset 3324733
- Timestamp:
- 07/09/2025 06:44:39 AM (9 months ago)
- Location:
- valorpos
- Files:
-
- 2 edited
-
tags/8.2.2/wc-valorpay.php (modified) (2 diffs)
-
trunk/wc-valorpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
valorpos/tags/8.2.2/wc-valorpay.php
r3304689 r3324733 16 16 * Plugin URI: https://valorpaytech.com 17 17 * Description: Adds the Valor Payment Gateway to WooCommerce. 18 * Version: 8.2. 118 * Version: 8.2.2 19 19 * Author: Valor Paytech LLC 20 20 * Author URI: https://valorpaytech.com … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define( 'WC_VALORPAY_VERSION', '8.2. 1' );39 define( 'WC_VALORPAY_VERSION', '8.2.2' ); 40 40 // Directory i.e. /home/user/public_html... 41 41 define( 'WC_VALORPAY_DIR', plugin_dir_path( __FILE__ ) ); -
valorpos/trunk/wc-valorpay.php
r3304689 r3324733 16 16 * Plugin URI: https://valorpaytech.com 17 17 * Description: Adds the Valor Payment Gateway to WooCommerce. 18 * Version: 8.2. 118 * Version: 8.2.2 19 19 * Author: Valor Paytech LLC 20 20 * Author URI: https://valorpaytech.com … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define( 'WC_VALORPAY_VERSION', '8.2. 1' );39 define( 'WC_VALORPAY_VERSION', '8.2.2' ); 40 40 // Directory i.e. /home/user/public_html... 41 41 define( 'WC_VALORPAY_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.