Changeset 2897749
- Timestamp:
- 04/12/2023 10:50:42 AM (3 years ago)
- Location:
- valorpos/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
languages/wc-valorpay.pot (modified) (1 diff)
-
public/js/wc-valorpay-checkout.js (modified) (1 diff)
-
wc-valorpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
valorpos/trunk/README.txt
r2887561 r2897749 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 7.0 7 Stable tag: 7.2. 07 Stable tag: 7.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 7.2.1 = 44 * Change event listener selector for payment method. 45 43 46 = 7.2.0 = 44 47 * Bug Fix remove surcharge fee taxable. -
valorpos/trunk/languages/wc-valorpay.pot
r2887504 r2897749 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Valor Pay 7.2. 0\n"5 "Project-Id-Version: Valor Pay 7.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-valorpay\n" 7 7 "Last-Translator: Valor Paytech LLC <sales@valorpaytech.com>\n" -
valorpos/trunk/public/js/wc-valorpay-checkout.js
r2883367 r2897749 11 11 $( 'body' ).on( 12 12 'change', 13 ' .checkout .input-radio',13 'input[name="payment_method"]', 14 14 function(){ 15 15 $( 'body' ).trigger( 'update_checkout' ); -
valorpos/trunk/wc-valorpay.php
r2887504 r2897749 16 16 * Plugin URI: https://valorpaytech.com 17 17 * Description: Adds the Valor Payment Gateway to WooCommerce. 18 * Version: 7.2. 018 * Version: 7.2.1 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', '7.2. 0' );39 define( 'WC_VALORPAY_VERSION', '7.2.1' ); 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.