Plugin Directory

Changeset 2953688


Ignore:
Timestamp:
08/15/2023 08:21:06 AM (3 years ago)
Author:
maximize
Message:

1.3 release

Location:
simple-click-tracker-lite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-click-tracker-lite/trunk/readme.txt

    r2743263 r2953688  
    33Tags: Simple Click Tracker, sct, namstoolkit
    44Requires at least: 4.0
    5 Tested up to: 5.9
    6 Stable tag: 1.0
     5Tested up to: 6.3
     6Stable tag: 1.3
    77Donate link: https://NAMSToolKit.com
    88License: GPLv2 or later
     
    4242
    4343== Changelog ==
     44= 1.3.0 =
     45* Stable release for Wordpress 6.3
     46
    4447= 1.0.0 =
    4548* First stable released version
  • simple-click-tracker-lite/trunk/simple_click_tracker.php

    r2743263 r2953688  
    44 Plugin URI: https://namstoolkit.com/sct-welcome
    55 Description: Simple Click Tracker that just works
    6  Version: 1.0
     6 Version: 1.3
    77 Author: NAMS, Inc
    88 Author URI: https://mynams.com/
     
    1212if (!defined('SCT_VERSION'))
    1313{
    14     define('SCT_VERSION',   '1.0');
     14    define('SCT_VERSION',   '1.3');
    1515}
    1616define('SCT_PATH',      dirname(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.