Plugin Directory

Changeset 3325387


Ignore:
Timestamp:
07/10/2025 06:31:05 AM (9 months ago)
Author:
abubacker
Message:

Tagging version 8.2.3 with remove the port in staging URL

Location:
valorpos
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • valorpos/tags/8.2.3/README.txt

    r3324717 r3325387  
    55Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 8.2.2
     7Stable tag: 8.2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4343
    4444== Changelog ==
     45= 8.2.3 =
     46* Remove port number from staging URL.
     47
    4548= 8.2.2 =
    4649* Fixed the phone number required field issue in vault.
  • valorpos/tags/8.2.3/includes/class-wc-valorpay-api.php

    r3324717 r3325387  
    2727     * Sandbox payment URL
    2828     */
    29     const WC_VALORPAY_SANDBOX_URL = 'https://securelink-staging.valorpaytech.com:4430/';
     29    const WC_VALORPAY_SANDBOX_URL = 'https://securelink-staging.valorpaytech.com/';
    3030    /**
    3131     * Live payment URL
  • valorpos/tags/8.2.3/languages/wc-valorpay.pot

    r3324717 r3325387  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Valor Pay 8.2.2\n"
     5"Project-Id-Version: Valor Pay 8.2.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/valorpos\n"
    77"Last-Translator: Valor Paytech LLC <isvsupport@valorpaytech.com>\n"
  • valorpos/tags/8.2.3/wc-valorpay.php

    r3324733 r3325387  
    1616 * Plugin URI:        https://valorpaytech.com
    1717 * Description:       Adds the Valor Payment Gateway to WooCommerce.
    18  * Version:           8.2.2
     18 * Version:           8.2.3
    1919 * Author:            Valor Paytech LLC
    2020 * Author URI:        https://valorpaytech.com
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define( 'WC_VALORPAY_VERSION', '8.2.2' );
     39define( 'WC_VALORPAY_VERSION', '8.2.3' );
    4040// Directory i.e. /home/user/public_html...
    4141define( 'WC_VALORPAY_DIR', plugin_dir_path( __FILE__ ) );
  • valorpos/trunk/README.txt

    r3324717 r3325387  
    55Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 8.2.2
     7Stable tag: 8.2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4343
    4444== Changelog ==
     45= 8.2.3 =
     46* Remove port number from staging URL.
     47
    4548= 8.2.2 =
    4649* Fixed the phone number required field issue in vault.
  • valorpos/trunk/includes/class-wc-valorpay-api.php

    r3324717 r3325387  
    2727     * Sandbox payment URL
    2828     */
    29     const WC_VALORPAY_SANDBOX_URL = 'https://securelink-staging.valorpaytech.com:4430/';
     29    const WC_VALORPAY_SANDBOX_URL = 'https://securelink-staging.valorpaytech.com/';
    3030    /**
    3131     * Live payment URL
  • valorpos/trunk/languages/wc-valorpay.pot

    r3324717 r3325387  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Valor Pay 8.2.2\n"
     5"Project-Id-Version: Valor Pay 8.2.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/valorpos\n"
    77"Last-Translator: Valor Paytech LLC <isvsupport@valorpaytech.com>\n"
  • valorpos/trunk/wc-valorpay.php

    r3324733 r3325387  
    1616 * Plugin URI:        https://valorpaytech.com
    1717 * Description:       Adds the Valor Payment Gateway to WooCommerce.
    18  * Version:           8.2.2
     18 * Version:           8.2.3
    1919 * Author:            Valor Paytech LLC
    2020 * Author URI:        https://valorpaytech.com
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define( 'WC_VALORPAY_VERSION', '8.2.2' );
     39define( 'WC_VALORPAY_VERSION', '8.2.3' );
    4040// Directory i.e. /home/user/public_html...
    4141define( 'WC_VALORPAY_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.