Changeset 1692752
- Timestamp:
- 07/07/2017 10:47:43 PM (9 years ago)
- Location:
- wp-tipi/trunk
- Files:
-
- 2 added
- 4 edited
-
README.txt (modified) (2 diffs)
-
changelog.txt (modified) (1 diff)
-
includes/class-tipi.php (modified) (1 diff)
-
languages/fr_FR.mo (added)
-
languages/fr_FR.po (added)
-
tipi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-tipi/trunk/README.txt
r1691217 r1692752 6 6 Requires at least: 4.4 7 7 Tested up to: 4.8 8 Stable tag: 1.1. 38 Stable tag: 1.1.4.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Author URI: https://www.patricelaurent.net 12 Plugin URI: https://www.patricelaurent.net/portfolio/e-commerce/tipi-pour-wordpress/ 11 13 12 14 Tipi for Wordpress is a plugin allowing city hall and collectivities to integrate the TIPI payment gateway into their website, simply and efficiently … … 51 53 == Changelog == 52 54 55 = 1.1.4 = 56 57 * Fix - Bad french translation filename 58 53 59 = 1.1.3 = 54 60 -
wp-tipi/trunk/changelog.txt
r1691217 r1692752 1 1 == Changelog == 2 3 = 1.1.4 - 2017-07-08 = 4 5 * Fix - Bad french translation filename 2 6 3 7 = 1.1.3 - 2017-07-05 = -
wp-tipi/trunk/includes/class-tipi.php
r1691217 r1692752 74 74 75 75 $this->plugin_name = 'tipi'; 76 $this->version = '1.1. 3';76 $this->version = '1.1.4.1'; 77 77 $this->tipi_gateway_settings_options = apply_filters('tipi_gateway_settings_options',get_option( 'tipi_gateway_settings_option_name' )); 78 78 $this->tipi_plugin_url = apply_filters('tipi_gateway_plugin_url',plugin_dir_url(dirname(__FILE__))); -
wp-tipi/trunk/tipi.php
r1691217 r1692752 17 17 * Plugin URI: https://www.patricelaurent.net/portfolio/e-commerce/tipi-pour-wordpress/ 18 18 * 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. 319 * Version: 1.1.4.1 20 20 * Author: Patrice LAURENT 21 21 * Author URI: https://www.patricelaurent.net
Note: See TracChangeset
for help on using the changeset viewer.