Plugin Directory

Changeset 2876723


Ignore:
Timestamp:
03/08/2023 06:36:04 PM (3 years ago)
Author:
solpressplugins
Message:

removed old header

Location:
solpress-payment-gateway/trunk
Files:
4 edited

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
    13### 2023.03.01
    24- 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  
    1515  return (
    1616    <header id="solpress-header" className="solpress__header solpress__payment-control">
    17       <h2 className="solpress__header__heading">{__("Pay With Solpress")}</h2>
    1817      <p className="solpress__header__warning">
    1918        <strong>
  • solpress-payment-gateway/trunk/readme.txt

    r2873177 r2876723  
    55Requires at least: 4.7
    66Tested up to: 6.1
    7 Stable tag: 2.0.9
     7Stable tag: 2.0.10
    88Requires PHP: 7.0
    99License: GPLv2 or later
  • solpress-payment-gateway/trunk/solpress.php

    r2873177 r2876723  
    1717 * Plugin URI:        https://solpress.dev
    1818 * Description:       A payment gateway using Solana Pay for your WooCommerce store.
    19  * Version:           2.0.9
     19 * Version:           2.0.10
    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.9' );
     38define( 'SOLPRESS_VERSION', '2.0.10' );
    3939define( 'SOLPRESS_ROOT', plugin_dir_path( __FILE__ ) );
    4040define( 'SOLPRESS_ASSETS', SOLPRESS_ROOT . '/assets/' );
Note: See TracChangeset for help on using the changeset viewer.