Plugin Directory

Changeset 2850987


Ignore:
Timestamp:
01/19/2023 10:59:10 AM (3 years ago)
Author:
trybaio
Message:

fix the image not added in plugin

Location:
tryba-for-wc
Files:
2 edited
6 copied

Legend:

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

    r2850983 r2850987  
    44Requires at least: 4.5
    55Tested up to: 6.1.1
    6 Stable tag: 1.3
     6Stable tag: 1.3.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • tryba-for-wc/tags/1.3.1/woo-tryba.php

    r2850983 r2850987  
    44    Plugin URI:             http://tryba.io
    55    Description:            Tryba payment gateway for WooCommerce
    6     Version:                1.3
     6    Version:                1.3.1
    77    Author:                 Tryba
    88    Author URI:             https://tryba.io/
     
    2121define( 'WAF_WC_TRYBA_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
    2222
    23 define( 'WAF_WC_TRYBA_VERSION', '1.3' );
     23define( 'WAF_WC_TRYBA_VERSION', '1.3.1' );
    2424
    2525/**
  • tryba-for-wc/trunk/readme.txt

    r2850983 r2850987  
    44Requires at least: 4.5
    55Tested up to: 6.1.1
    6 Stable tag: 1.3
     6Stable tag: 1.3.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • tryba-for-wc/trunk/woo-tryba.php

    r2850983 r2850987  
    44    Plugin URI:             http://tryba.io
    55    Description:            Tryba payment gateway for WooCommerce
    6     Version:                1.3
     6    Version:                1.3.1
    77    Author:                 Tryba
    88    Author URI:             https://tryba.io/
     
    2121define( 'WAF_WC_TRYBA_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
    2222
    23 define( 'WAF_WC_TRYBA_VERSION', '1.3' );
     23define( 'WAF_WC_TRYBA_VERSION', '1.3.1' );
    2424
    2525/**
Note: See TracChangeset for help on using the changeset viewer.