Plugin Directory

Changeset 2926788


Ignore:
Timestamp:
06/15/2023 09:18:18 PM (3 years ago)
Author:
thepeer
Message:
  • Update default button title and description
Location:
thepeer-checkout
Files:
13 added
3 edited

Legend:

Unmodified
Added
Removed
  • thepeer-checkout/trunk/includes/class-wc-thepeer-gateway.php

    r2926682 r2926788  
    262262                'description' => __( 'This controls the payment method title which the user sees during checkout.', 'thepeer-checkout' ),
    263263                'desc_tip'    => true,
    264                 'default'     => __( 'Thepeer', 'thepeer-checkout' ),
     264                'default'     => __( 'Pay with Thepeer', 'thepeer-checkout' ),
    265265            ),
    266266            'description'        => array(
     
    269269                'description' => __( 'This controls the payment method description which the user sees during checkout.', 'thepeer-checkout' ),
    270270                'desc_tip'    => true,
    271                 'default'     => __( 'Pay with Thepeer.', 'thepeer-checkout' ),
     271                'default'     => __( 'Pay using wallets like Eversend, Pocket, Chipper Cash, Bitsika, etc.', 'thepeer-checkout' ),
    272272            ),
    273273            'test_mode'          => array(
  • thepeer-checkout/trunk/readme.txt

    r2926682 r2926788  
    55Requires PHP: 7.0
    66Tested up to: 5.9
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484== Changelog ==
    8585
     86= 1.0.4 (June 15, 2023) =
     87*   Update button title and description
    8688
    8789= 1.0.3 (June 15, 2023) =
  • thepeer-checkout/trunk/thepeer-checkout.php

    r2926682 r2926788  
    33    Plugin Name:            Thepeer Payment Gateway for WooCommerce
    44    Description:            WooCommerce payment gateway for Thepeer
    5     Version:                1.0.3
     5    Version:                1.0.4
    66    Author:                 thepeer
    77    Author URI:             https://thepeer.co/
Note: See TracChangeset for help on using the changeset viewer.