Changeset 3253954
- Timestamp:
- 03/11/2025 11:15:42 AM (13 months ago)
- Location:
- wecantrack
- Files:
-
- 27 added
- 5 edited
-
tags/1.5.0/wecantrack.php (modified) (2 diffs)
-
tags/1.5.1 (added)
-
tags/1.5.1/README.md (added)
-
tags/1.5.1/WecantrackAdmin.php (added)
-
tags/1.5.1/WecantrackApp.php (added)
-
tags/1.5.1/WecantrackAppRedirectPage.php (added)
-
tags/1.5.1/WecantrackHelper.php (added)
-
tags/1.5.1/css (added)
-
tags/1.5.1/css/admin.css (added)
-
tags/1.5.1/images (added)
-
tags/1.5.1/images/favicon.png (added)
-
tags/1.5.1/images/favicon2.png (added)
-
tags/1.5.1/images/wct-logo-normal.svg (added)
-
tags/1.5.1/index.php (added)
-
tags/1.5.1/js (added)
-
tags/1.5.1/js/.gitignore (added)
-
tags/1.5.1/js/admin.js (added)
-
tags/1.5.1/js/advanced_settings.js (added)
-
tags/1.5.1/js/redirect_page.js (added)
-
tags/1.5.1/license.txt (added)
-
tags/1.5.1/locale (added)
-
tags/1.5.1/readme.txt (added)
-
tags/1.5.1/views (added)
-
tags/1.5.1/views/advanced_settings.php (added)
-
tags/1.5.1/views/redirect_page.php (added)
-
tags/1.5.1/views/settings.php (added)
-
tags/1.5.1/wecantrack.php (added)
-
tags/1.5.1/wecantrack.pot (added)
-
trunk/WecantrackAdmin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wecantrack.php (modified) (4 diffs)
-
trunk/wecantrack.pot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wecantrack/tags/1.5.0/wecantrack.php
r3217981 r3253954 64 64 add_option('wecantrack_version', null, null); 65 65 add_option('wecantrack_storage', null, null); 66 add_option('wecantrack_referrer_cookie_status', 0, null); 66 67 } 67 68 … … 85 86 delete_option('wecantrack_version'); 86 87 delete_option('wecantrack_storage'); 88 delete_option('wecantrack_referrer_cookie_status'); 87 89 } 88 90 -
wecantrack/trunk/WecantrackAdmin.php
r3040267 r3253954 67 67 } 68 68 if(!get_option('wecantrack_referrer_cookie_status')) { 69 add_option('wecantrack_referrer_cookie_status', 1);69 add_option('wecantrack_referrer_cookie_status', 0); 70 70 } 71 71 if(!get_option('wecantrack_storage')) { -
wecantrack/trunk/readme.txt
r3217981 r3253954 1 === Affiliate Sales in Google Analytics and other tools ===1 === wecantrack Affiliate Tracking Plugin - Ad Network & Analytics Platform Integrations === 2 2 Contributors: wecantrack 3 Tags: affiliate , publisher, analytics, conversion tracking, sale attribution, dashboard, subid, google analytics, link, google ads, facebook, data studio, we can track, wecantrack, tracking tool3 Tags: affiliate conversion tracking, google ads integration, google analytics integration, affiliate dashboard, subid tracking, publisher, analytics, sale attribution, dashboard, google analytics, link, facebook, data studio, we can track, wecantrack, tracking tool 4 4 Requires at least: 4.6 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.4 7 Stable tag: 1.5. 07 Stable tag: 1.5.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 57 57 58 58 == Changelog == 59 60 = 1.5.1 - 11th March 2025 = 61 * Disable cookie referrer by default 62 * Change plugin title and tags 59 63 60 64 = 1.5.0 - 6th January 2025 = -
wecantrack/trunk/wecantrack.php
r3217981 r3253954 7 7 Plugin URI: https://wecantrack.com/wordpress 8 8 Description: Integrate all you affiliate sales in Google Analytics, Google Ads, Facebook, Data Studio and more! 9 Version: 1.5. 09 Version: 1.5.1 10 10 Author: wecantrack.com 11 11 Author URI: https://wecantrack.com … … 17 17 if(!defined('ABSPATH')) { die('You are not allowed to call this page directly.'); } 18 18 19 define('WECANTRACK_VERSION', '1.5. 0');19 define('WECANTRACK_VERSION', '1.5.1'); 20 20 define('WECANTRACK_PLUGIN_NAME', 'wecantrack'); 21 21 define('WECANTRACK_PATH', WP_PLUGIN_DIR.'/'.WECANTRACK_PLUGIN_NAME); … … 64 64 add_option('wecantrack_version', null, null); 65 65 add_option('wecantrack_storage', null, null); 66 add_option('wecantrack_referrer_cookie_status', 0, null); 66 67 } 67 68 … … 85 86 delete_option('wecantrack_version'); 86 87 delete_option('wecantrack_storage'); 88 delete_option('wecantrack_referrer_cookie_status'); 87 89 } 88 90 -
wecantrack/trunk/wecantrack.pot
r3217981 r3253954 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WeCanTrack 1.5. 0\n"5 "Project-Id-Version: WeCanTrack 1.5.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wecantrack\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-0 1-06T20:39:49+00:00\n"12 "POT-Creation-Date: 2025-03-11T11:11:38+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.4.0\n"
Note: See TracChangeset
for help on using the changeset viewer.