Plugin Directory

Changeset 3197136


Ignore:
Timestamp:
11/26/2024 08:07:52 AM (16 months ago)
Author:
ampacash
Message:

Removed colon from the AmpaCash payment method title.

Location:
ampacash-payment-method
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ampacash-payment-method/tags/2.3/ampacash-veprap-payment-wp.php

    r3117948 r3197136  
    33 * Plugin Name: AmpaCash Veprap Payment
    44 * Description: AmpaCash Veprap Payment Method for user to pay for merchandise.
    5  * Version: 2.3
     5 * Version: 2.9
    66 * Author: AmpaCash
    77 * License: GPLv2 or later
  • ampacash-payment-method/trunk/ampacash-veprap-payment-wp.php

    r3192084 r3197136  
    33 * Plugin Name: AmpaCash Veprap Payment
    44 * Description: AmpaCash Veprap Payment Method for user to pay for merchandise.
    5  * Version: 2.8
     5 * Version: 2.9
    66 * Author: AmpaCash
    77 * License: GPLv2 or later
     
    6767                    'type' => 'text',
    6868                    'description' => 'This controls the title which the user sees during checkout.',
    69                     'default' => 'Pay securely with AmpaCash:',
     69                    'default' => 'Pay securely with AmpaCash',
    7070                    'desc_tip' => true,
    7171                ),
  • ampacash-payment-method/trunk/readme.txt

    r3192084 r3197136  
    44Requires at least: 4.7
    55Tested up to: 6.5
    6 Stable tag: 2.8
     6Stable tag: 2.9
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    101101== Changelog ==
    102102
     103= 2.9 =
     104* Removed colon from the payment method title.
     105
    103106= 2.8 =
    104107* Fixed the conflict with other payment methods i.e. Stripe.
Note: See TracChangeset for help on using the changeset viewer.