Changeset 2955021
- Timestamp:
- 08/17/2023 03:33:20 PM (3 years ago)
- Location:
- wecantrack
- Files:
-
- 27 added
- 5 edited
-
tags/1.4.5 (added)
-
tags/1.4.5/README.md (added)
-
tags/1.4.5/WecantrackAdmin.php (added)
-
tags/1.4.5/WecantrackApp.php (added)
-
tags/1.4.5/WecantrackAppRedirectPage.php (added)
-
tags/1.4.5/WecantrackHelper.php (added)
-
tags/1.4.5/css (added)
-
tags/1.4.5/css/admin.css (added)
-
tags/1.4.5/images (added)
-
tags/1.4.5/images/favicon.png (added)
-
tags/1.4.5/images/favicon2.png (added)
-
tags/1.4.5/images/wct-logo-normal.svg (added)
-
tags/1.4.5/index.php (added)
-
tags/1.4.5/js (added)
-
tags/1.4.5/js/.gitignore (added)
-
tags/1.4.5/js/admin.js (added)
-
tags/1.4.5/js/advanced_settings.js (added)
-
tags/1.4.5/js/redirect_page.js (added)
-
tags/1.4.5/license.txt (added)
-
tags/1.4.5/locale (added)
-
tags/1.4.5/readme.txt (added)
-
tags/1.4.5/views (added)
-
tags/1.4.5/views/advanced_settings.php (added)
-
tags/1.4.5/views/redirect_page.php (added)
-
tags/1.4.5/views/settings.php (added)
-
tags/1.4.5/wecantrack.php (added)
-
tags/1.4.5/wecantrack.pot (added)
-
trunk/WecantrackApp.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/views/settings.php (modified) (1 diff)
-
trunk/wecantrack.php (modified) (2 diffs)
-
trunk/wecantrack.pot (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wecantrack/trunk/WecantrackApp.php
r2837080 r2955021 250 250 251 251 if (empty($matches[1])) { 252 // checked if URL schema is OK 253 error_log('WeCanTrack Plugin tried to parse a faulty URL: '.$original_url); 254 return false; 252 // relative URLs are not faulty but are not affiliate links 253 if (ltrim($original_url)[0] !== '/') { 254 error_log('WeCanTrack Plugin tried to parse a faulty URL: '.$original_url); 255 return false; 256 } 255 257 } 256 258 -
wecantrack/trunk/readme.txt
r2845967 r2955021 3 3 Tags: affiliate, publisher, analytics, conversion tracking, sale attribution, dashboard, subid, google analytics, link, google ads, facebook, data studio, we can track, wecantrack, tracking tool 4 4 Requires at least: 4.6 5 Tested up to: 6. 0.35 Tested up to: 6.3 6 6 Requires PHP: 5.6.20 7 Stable tag: 1.4. 47 Stable tag: 1.4.5 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 60 60 61 61 == Changelog == 62 63 = 1.4.5 - 17th August 2023 = 64 * Do not log relative URLs as faulty 65 * Wordpress 6.3 support 62 66 63 67 = 1.4.4 - 10th January 2023 = -
wecantrack/trunk/views/settings.php
r2562891 r2955021 23 23 <ul style="list-style: inherit; padding-left:20px;"> 24 24 <?php if (class_exists('ThirstyAffiliates')) : ?> 25 <li><?php echo esc_html__('If you\'re making use of Thirsty Affiliates, please make sure to deactiv e “Enable Enhanced Javascript Redirect on Frontend” under Link Appearance.', 'wecantrack'); ?></li>25 <li><?php echo esc_html__('If you\'re making use of Thirsty Affiliates, please make sure to deactivate “Enable Enhanced Javascript Redirect on Frontend” under Link Appearance.', 'wecantrack'); ?></li> 26 26 <?php endif; ?> 27 27 -
wecantrack/trunk/wecantrack.php
r2845958 r2955021 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.4. 49 Version: 1.4.5 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.4. 4');19 define('WECANTRACK_VERSION', '1.4.5'); 20 20 define('WECANTRACK_PLUGIN_NAME', 'wecantrack'); 21 21 define('WECANTRACK_PATH', WP_PLUGIN_DIR.'/'.WECANTRACK_PLUGIN_NAME); -
wecantrack/trunk/wecantrack.pot
r2845958 r2955021 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WeCanTrack 1.4. 4\n"5 "Project-Id-Version: WeCanTrack 1.4.5\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: 2023-0 1-10T09:29:49+00:00\n"12 "POT-Creation-Date: 2023-08-17T15:04:56+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" … … 94 94 95 95 #: views/settings.php:25 96 msgid "If you're making use of Thirsty Affiliates, please make sure to deactiv e “Enable Enhanced Javascript Redirect on Frontend” under Link Appearance."96 msgid "If you're making use of Thirsty Affiliates, please make sure to deactivate “Enable Enhanced Javascript Redirect on Frontend” under Link Appearance." 97 97 msgstr "" 98 98
Note: See TracChangeset
for help on using the changeset viewer.