Changeset 3325387
- Timestamp:
- 07/10/2025 06:31:05 AM (9 months ago)
- Location:
- valorpos
- Files:
-
- 8 edited
- 1 copied
-
tags/8.2.3 (copied) (copied from valorpos/trunk)
-
tags/8.2.3/README.txt (modified) (2 diffs)
-
tags/8.2.3/includes/class-wc-valorpay-api.php (modified) (1 diff)
-
tags/8.2.3/languages/wc-valorpay.pot (modified) (1 diff)
-
tags/8.2.3/wc-valorpay.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-wc-valorpay-api.php (modified) (1 diff)
-
trunk/languages/wc-valorpay.pot (modified) (1 diff)
-
trunk/wc-valorpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
valorpos/tags/8.2.3/README.txt
r3324717 r3325387 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 8.2. 27 Stable tag: 8.2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 = 8.2.3 = 46 * Remove port number from staging URL. 47 45 48 = 8.2.2 = 46 49 * Fixed the phone number required field issue in vault. -
valorpos/tags/8.2.3/includes/class-wc-valorpay-api.php
r3324717 r3325387 27 27 * Sandbox payment URL 28 28 */ 29 const WC_VALORPAY_SANDBOX_URL = 'https://securelink-staging.valorpaytech.com :4430/';29 const WC_VALORPAY_SANDBOX_URL = 'https://securelink-staging.valorpaytech.com/'; 30 30 /** 31 31 * Live payment URL -
valorpos/tags/8.2.3/languages/wc-valorpay.pot
r3324717 r3325387 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Valor Pay 8.2. 2\n"5 "Project-Id-Version: Valor Pay 8.2.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/valorpos\n" 7 7 "Last-Translator: Valor Paytech LLC <isvsupport@valorpaytech.com>\n" -
valorpos/tags/8.2.3/wc-valorpay.php
r3324733 r3325387 16 16 * Plugin URI: https://valorpaytech.com 17 17 * Description: Adds the Valor Payment Gateway to WooCommerce. 18 * Version: 8.2. 218 * Version: 8.2.3 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. 2' );39 define( 'WC_VALORPAY_VERSION', '8.2.3' ); 40 40 // Directory i.e. /home/user/public_html... 41 41 define( 'WC_VALORPAY_DIR', plugin_dir_path( __FILE__ ) ); -
valorpos/trunk/README.txt
r3324717 r3325387 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 8.2. 27 Stable tag: 8.2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 = 8.2.3 = 46 * Remove port number from staging URL. 47 45 48 = 8.2.2 = 46 49 * Fixed the phone number required field issue in vault. -
valorpos/trunk/includes/class-wc-valorpay-api.php
r3324717 r3325387 27 27 * Sandbox payment URL 28 28 */ 29 const WC_VALORPAY_SANDBOX_URL = 'https://securelink-staging.valorpaytech.com :4430/';29 const WC_VALORPAY_SANDBOX_URL = 'https://securelink-staging.valorpaytech.com/'; 30 30 /** 31 31 * Live payment URL -
valorpos/trunk/languages/wc-valorpay.pot
r3324717 r3325387 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Valor Pay 8.2. 2\n"5 "Project-Id-Version: Valor Pay 8.2.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/valorpos\n" 7 7 "Last-Translator: Valor Paytech LLC <isvsupport@valorpaytech.com>\n" -
valorpos/trunk/wc-valorpay.php
r3324733 r3325387 16 16 * Plugin URI: https://valorpaytech.com 17 17 * Description: Adds the Valor Payment Gateway to WooCommerce. 18 * Version: 8.2. 218 * Version: 8.2.3 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. 2' );39 define( 'WC_VALORPAY_VERSION', '8.2.3' ); 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.