Changeset 2876723
- Timestamp:
- 03/08/2023 06:36:04 PM (3 years ago)
- Location:
- solpress-payment-gateway/trunk
- Files:
-
- 4 edited
-
changes.txt (modified) (1 diff)
-
public/front/src/components/Payment/Header.tsx (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
solpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
solpress-payment-gateway/trunk/changes.txt
r2873177 r2876723 1 ### 2023.03.08 2 - Removed "Pay with Solpress" header on checkout page 1 3 ### 2023.03.01 2 4 - Fixed fatal error that occurs when saving options due to previously declared function `my_custom_pricing_options_description` -
solpress-payment-gateway/trunk/public/front/src/components/Payment/Header.tsx
r2873177 r2876723 15 15 return ( 16 16 <header id="solpress-header" className="solpress__header solpress__payment-control"> 17 <h2 className="solpress__header__heading">{__("Pay With Solpress")}</h2>18 17 <p className="solpress__header__warning"> 19 18 <strong> -
solpress-payment-gateway/trunk/readme.txt
r2873177 r2876723 5 5 Requires at least: 4.7 6 6 Tested up to: 6.1 7 Stable tag: 2.0. 97 Stable tag: 2.0.10 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later -
solpress-payment-gateway/trunk/solpress.php
r2873177 r2876723 17 17 * Plugin URI: https://solpress.dev 18 18 * Description: A payment gateway using Solana Pay for your WooCommerce store. 19 * Version: 2.0. 919 * Version: 2.0.10 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. 9' );38 define( 'SOLPRESS_VERSION', '2.0.10' ); 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.