Plugin Directory

Changeset 2849710


Ignore:
Timestamp:
01/17/2023 11:09:42 AM (3 years ago)
Author:
trybaio
Message:

Update plugin to work with new Tryba API

Location:
tryba-for-wc
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • tryba-for-wc/tags/1.2/readme.txt

    r2848808 r2849710  
    4444== Changelog ==
    4545
     46= 1.2 =
     47* Updated plugins to work with the new Tryba API
     48
    4649= 1.1.2 =
    4750* Updated images
  • tryba-for-wc/tags/1.2/woo-tryba.php

    r2848808 r2849710  
    44    Plugin URI:             http://tryba.io
    55    Description:            Tryba payment gateway for WooCommerce
    6     Version:                1.1.2
     6    Version:                1.2
    77    Author:                 Tryba
    88    License:                GPL-2.0+
    99    License URI:            http://www.gnu.org/licenses/gpl-2.0.txt
    10     WC requires at least:   3.0.0
    11     WC tested up to:        5.3.0
     10    WC requires at least:   5.0.0
     11    WC tested up to:        7.3.0
    1212*/
    1313
     
    2020define( 'WAF_WC_TRYBA_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
    2121
    22 define( 'WAF_WC_TRYBA_VERSION', '1.1.2' );
     22define( 'WAF_WC_TRYBA_VERSION', '1.2' );
    2323
    2424/**
  • tryba-for-wc/trunk/readme.txt

    r2848809 r2849710  
    4444== Changelog ==
    4545
     46= 1.2 =
     47* Updated plugins to work with the new Tryba API
     48
    4649= 1.1.2 =
    4750* Updated images
  • tryba-for-wc/trunk/woo-tryba.php

    r2848811 r2849710  
    88    License:                GPL-2.0+
    99    License URI:            http://www.gnu.org/licenses/gpl-2.0.txt
    10     WC requires at least:   4.5
    11     WC tested up to:        6.1.1
     10    WC requires at least:   5.0.0
     11    WC tested up to:        7.3.0
    1212*/
    1313
     
    2020define( 'WAF_WC_TRYBA_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
    2121
    22 define( 'WAF_WC_TRYBA_VERSION', '1.3' );
     22define( 'WAF_WC_TRYBA_VERSION', '1.2' );
    2323
    2424/**
Note: See TracChangeset for help on using the changeset viewer.