Plugin Directory

Changeset 1692752


Ignore:
Timestamp:
07/07/2017 10:47:43 PM (9 years ago)
Author:
eoni
Message:

Preparing for 1.1.4.1 release

Location:
wp-tipi/trunk
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • wp-tipi/trunk/README.txt

    r1691217 r1692752  
    66Requires at least: 4.4
    77Tested up to: 4.8
    8 Stable tag: 1.1.3
     8Stable tag: 1.1.4.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     11Author URI: https://www.patricelaurent.net
     12Plugin URI: https://www.patricelaurent.net/portfolio/e-commerce/tipi-pour-wordpress/
    1113
    1214Tipi for Wordpress is a plugin allowing city hall and collectivities to integrate the TIPI payment gateway into their website, simply and efficiently
     
    5153== Changelog ==
    5254
     55= 1.1.4 =
     56
     57* Fix -  Bad french translation filename
     58
    5359= 1.1.3 =
    5460
  • wp-tipi/trunk/changelog.txt

    r1691217 r1692752  
    11== Changelog ==
     2
     3= 1.1.4 - 2017-07-08 =
     4
     5* Fix -  Bad french translation filename
    26
    37= 1.1.3 - 2017-07-05 =
  • wp-tipi/trunk/includes/class-tipi.php

    r1691217 r1692752  
    7474
    7575        $this->plugin_name = 'tipi';
    76         $this->version = '1.1.3';
     76        $this->version = '1.1.4.1';
    7777        $this->tipi_gateway_settings_options = apply_filters('tipi_gateway_settings_options',get_option( 'tipi_gateway_settings_option_name' ));
    7878        $this->tipi_plugin_url = apply_filters('tipi_gateway_plugin_url',plugin_dir_url(dirname(__FILE__)));
  • wp-tipi/trunk/tipi.php

    r1691217 r1692752  
    1717 * Plugin URI:        https://www.patricelaurent.net/portfolio/e-commerce/tipi-pour-wordpress/
    1818 * Description:       This plugin allow you tu use the TIPI Gateway allowing people to pay by credit card dierctly from your site.
    19  * Version:           1.1.3
     19 * Version:           1.1.4.1
    2020 * Author:            Patrice LAURENT
    2121 * Author URI:        https://www.patricelaurent.net
Note: See TracChangeset for help on using the changeset viewer.