Plugin Directory

Changeset 3253954


Ignore:
Timestamp:
03/11/2025 11:15:42 AM (13 months ago)
Author:
wecantrack
Message:

Release 1.5.1

Location:
wecantrack
Files:
27 added
5 edited

Legend:

Unmodified
Added
Removed
  • wecantrack/tags/1.5.0/wecantrack.php

    r3217981 r3253954  
    6464    add_option('wecantrack_version', null, null);
    6565    add_option('wecantrack_storage', null, null);
     66    add_option('wecantrack_referrer_cookie_status', 0, null);
    6667}
    6768
     
    8586    delete_option('wecantrack_version');
    8687    delete_option('wecantrack_storage');
     88    delete_option('wecantrack_referrer_cookie_status');
    8789}
    8890
  • wecantrack/trunk/WecantrackAdmin.php

    r3040267 r3253954  
    6767        }
    6868        if(!get_option('wecantrack_referrer_cookie_status')) {
    69             add_option('wecantrack_referrer_cookie_status', 1);
     69            add_option('wecantrack_referrer_cookie_status', 0);
    7070        }
    7171        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 ===
    22Contributors: 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 tool
     3Tags: 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
    44Requires at least: 4.6
    55Tested up to: 6.7.1
    66Requires PHP: 7.4
    7 Stable tag: 1.5.0
     7Stable tag: 1.5.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    5757
    5858== Changelog ==
     59
     60= 1.5.1 - 11th March 2025 =
     61 * Disable cookie referrer by default
     62 * Change plugin title and tags
    5963
    6064= 1.5.0 - 6th January 2025 =
  • wecantrack/trunk/wecantrack.php

    r3217981 r3253954  
    77Plugin URI: https://wecantrack.com/wordpress
    88Description: Integrate all you affiliate sales in Google Analytics, Google Ads, Facebook, Data Studio and more!
    9 Version: 1.5.0
     9Version: 1.5.1
    1010Author: wecantrack.com
    1111Author URI: https://wecantrack.com
     
    1717if(!defined('ABSPATH')) { die('You are not allowed to call this page directly.'); }
    1818
    19 define('WECANTRACK_VERSION', '1.5.0');
     19define('WECANTRACK_VERSION', '1.5.1');
    2020define('WECANTRACK_PLUGIN_NAME', 'wecantrack');
    2121define('WECANTRACK_PATH', WP_PLUGIN_DIR.'/'.WECANTRACK_PLUGIN_NAME);
     
    6464    add_option('wecantrack_version', null, null);
    6565    add_option('wecantrack_storage', null, null);
     66    add_option('wecantrack_referrer_cookie_status', 0, null);
    6667}
    6768
     
    8586    delete_option('wecantrack_version');
    8687    delete_option('wecantrack_storage');
     88    delete_option('wecantrack_referrer_cookie_status');
    8789}
    8890
  • wecantrack/trunk/wecantrack.pot

    r3217981 r3253954  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WeCanTrack 1.5.0\n"
     5"Project-Id-Version: WeCanTrack 1.5.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wecantrack\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-01-06T20:39:49+00:00\n"
     12"POT-Creation-Date: 2025-03-11T11:11:38+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.4.0\n"
Note: See TracChangeset for help on using the changeset viewer.