Plugin Directory

Changeset 3324733


Ignore:
Timestamp:
07/09/2025 06:44:39 AM (9 months ago)
Author:
abubacker
Message:

Tagging version 8.2.2 Update the version

Location:
valorpos
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • valorpos/tags/8.2.2/wc-valorpay.php

    r3304689 r3324733  
    1616 * Plugin URI:        https://valorpaytech.com
    1717 * Description:       Adds the Valor Payment Gateway to WooCommerce.
    18  * Version:           8.2.1
     18 * Version:           8.2.2
    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.1' );
     39define( 'WC_VALORPAY_VERSION', '8.2.2' );
    4040// Directory i.e. /home/user/public_html...
    4141define( 'WC_VALORPAY_DIR', plugin_dir_path( __FILE__ ) );
  • valorpos/trunk/wc-valorpay.php

    r3304689 r3324733  
    1616 * Plugin URI:        https://valorpaytech.com
    1717 * Description:       Adds the Valor Payment Gateway to WooCommerce.
    18  * Version:           8.2.1
     18 * Version:           8.2.2
    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.1' );
     39define( 'WC_VALORPAY_VERSION', '8.2.2' );
    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.