Plugin Directory

Changeset 3174460


Ignore:
Timestamp:
10/23/2024 03:41:20 PM (18 months ago)
Author:
trustist
Message:

1.0.2

Location:
trustistecommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trustistecommerce/trunk/readme.txt

    r3174445 r3174460  
    44Requires at least: 5.4
    55Tested up to: 6.5
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Requires PHP: 7.2
    88License: GPLv2
     
    1616
    1717Whether you're running an e-commerce store or a subscription-based service, TrustistPay provides a reliable and flexible payment solution tailored to your business needs.
     18
     19Sign up here [trustistpay](https://trustistpay.com) and start saving today!
    1820
    1921= Simplified Bank Transfer Payments =
     
    3537= Lower Transaction Costs =
    3638
    37 Save money with our lowest transaction fees starting at just 0.29%. Use the cost calculator on TrustistPay.com to see how much you could be saving.
     39Save money with our lowest transaction fees starting at just 0.29%.
    3840
    3941= How TrustistPay Bank Transfers Work =
     
    4850= Get Started with TrustistPay =
    4951
    50 Ready to revolutionize your payment processing? Visit TrustistPay.com to create your account and start enjoying the benefits of faster, safer, and cheaper online payments.
     52Ready to revolutionize your payment processing? Visit [trustistpay](https://trustistpay.com) to create your account and start enjoying the benefits of faster, safer, and cheaper online payments.
    5153
    5254== Installation ==
    5355
    54 In order to use the TrustistPay plugin, you first need to have an active TrustistPay account. This can be created by signing up here: https://trustistpay.com
     56In order to use the TrustistPay plugin, you first need to have an active TrustistPay account. This can be created by signing up here: [trustistpay](https://trustistpay.com)
    5557
    5658After signing up, you’ll be taken through the full onboarding process, including business verification. Once complete, you can proceed with the steps below to get your TrustistPay plugin fully set up.
     
    6062Upload the TrustistPay plugin to your WordPress site by either:
    6163
    62 Searching for it in the ‘Plugins’ menu within your WordPress dashboard.
     64Searching for it in the 'Plugins' menu within your WordPress dashboard.
    6365Downloading the file from this page and using the ‘Upload Plugin’ button in the WordPress dashboard.
    6466
    6567= Step 2 - Activating the Plugin =
    6668
    67 In your WordPress dashboard, click ‘Plugins’ and locate TrustistPay. Click ‘Activate’ under the plugin title.
     69In your WordPress dashboard, click 'Plugins' and locate TrustistPay. Click 'Activate' under the plugin title.
    6870
    6971= Step 3 - Configuration =
    7072
    71 After activation, navigate to ‘Settings’ > ‘TrustistPay’ to insert your API keys.
     73After activation, navigate to ‘Settings’ > 'TrustistPay' to insert your API keys.
    7274
    7375To access your API keys, please contact customerservice@trustistpay.com.
    7476
    75 Enter your API keys and click ‘Save Changes & Test Connection’. A ‘Success’ status indicates correct details.
     77Enter your API keys and click 'Save Changes & Test Connection'. A 'Success' status indicates correct details.
    7678
    7779If you encounter issues, contact us at customerservice@trustistpay.com.
  • trustistecommerce/trunk/trustist-ecommerce.php

    r3131773 r3174460  
    44Plugin URI: https://www.trustistecommerce.com
    55Description: Take Open Banking or credit card payments in the UK using TrustistEcommerce.
    6 Version: 0.3.2
     6Version: 1.0.2
    77Author: Trustist
    88Author URI: https://www.trustist.com
     
    1212defined( 'ABSPATH' ) or die();
    1313
    14 \define('TRUSTISTPLUGIN_VERSION', '0.3.2');
     14\define('TRUSTISTPLUGIN_VERSION', '1.0.2');
    1515\define('TRUSTISTPLUGIN_SLUG', 'trustistecommerce');
    1616\define('TRUSTISTPLUGIN_NAME', 'TrustistEcommerce');
Note: See TracChangeset for help on using the changeset viewer.