Plugin Directory

Changeset 2444398


Ignore:
Timestamp:
12/22/2020 02:09:07 PM (5 years ago)
Author:
wecantrack
Message:

1.2.4 release

Location:
wecantrack
Files:
25 added
5 edited

Legend:

Unmodified
Added
Removed
  • wecantrack/trunk/WecantrackAdmin.php

    r2435744 r2444398  
    6666        }
    6767
    68         WecantrackHelper::update_tracking_code($api_key, site_url());
     68        WecantrackHelper::update_tracking_code($api_key, home_url());
    6969
    7070        if (sanitize_text_field($_POST['wecantrack_submit_type']) == 'verify') {// store just api key
     
    162162    public function enqueue_scripts()
    163163    {
    164         $site_url = site_url();
     164        $site_url = home_url();
    165165
    166166        $params = array (
  • wecantrack/trunk/WecantrackApp.php

    r2439081 r2444398  
    8181                    }
    8282
    83                     WecantrackHelper::update_tracking_code($api_key, site_url());
     83                    WecantrackHelper::update_tracking_code($api_key, home_url());
    8484                    WecantrackApp::wecantrack_get_domain_patterns($api_key, true);
    8585
  • wecantrack/trunk/readme.txt

    r2439081 r2444398  
    55Tested up to: 5.6
    66Requires PHP: 5.6.20
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.4
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    6060
    6161== Changelog ==
     62
     63= 1.2.4 - 14th December 2020 =
     64 * Use home_url instead of site_url
    6265
    6366= 1.2.3 - 14th December 2020 =
  • wecantrack/trunk/wecantrack.php

    r2439081 r2444398  
    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.2.3
     9Version: 1.2.4
    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.2.3');
     19define('WECANTRACK_VERSION', '1.2.4');
    2020define('WECANTRACK_PLUGIN_NAME', 'wecantrack');
    2121define('WECANTRACK_PATH', WP_PLUGIN_DIR.'/'.WECANTRACK_PLUGIN_NAME);
  • wecantrack/trunk/wecantrack.pot

    r2439081 r2444398  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WeCanTrack 1.2.3\n"
     5"Project-Id-Version: WeCanTrack 1.2.4\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: 2020-12-14T14:21:29+00:00\n"
     12"POT-Creation-Date: 2020-12-22T14:05:39+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.