Plugin Directory

Changeset 2796693


Ignore:
Timestamp:
10/10/2022 02:31:39 PM (3 years ago)
Author:
wecantrack
Message:

1.4.2 release

Location:
wecantrack
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • wecantrack/trunk/readme.txt

    r2778337 r2796693  
    55Tested up to: 5.9.2
    66Requires PHP: 5.6.20
    7 Stable tag: 1.4.1
     7Stable tag: 1.4.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    6161== Changelog ==
    6262
    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 =
    6467* Improved affiliate url pattern matching
    6568
  • wecantrack/trunk/wecantrack.php

    r2778337 r2796693  
    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.4.1
     9Version: 1.4.2
    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.4.1');
     19define('WECANTRACK_VERSION', '1.4.2');
    2020define('WECANTRACK_PLUGIN_NAME', 'wecantrack');
    2121define('WECANTRACK_PATH', WP_PLUGIN_DIR.'/'.WECANTRACK_PLUGIN_NAME);
     
    3131} else if (filter_input(INPUT_SERVER, 'REQUEST_URI') !== '/wp-login.php') {
    3232    // 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)) {
    3434        require_once(WECANTRACK_PATH . '/WecantrackApp.php');
    3535        require_once(WECANTRACK_PATH . '/WecantrackAppRedirectPage.php');
  • wecantrack/trunk/wecantrack.pot

    r2778337 r2796693  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WeCanTrack 1.4.1\n"
     5"Project-Id-Version: WeCanTrack 1.4.2\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: 2022-08-31T11:37:24+00:00\n"
     12"POT-Creation-Date: 2022-10-10T14:13:54+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.