Changeset 2868543
- Timestamp:
- 02/21/2023 06:16:42 AM (3 years ago)
- Location:
- solpress-payment-gateway
- Files:
-
- 4 deleted
- 1 edited
-
tags/2.0.0/README.txt (deleted)
-
tags/2.0.0/vendor (deleted)
-
trunk/README.txt (deleted)
-
trunk/solpress.php (modified) (2 diffs)
-
trunk/vendor (deleted)
Legend:
- Unmodified
- Added
- Removed
-
solpress-payment-gateway/trunk/solpress.php
r2868534 r2868543 17 17 * Plugin URI: https://solpress.dev 18 18 * Description: A payment gateway using Solana Pay for your WooCommerce store. 19 * Version: 2.0. 419 * Version: 2.0.0 20 20 * Author: Solpress 21 21 * Author URI: https://profiles.wordpress.org/solpressplugins/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'SOLPRESS_VERSION', '2.0. 4' );38 define( 'SOLPRESS_VERSION', '2.0.0' ); 39 39 define( 'SOLPRESS_ROOT', plugin_dir_path( __FILE__ ) ); 40 40 define( 'SOLPRESS_ASSETS', SOLPRESS_ROOT . '/assets/' );
Note: See TracChangeset
for help on using the changeset viewer.