Changeset 1692810
- Timestamp:
- 07/08/2017 04:29:08 AM (9 years ago)
- Location:
- wp-tipi/trunk
- Files:
-
- 6 edited
-
README.txt (modified) (2 diffs)
-
admin/class-tipi-admin.php (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
-
includes/class-tipi-activator.php (modified) (1 diff)
-
includes/class-tipi.php (modified) (1 diff)
-
tipi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-tipi/trunk/README.txt
r1692791 r1692810 6 6 Requires at least: 4.4 7 7 Tested up to: 4.8 8 Stable tag: 1.1. 58 Stable tag: 1.1.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 == Changelog == 54 54 55 = 1.1.6 = 56 57 * Add - Set default option on activate plugin 58 55 59 = 1.1.5 = 56 60 -
wp-tipi/trunk/admin/class-tipi-admin.php
r1692791 r1692810 220 220 'show_option_none' => __( '— Select —' ), 221 221 'option_none_value' => '0', 222 'selected' => $ this->tipi_gateway_settings_options['where_to_display_it_2'],222 'selected' => $current, 223 223 ) 224 224 ); ?> -
wp-tipi/trunk/changelog.txt
r1692791 r1692810 1 1 == Changelog == 2 3 = 1.1.6 - 2017-07-08 = 4 5 * Add - Set default option on activate plugin 2 6 3 7 = 1.1.5 - 2017-07-08 = -
wp-tipi/trunk/includes/class-tipi-activator.php
r1691044 r1692810 31 31 */ 32 32 public static function activate() { 33 33 $default = array( 34 'bootstrap_3' => 'No', 35 'input_mode_1' => 'T' 36 ); 37 update_option( 'tipi_gateway_settings_option_name', $default ); 34 38 } 35 39 -
wp-tipi/trunk/includes/class-tipi.php
r1692791 r1692810 74 74 75 75 $this->plugin_name = 'tipi'; 76 $this->version = '1.1. 5';76 $this->version = '1.1.6'; 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
r1692791 r1692810 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. 519 * Version: 1.1.6 20 20 * Author: Patrice LAURENT 21 21 * Author URI: https://www.patricelaurent.net
Note: See TracChangeset
for help on using the changeset viewer.