Changeset 2239061
- Timestamp:
- 02/05/2020 01:15:50 PM (6 years ago)
- Location:
- outfunnel
- Files:
-
- 6 edited
- 2 copied
-
tags/1.2.3 (copied) (copied from outfunnel/trunk)
-
tags/1.2.3/main.php (modified) (4 diffs)
-
tags/1.2.3/readme.txt (modified) (2 diffs)
-
tags/1.3.0 (copied) (copied from outfunnel/trunk)
-
tags/1.3.0/main.php (modified) (4 diffs)
-
tags/1.3.0/readme.txt (modified) (2 diffs)
-
trunk/main.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
outfunnel/tags/1.2.3/main.php
r2221072 r2239061 2 2 /* 3 3 Plugin Name: Outfunnel 4 Version: 1. 2.04 Version: 1.3.0 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 18 18 { 19 19 20 public $plugin_version = '1. 2.0';20 public $plugin_version = '1.3.0'; 21 21 22 22 public function __construct() … … 35 35 add_action('admin_menu', array($this, 'add_options_menu')); 36 36 add_action('wp_head', array($this, 'add_tracking_code')); 37 38 add_action('activated_plugin', array($this, 'activation_redirect')); 39 } 40 41 public function activation_redirect($plugin) 42 { 43 // $plugin should be "outfunnel/main.php" 44 if ($plugin == plugin_basename(__FILE__)) { 45 exit(wp_redirect(admin_url('options-general.php?page=outfunnel-settings'))); 46 } 37 47 } 38 48 … … 126 136 </div> 127 137 <?php 128 }138 } 129 139 130 140 public function add_tracking_code() -
outfunnel/tags/1.2.3/readme.txt
r2221072 r2239061 3 3 Tags: analytics, outfunnel, outfunnel plugin 4 4 Requires at least: 4.2 5 Tested up to: 5. 26 Stable tag: 1. 2.05 Tested up to: 5.3.2 6 Stable tag: 1.3.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 1.3.0 = 43 44 * On plugin activation redirect to settings page 45 42 46 = 1.2.0 = 43 47 -
outfunnel/tags/1.3.0/main.php
r2221072 r2239061 2 2 /* 3 3 Plugin Name: Outfunnel 4 Version: 1. 2.04 Version: 1.3.0 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 18 18 { 19 19 20 public $plugin_version = '1. 2.0';20 public $plugin_version = '1.3.0'; 21 21 22 22 public function __construct() … … 35 35 add_action('admin_menu', array($this, 'add_options_menu')); 36 36 add_action('wp_head', array($this, 'add_tracking_code')); 37 38 add_action('activated_plugin', array($this, 'activation_redirect')); 39 } 40 41 public function activation_redirect($plugin) 42 { 43 // $plugin should be "outfunnel/main.php" 44 if ($plugin == plugin_basename(__FILE__)) { 45 exit(wp_redirect(admin_url('options-general.php?page=outfunnel-settings'))); 46 } 37 47 } 38 48 … … 126 136 </div> 127 137 <?php 128 }138 } 129 139 130 140 public function add_tracking_code() -
outfunnel/tags/1.3.0/readme.txt
r2221072 r2239061 3 3 Tags: analytics, outfunnel, outfunnel plugin 4 4 Requires at least: 4.2 5 Tested up to: 5. 26 Stable tag: 1. 2.05 Tested up to: 5.3.2 6 Stable tag: 1.3.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 1.3.0 = 43 44 * On plugin activation redirect to settings page 45 42 46 = 1.2.0 = 43 47 -
outfunnel/trunk/main.php
r2221072 r2239061 2 2 /* 3 3 Plugin Name: Outfunnel 4 Version: 1. 2.04 Version: 1.3.0 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 18 18 { 19 19 20 public $plugin_version = '1. 2.0';20 public $plugin_version = '1.3.0'; 21 21 22 22 public function __construct() … … 35 35 add_action('admin_menu', array($this, 'add_options_menu')); 36 36 add_action('wp_head', array($this, 'add_tracking_code')); 37 38 add_action('activated_plugin', array($this, 'activation_redirect')); 39 } 40 41 public function activation_redirect($plugin) 42 { 43 // $plugin should be "outfunnel/main.php" 44 if ($plugin == plugin_basename(__FILE__)) { 45 exit(wp_redirect(admin_url('options-general.php?page=outfunnel-settings'))); 46 } 37 47 } 38 48 … … 126 136 </div> 127 137 <?php 128 }138 } 129 139 130 140 public function add_tracking_code() -
outfunnel/trunk/readme.txt
r2221072 r2239061 3 3 Tags: analytics, outfunnel, outfunnel plugin 4 4 Requires at least: 4.2 5 Tested up to: 5. 26 Stable tag: 1. 2.05 Tested up to: 5.3.2 6 Stable tag: 1.3.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 1.3.0 = 43 44 * On plugin activation redirect to settings page 45 42 46 = 1.2.0 = 43 47
Note: See TracChangeset
for help on using the changeset viewer.