Changeset 2736367
- Timestamp:
- 06/02/2022 12:21:31 PM (4 years ago)
- Location:
- online-succes
- Files:
-
- 1 added
- 2 edited
- 3 copied
-
tags/2.3 (added)
-
tags/2.3/license.txt (copied) (copied from online-succes/trunk/license.txt)
-
tags/2.3/os-wp-plugin.php (copied) (copied from online-succes/trunk/os-wp-plugin.php) (3 diffs)
-
tags/2.3/readme.txt (copied) (copied from online-succes/trunk/readme.txt) (2 diffs)
-
trunk/os-wp-plugin.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
online-succes/tags/2.3/os-wp-plugin.php
r2691355 r2736367 4 4 Plugin URI: https://help.onlinesucces.nl/nl/articles/1133883-hoe-installeer-je-het-online-succes-script-op-je-wordpress-website 5 5 Description: With this plugin you can easily add the Online Succes tracking code to your WordPress site. 6 Version: 2. 26 Version: 2.3 7 7 Author: Online Succes 8 8 Author URI: https://www.onlinesucces.nl … … 28 28 $client_id_start_shard1 = 1354; 29 29 $client_id_start_shard2 = 1941; 30 $client_id_start_shard3 = 3084; 30 31 31 32 $arrShards = array(); … … 33 34 $arrShards[1] = array("tracker_subdomain"=>"tr1.onlinesucces.nl"); 34 35 $arrShards[2] = array("tracker_subdomain"=>"tr2.onlinesucces.nl"); 35 36 if ($intClientId>=$client_id_start_shard2) 36 $arrShards[3] = array("tracker_subdomain"=>"tr3.onlinesucces.nl"); 37 38 if ($intClientId>=$client_id_start_shard3) 39 return $arrShards[3]; 40 elseif (($intClientId>=$client_id_start_shard2) && ($intClientId<$client_id_start_shard3)) 37 41 return $arrShards[2]; 38 42 elseif (($intClientId>=$client_id_start_shard1) && ($intClientId<$client_id_start_shard2)) -
online-succes/tags/2.3/readme.txt
r2691355 r2736367 4 4 Tags: b2b lead generation software, b2b lead gen, website leads, ip tracking, leadgeneratie, leadgeneration, online succes, b2b, leads, analytics 5 5 Requires at least: 3.0.1 6 Tested up to: 5.9.16 Tested up to: 6.0 7 7 Requires PHP: 5.6 8 Stable tag: 2. 29 Version: 2. 28 Stable tag: 2.3 9 Version: 2.3 10 10 License: GPLv3 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 2.3 = 48 * Added support for new tracker 49 47 50 = 2.2 = 48 51 * Fix for PHP8 warnings -
online-succes/trunk/os-wp-plugin.php
r2691355 r2736367 4 4 Plugin URI: https://help.onlinesucces.nl/nl/articles/1133883-hoe-installeer-je-het-online-succes-script-op-je-wordpress-website 5 5 Description: With this plugin you can easily add the Online Succes tracking code to your WordPress site. 6 Version: 2. 26 Version: 2.3 7 7 Author: Online Succes 8 8 Author URI: https://www.onlinesucces.nl … … 28 28 $client_id_start_shard1 = 1354; 29 29 $client_id_start_shard2 = 1941; 30 $client_id_start_shard3 = 3084; 30 31 31 32 $arrShards = array(); … … 33 34 $arrShards[1] = array("tracker_subdomain"=>"tr1.onlinesucces.nl"); 34 35 $arrShards[2] = array("tracker_subdomain"=>"tr2.onlinesucces.nl"); 35 36 if ($intClientId>=$client_id_start_shard2) 36 $arrShards[3] = array("tracker_subdomain"=>"tr3.onlinesucces.nl"); 37 38 if ($intClientId>=$client_id_start_shard3) 39 return $arrShards[3]; 40 elseif (($intClientId>=$client_id_start_shard2) && ($intClientId<$client_id_start_shard3)) 37 41 return $arrShards[2]; 38 42 elseif (($intClientId>=$client_id_start_shard1) && ($intClientId<$client_id_start_shard2)) -
online-succes/trunk/readme.txt
r2691355 r2736367 4 4 Tags: b2b lead generation software, b2b lead gen, website leads, ip tracking, leadgeneratie, leadgeneration, online succes, b2b, leads, analytics 5 5 Requires at least: 3.0.1 6 Tested up to: 5.9.16 Tested up to: 6.0 7 7 Requires PHP: 5.6 8 Stable tag: 2. 29 Version: 2. 28 Stable tag: 2.3 9 Version: 2.3 10 10 License: GPLv3 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 2.3 = 48 * Added support for new tracker 49 47 50 = 2.2 = 48 51 * Fix for PHP8 warnings
Note: See TracChangeset
for help on using the changeset viewer.