Changeset 2556913
- Timestamp:
- 07/01/2021 10:30:21 AM (5 years ago)
- Location:
- yektanet-affiliate
- Files:
-
- 2 deleted
- 3 edited
- 5 copied
-
tags/1.0.3 (copied) (copied from yektanet-affiliate/trunk)
-
tags/1.0.3/includes/aw_plugin-database.php (copied) (copied from yektanet-affiliate/trunk/includes/aw_plugin-database.php) (1 diff)
-
tags/1.0.3/includes/aw_plugin-scripts.php (deleted)
-
tags/1.0.3/includes/aw_plugin-settings.php (copied) (copied from yektanet-affiliate/trunk/includes/aw_plugin-settings.php)
-
tags/1.0.3/js (deleted)
-
tags/1.0.3/readme.txt (copied) (copied from yektanet-affiliate/trunk/readme.txt) (1 diff)
-
tags/1.0.3/yektanet-affiliate.php (copied) (copied from yektanet-affiliate/trunk/yektanet-affiliate.php) (6 diffs)
-
trunk/includes/aw_plugin-database.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/yektanet-affiliate.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yektanet-affiliate/tags/1.0.3/includes/aw_plugin-database.php
r2544283 r2556913 24 24 function yektanetaffiliate_create_table () { 25 25 if (get_option('yektanetaffiliate_version') === false) { 26 update_option('yektanetaffiliate_version', '1.0. 2');26 update_option('yektanetaffiliate_version', '1.0.3'); 27 27 } 28 28 if (get_option('yektanetaffiliate_db_version') === false) { -
yektanet-affiliate/tags/1.0.3/readme.txt
r2544283 r2556913 4 4 Requires at least: 5.4 5 5 Tested up to: 5.7 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.0 8 8 License: GPL v2 or later -
yektanet-affiliate/tags/1.0.3/yektanet-affiliate.php
r2544283 r2556913 6 6 Requires at least: 5.4 7 7 Requires PHP: 7.0 8 Version: 1.0. 28 Version: 1.0.3 9 9 License: GPL v2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 if (!defined('YEKTANETAFFILIATE_VERSION')) { 44 define('YEKTANETAFFILIATE_VERSION', '1.0. 2');44 define('YEKTANETAFFILIATE_VERSION', '1.0.3'); 45 45 } 46 46 if (!defined('YEKTANETAFFILIATE_DB_VERSION')) { … … 186 186 if (isset($_COOKIE["analytics_campaign"]) && !empty($_COOKIE["analytics_campaign"])) { 187 187 $ynsrc = $raw_cookies["analytics_campaign"]; 188 $ynsrc_decoded = $_COOKIE["analytics_campaign"]; 188 189 } else if (isset($_COOKIE["_ynsrc"]) && !empty($_COOKIE["_ynsrc"])) { 189 190 $ynsrc = $raw_cookies["_ynsrc"]; 191 $ynsrc_decoded = $_COOKIE["_ynsrc"]; 190 192 } else { 191 193 $ynsrc = ''; 194 $ynsrc_decoded = ''; 192 195 } 193 196 $order = wc_get_order($order_id); … … 242 245 'partial' => True, 243 246 'ynsrc' => $ynsrc, 247 'ynsrc_decoded' => $ynsrc_decoded, 244 248 'yngt' => $yngt, 245 249 ]; … … 267 271 if (isset($_COOKIE["analytics_campaign"]) && !empty($_COOKIE["analytics_campaign"])) { 268 272 $ynsrc = $raw_cookies["analytics_campaign"]; 273 $ynsrc_decoded = $_COOKIE["analytics_campaign"]; 269 274 } else if (isset($_COOKIE["_ynsrc"]) && !empty($_COOKIE["_ynsrc"])) { 270 275 $ynsrc = $raw_cookies["_ynsrc"]; 276 $ynsrc_decoded = $_COOKIE["_ynsrc"]; 271 277 } else { 272 278 $ynsrc = ''; 279 $ynsrc_decoded = ''; 273 280 } 274 281 // Collect Data … … 317 324 'status' => $new_status, 318 325 'ynsrc' => $ynsrc, 326 'ynsrc_decoded' => $ynsrc_decoded, 319 327 'yngt' => $yngt, 320 328 ]; -
yektanet-affiliate/trunk/includes/aw_plugin-database.php
r2544283 r2556913 24 24 function yektanetaffiliate_create_table () { 25 25 if (get_option('yektanetaffiliate_version') === false) { 26 update_option('yektanetaffiliate_version', '1.0. 2');26 update_option('yektanetaffiliate_version', '1.0.3'); 27 27 } 28 28 if (get_option('yektanetaffiliate_db_version') === false) { -
yektanet-affiliate/trunk/readme.txt
r2544283 r2556913 4 4 Requires at least: 5.4 5 5 Tested up to: 5.7 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.0 8 8 License: GPL v2 or later -
yektanet-affiliate/trunk/yektanet-affiliate.php
r2544283 r2556913 6 6 Requires at least: 5.4 7 7 Requires PHP: 7.0 8 Version: 1.0. 28 Version: 1.0.3 9 9 License: GPL v2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 if (!defined('YEKTANETAFFILIATE_VERSION')) { 44 define('YEKTANETAFFILIATE_VERSION', '1.0. 2');44 define('YEKTANETAFFILIATE_VERSION', '1.0.3'); 45 45 } 46 46 if (!defined('YEKTANETAFFILIATE_DB_VERSION')) { … … 186 186 if (isset($_COOKIE["analytics_campaign"]) && !empty($_COOKIE["analytics_campaign"])) { 187 187 $ynsrc = $raw_cookies["analytics_campaign"]; 188 $ynsrc_decoded = $_COOKIE["analytics_campaign"]; 188 189 } else if (isset($_COOKIE["_ynsrc"]) && !empty($_COOKIE["_ynsrc"])) { 189 190 $ynsrc = $raw_cookies["_ynsrc"]; 191 $ynsrc_decoded = $_COOKIE["_ynsrc"]; 190 192 } else { 191 193 $ynsrc = ''; 194 $ynsrc_decoded = ''; 192 195 } 193 196 $order = wc_get_order($order_id); … … 242 245 'partial' => True, 243 246 'ynsrc' => $ynsrc, 247 'ynsrc_decoded' => $ynsrc_decoded, 244 248 'yngt' => $yngt, 245 249 ]; … … 267 271 if (isset($_COOKIE["analytics_campaign"]) && !empty($_COOKIE["analytics_campaign"])) { 268 272 $ynsrc = $raw_cookies["analytics_campaign"]; 273 $ynsrc_decoded = $_COOKIE["analytics_campaign"]; 269 274 } else if (isset($_COOKIE["_ynsrc"]) && !empty($_COOKIE["_ynsrc"])) { 270 275 $ynsrc = $raw_cookies["_ynsrc"]; 276 $ynsrc_decoded = $_COOKIE["_ynsrc"]; 271 277 } else { 272 278 $ynsrc = ''; 279 $ynsrc_decoded = ''; 273 280 } 274 281 // Collect Data … … 317 324 'status' => $new_status, 318 325 'ynsrc' => $ynsrc, 326 'ynsrc_decoded' => $ynsrc_decoded, 319 327 'yngt' => $yngt, 320 328 ];
Note: See TracChangeset
for help on using the changeset viewer.