Changeset 2796693
- Timestamp:
- 10/10/2022 02:31:39 PM (3 years ago)
- Location:
- wecantrack
- Files:
-
- 27 added
- 3 edited
-
tags/1.4.2 (added)
-
tags/1.4.2/README.md (added)
-
tags/1.4.2/WecantrackAdmin.php (added)
-
tags/1.4.2/WecantrackApp.php (added)
-
tags/1.4.2/WecantrackAppRedirectPage.php (added)
-
tags/1.4.2/WecantrackHelper.php (added)
-
tags/1.4.2/css (added)
-
tags/1.4.2/css/admin.css (added)
-
tags/1.4.2/images (added)
-
tags/1.4.2/images/favicon.png (added)
-
tags/1.4.2/images/favicon2.png (added)
-
tags/1.4.2/images/wct-logo-normal.svg (added)
-
tags/1.4.2/index.php (added)
-
tags/1.4.2/js (added)
-
tags/1.4.2/js/.gitignore (added)
-
tags/1.4.2/js/admin.js (added)
-
tags/1.4.2/js/advanced_settings.js (added)
-
tags/1.4.2/js/redirect_page.js (added)
-
tags/1.4.2/license.txt (added)
-
tags/1.4.2/locale (added)
-
tags/1.4.2/readme.txt (added)
-
tags/1.4.2/views (added)
-
tags/1.4.2/views/advanced_settings.php (added)
-
tags/1.4.2/views/redirect_page.php (added)
-
tags/1.4.2/views/settings.php (added)
-
tags/1.4.2/wecantrack.php (added)
-
tags/1.4.2/wecantrack.pot (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wecantrack.php (modified) (3 diffs)
-
trunk/wecantrack.pot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wecantrack/trunk/readme.txt
r2778337 r2796693 5 5 Tested up to: 5.9.2 6 6 Requires PHP: 5.6.20 7 Stable tag: 1.4. 17 Stable tag: 1.4.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 61 61 == Changelog == 62 62 63 = 1.4.1 - 31st August 2022 = 63 = 1.4.2 - 10th October 2022 = 64 * Made thrive page builder detection pattern more greedy 65 66 = 1.4.2 - 31st August 2022 = 64 67 * Improved affiliate url pattern matching 65 68 -
wecantrack/trunk/wecantrack.php
r2778337 r2796693 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. 19 Version: 1.4.2 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. 1');19 define('WECANTRACK_VERSION', '1.4.2'); 20 20 define('WECANTRACK_PLUGIN_NAME', 'wecantrack'); 21 21 define('WECANTRACK_PATH', WP_PLUGIN_DIR.'/'.WECANTRACK_PLUGIN_NAME); … … 31 31 } else if (filter_input(INPUT_SERVER, 'REQUEST_URI') !== '/wp-login.php') { 32 32 // Do not enqueue our JS scripts in Thrive Architect's iframe. 33 if (!(defined( 'TVE_PLUGIN_FILE' ) && strpos(filter_input(INPUT_SERVER, 'REQUEST_URI'), 'tve=true &tcbf=') !== false)) {33 if (!(defined( 'TVE_PLUGIN_FILE' ) && strpos(filter_input(INPUT_SERVER, 'REQUEST_URI'), 'tve=true') !== false)) { 34 34 require_once(WECANTRACK_PATH . '/WecantrackApp.php'); 35 35 require_once(WECANTRACK_PATH . '/WecantrackAppRedirectPage.php'); -
wecantrack/trunk/wecantrack.pot
r2778337 r2796693 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WeCanTrack 1.4. 1\n"5 "Project-Id-Version: WeCanTrack 1.4.2\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: 2022- 08-31T11:37:24+00:00\n"12 "POT-Creation-Date: 2022-10-10T14:13:54+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.