Plugin Directory

Changeset 3342962


Ignore:
Timestamp:
08/11/2025 02:57:15 PM (8 months ago)
Author:
wecantrack
Message:

Release 4.0.1 - fix versioning

Location:
wecantrack
Files:
30 added
3 edited

Legend:

Unmodified
Added
Removed
  • wecantrack/trunk/languages/wecantrack.pot

    r3324863 r3342962  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WeCanTrack 2.0.5\n"
     5"Project-Id-Version: WeCanTrack 4.0.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-06-24T19:00:31+00:00\n"
     12"POT-Creation-Date: 2025-08-11T14:54:49+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.4.0\n"
     
    153153msgstr ""
    154154
     155#: WecantrackAdmin.php:303
     156msgid "Something went wrong with the request"
     157msgstr ""
     158
    155159#: WecantrackAdmin.php:304
    156 msgid "Something went wrong with the request"
     160msgid "Added at least 1 active network account"
    157161msgstr ""
    158162
    159163#: WecantrackAdmin.php:305
    160 msgid "Added at least 1 active network account"
    161 msgstr ""
    162 
    163 #: WecantrackAdmin.php:306
    164164msgid "You have not added at least 1 active network account. To add a network, click here."
    165165msgstr ""
    166166
    167167#. translators: %s: The website URL
    168 #: WecantrackAdmin.php:308
     168#: WecantrackAdmin.php:307
    169169msgid "Website %s added"
    170170msgstr ""
    171171
    172172#. translators: %s: The website URL
     173#: WecantrackAdmin.php:309
     174msgid "You have not added the website %s to our platform. To add the website, click here."
     175msgstr ""
     176
    173177#: WecantrackAdmin.php:310
    174 msgid "You have not added the website %s to our platform. To add the website, click here."
     178msgid "verified"
    175179msgstr ""
    176180
    177181#: WecantrackAdmin.php:311
    178 msgid "verified"
     182msgid "Invalid API Key"
    179183msgstr ""
    180184
    181185#: WecantrackAdmin.php:312
    182 msgid "Invalid API Key"
     186msgid "Invalid Request"
    183187msgstr ""
    184188
    185189#: WecantrackAdmin.php:313
    186 msgid "Invalid Request"
     190msgid "Valid API Key"
    187191msgstr ""
    188192
    189193#: WecantrackAdmin.php:314
    190 msgid "Valid API Key"
     194msgid "Your changes have been saved"
    191195msgstr ""
    192196
    193197#: WecantrackAdmin.php:315
    194 msgid "Your changes have been saved"
    195 msgstr ""
    196 
    197 #: WecantrackAdmin.php:316
    198198msgid "Something went wrong."
    199199msgstr ""
  • wecantrack/trunk/readme.txt

    r3324863 r3342962  
    55Tested up to: 6.7.1
    66Requires PHP: 7.4
    7 Stable tag: 2.0.5
     7Stable tag: 4.0.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    5858== Changelog ==
    5959
     60= 4.0.1 - 11th August 2025 =
     61 * Versioning fix
     62
    6063= 2.0.5 - 9th July 2025 =
    6164 * Regex pattern delimiter fix
  • wecantrack/trunk/wecantrack.php

    r3342956 r3342962  
    44 * Plugin URI:        https://wecantrack.com/wordpress
    55 * Description:       Integrate all your affiliate sales into Google Analytics, Google Ads, Facebook, Data Studio, and more!
    6  * Version:           2.0.5
     6 * Version:           4.0.1
    77 * Author:            WeCanTrack
    88 * Author URI:        https://wecantrack.com
     
    1818if (!defined('ABSPATH')) { die('You are not allowed to call this page directly.'); }
    1919
    20 define('WECANTRACK_VERSION', '2.0.5');
     20define('WECANTRACK_VERSION', '4.0.1');
    2121define('WECANTRACK_PLUGIN_NAME', 'wecantrack');
    2222define('WECANTRACK_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.