Plugin Directory

Changeset 2868543


Ignore:
Timestamp:
02/21/2023 06:16:42 AM (3 years ago)
Author:
solpressplugins
Message:

tagging version 2.0

Location:
solpress-payment-gateway
Files:
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • solpress-payment-gateway/trunk/solpress.php

    r2868534 r2868543  
    1717 * Plugin URI:        https://solpress.dev
    1818 * Description:       A payment gateway using Solana Pay for your WooCommerce store.
    19  * Version:           2.0.4
     19 * Version:           2.0.0
    2020 * Author:            Solpress
    2121 * Author URI:        https://profiles.wordpress.org/solpressplugins/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'SOLPRESS_VERSION', '2.0.4' );
     38define( 'SOLPRESS_VERSION', '2.0.0' );
    3939define( 'SOLPRESS_ROOT', plugin_dir_path( __FILE__ ) );
    4040define( 'SOLPRESS_ASSETS', SOLPRESS_ROOT . '/assets/' );
Note: See TracChangeset for help on using the changeset viewer.