Plugin Directory

Changeset 2875097


Ignore:
Timestamp:
03/06/2023 03:47:18 AM (3 years ago)
Author:
teamswipe
Message:

Adding Plugin

Location:
swipe-for-gravity-forms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • swipe-for-gravity-forms/trunk/README.md

    r2756675 r2875097  
    44Requires at least: 4.6
    55Tested up to: 6.0.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
  • swipe-for-gravity-forms/trunk/includes/class-swipego-gf.php

    r2757021 r2875097  
    1515        // Admin
    1616        require_once( SWIPEGO_GF_PATH . 'admin/class-swipego-gf-admin.php' );
     17       
     18        // API
     19        require_once( SWIPEGO_GF_PATH . 'libraries/swipego/includes/abstracts/abstract-swipego-client.php' );
     20        require_once( SWIPEGO_GF_PATH . 'libraries/swipego/includes/class-swipego-api.php' );
     21        require_once( SWIPEGO_GF_PATH . 'includes/class-swipego-gf-api.php' );
    1722
     23        // Initialize payment gateway
     24        require_once( SWIPEGO_GF_PATH . 'includes/class-swipego-gf-init.php' );
     25       
    1826        if ( swipego_is_logged_in() && swipego_is_plugin_activated( 'gravityforms/gravityforms.php' ) ) {
    19 
    20             // API
    21             require_once( SWIPEGO_GF_PATH . 'libraries/swipego/includes/abstracts/abstract-swipego-client.php' );
    22             require_once( SWIPEGO_GF_PATH . 'libraries/swipego/includes/class-swipego-api.php' );
    23             require_once( SWIPEGO_GF_PATH . 'includes/class-swipego-gf-api.php' );
    24 
    25             // Initialize payment gateway
    26             require_once( SWIPEGO_GF_PATH . 'includes/class-swipego-gf-init.php' );
    27 
    2827            // Settings
    2928            require_once( SWIPEGO_GF_PATH . 'admin/class-swipego-gf-settings.php' );
  • swipe-for-gravity-forms/trunk/readme.txt

    r2793435 r2875097  
    1 === Swipe for Gravity Forms ===
     1=== SwipeGo for GiveWP ===
    22Contributors: teamswipe
    3 Tags: swipe, gravity forms, payment
    4 Requires at least: 4.6
     3Tags: swipego, donation
     4Requires at least: 4.2
    55Tested up to: 6.0.1
    6 Stable tag: 1.0.0
    7 Requires PHP: 7.0
    8 License: GPLv2 or later
    9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
     6Stable tag: 1.0.1
     7License: GPLv2.1
     8License URI: https://opensource.org/licenses/LGPL-2.1
    109
    11 Accept payment on Gravity Forms using Swipe.
     10SwipeGo Add-on for GiveWP
    1211
    1312== Description ==
    1413
    15 Allows user to made payment on Gravity Forms using Swipe.
     14Allows user to made payment on GiveWP using Swipe.
    1615
    17 ### Swipe for Gravity Forms
     16### Swipe for GiveWP
    1817
    19 Accept credit card, online banking and e-wallet directly on your store with the Swipe payment gateway for Gravity Forms.
     18Accept credit card, online banking and e-wallet directly on your store with the Swipe payment gateway for GiveWP.
    2019
    2120#### Credit Card
     
    5655
    5756#### WEB PAYMENTS API SUPPORT
    58 Swipe for Gravity Forms includes Web Payments API support, allowing customers to pay using payment information associated with their mobile devices in browsers that support the Web Payments API (Chrome for Android, amongst others). On mobile, checkout is now just a few taps away.
     57Swipe for GiveWP includes Web Payments API support, allowing customers to pay using payment information associated with their mobile devices in browsers that support the Web Payments API (Chrome for Android, amongst others). On mobile, checkout is now just a few taps away.
    5958
    6059#### SWIPE API SYNC
     
    6564== Installation ==
    6665
    67 #### GET STARTED SWIPE FOR Gravity Forms
     66#### GET STARTED SWIPE FOR GiveWP
    6867
    6968Step for existing Swipe users:
    70 1. Install and activate your Gravity Forms.
     691. Install and activate your GiveWP.
    71702. Login your Swipe account.
    72713. Choose your business.
     
    76751. [Create your Swipe account](https://app.swipego.io/register).
    77762. Add your business.
    78 3. Install and activate your Gravity Forms.
     773. Install and activate your Swipe for GiveWP.
    79784. Login your Swipe account.
    80795. Choose your business.
    81806. Start accepting payment.
    8281
    83 How to use Gravity Forms plugin with Swipe:
    84 1. Install and activate your Gravity Forms.
    85    Notes: You do not have to configure Swipe at Gravity Forms, we have configured everything.
     82How to use GiveWP plugin with Swipe:
     831. Install and activate your GiveWP.
     84   Notes: You do not have to configure Swipe at GiveWP, we have configured everything.
    8685   
    8786
     
    9291== Changelog ==
    9392
    94 = 1.0.0 - 2022-03-24 =
    95 - Initial release of the plugin
     93= 1.0.0 =
     94* add from version 1.0.1 Open Stack.
Note: See TracChangeset for help on using the changeset viewer.