Plugin Directory

Changeset 3476874


Ignore:
Timestamp:
03/07/2026 05:18:27 AM (4 weeks ago)
Author:
ashleyjackson
Message:

Update to version 5.3.1 from GitHub

Location:
aitrackerstats
Files:
28 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • aitrackerstats/tags/5.3.1/aitrackerstats.php

    r3451776 r3476874  
    33/**
    44 * @package AiTrackerStats
    5  * @version 5.3.0
     5 * @version 5.3.1
    66 */
    77/*
     
    99Slug: aitrackerstats
    1010Description: This plugin tracks how many times A.I. references your website and posts.
    11 Version: 5.3.0
     11Version: 5.3.1
    1212Requires at least: 6.0
    1313Author: Ashley Jackson
     
    1919
    2020global $PLUGIN_VERSION;
    21 $PLUGIN_VERSION = "5.3.0";
     21$PLUGIN_VERSION = "5.3.1";
    2222if (! defined('ABSPATH')) exit; // Exit if accessed directly
    2323
  • aitrackerstats/tags/5.3.1/readme.md

    r3451776 r3476874  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 5.3.0
     6Stable tag: 5.3.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
  • aitrackerstats/trunk/aitrackerstats.php

    r3451776 r3476874  
    33/**
    44 * @package AiTrackerStats
    5  * @version 5.3.0
     5 * @version 5.3.1
    66 */
    77/*
     
    99Slug: aitrackerstats
    1010Description: This plugin tracks how many times A.I. references your website and posts.
    11 Version: 5.3.0
     11Version: 5.3.1
    1212Requires at least: 6.0
    1313Author: Ashley Jackson
     
    1919
    2020global $PLUGIN_VERSION;
    21 $PLUGIN_VERSION = "5.3.0";
     21$PLUGIN_VERSION = "5.3.1";
    2222if (! defined('ABSPATH')) exit; // Exit if accessed directly
    2323
  • aitrackerstats/trunk/readme.md

    r3451776 r3476874  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 5.3.0
     6Stable tag: 5.3.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.