Changeset 2325087
- Timestamp:
- 06/16/2020 12:11:22 PM (6 years ago)
- Location:
- wecantrack
- Files:
-
- 21 added
- 3 edited
-
tags/1.0.9 (added)
-
tags/1.0.9/README.md (added)
-
tags/1.0.9/WecantrackAdmin.php (added)
-
tags/1.0.9/WecantrackApp.php (added)
-
tags/1.0.9/css (added)
-
tags/1.0.9/css/admin.css (added)
-
tags/1.0.9/images (added)
-
tags/1.0.9/images/favicon.png (added)
-
tags/1.0.9/images/favicon2.png (added)
-
tags/1.0.9/images/wct-logo-normal.svg (added)
-
tags/1.0.9/index.php (added)
-
tags/1.0.9/js (added)
-
tags/1.0.9/js/.gitignore (added)
-
tags/1.0.9/js/admin.js (added)
-
tags/1.0.9/license.txt (added)
-
tags/1.0.9/locale (added)
-
tags/1.0.9/readme.txt (added)
-
tags/1.0.9/views (added)
-
tags/1.0.9/views/settings.php (added)
-
tags/1.0.9/wecantrack.php (added)
-
tags/1.0.9/wecantrack.pot (added)
-
trunk/WecantrackApp.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wecantrack.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wecantrack/trunk/WecantrackApp.php
r2314056 r2325087 147 147 148 148 if ($response->affiliate_url) { 149 return urldecode($response->affiliate_url);149 return rawurldecode($response->affiliate_url); 150 150 } 151 151 -
wecantrack/trunk/readme.txt
r2314056 r2325087 5 5 Tested up to: 5.4 6 6 Requires PHP: 5.6.20 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 62 62 == Changelog == 63 63 64 = 1.0.9 - 16th June 2020 = 65 * Use rawurldecode 66 64 67 = 1.0.8 - 29th May 2020 = 65 68 * Optimisations -
wecantrack/trunk/wecantrack.php
r2314056 r2325087 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.0. 89 Version: 1.0.9 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.0. 8');19 define('WECANTRACK_VERSION', '1.0.9'); 20 20 define('WECANTRACK_PLUGIN_NAME', 'wecantrack'); 21 21 define('WECANTRACK_PATH', WP_PLUGIN_DIR.'/'.WECANTRACK_PLUGIN_NAME);
Note: See TracChangeset
for help on using the changeset viewer.