Plugin Directory

Changeset 3403408


Ignore:
Timestamp:
11/26/2025 01:44:23 PM (4 months ago)
Author:
gptrends
Message:

Bump version for 1.0.1

Location:
gptrends-agent-analytics
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gptrends-agent-analytics/tags/1.0.1/gptrends-agent-analytics.php

    r3403370 r3403408  
    44 * Plugin URI: https://docs.gptrends.io/agent-analytics
    55 * Description: GPTrends helps companies understand how AI agents and bots crawl, reference, and interact with their content — turning AI visibility optimization from a black box into data-driven actions.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Requires at least: 5.0
    88 * Requires PHP: 7.0
     
    1818}
    1919
    20 define( 'GPTRENDS_VERSION', '1.0.0' );
     20define( 'GPTRENDS_VERSION', '1.0.1' );
    2121define( 'GPTRENDS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2222define( 'GPTRENDS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • gptrends-agent-analytics/tags/1.0.1/readme.txt

    r3403370 r3403408  
    55Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • gptrends-agent-analytics/trunk/gptrends-agent-analytics.php

    r3403237 r3403408  
    44 * Plugin URI: https://docs.gptrends.io/agent-analytics
    55 * Description: GPTrends helps companies understand how AI agents and bots crawl, reference, and interact with their content — turning AI visibility optimization from a black box into data-driven actions.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Requires at least: 5.0
    88 * Requires PHP: 7.0
     
    1818}
    1919
    20 define( 'GPTRENDS_VERSION', '1.0.0' );
     20define( 'GPTRENDS_VERSION', '1.0.1' );
    2121define( 'GPTRENDS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2222define( 'GPTRENDS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • gptrends-agent-analytics/trunk/readme.txt

    r3403370 r3403408  
    55Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.