Changeset 3403408
- Timestamp:
- 11/26/2025 01:44:23 PM (4 months ago)
- Location:
- gptrends-agent-analytics
- Files:
-
- 4 edited
-
tags/1.0.1/gptrends-agent-analytics.php (modified) (2 diffs)
-
tags/1.0.1/readme.txt (modified) (1 diff)
-
trunk/gptrends-agent-analytics.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gptrends-agent-analytics/tags/1.0.1/gptrends-agent-analytics.php
r3403370 r3403408 4 4 * Plugin URI: https://docs.gptrends.io/agent-analytics 5 5 * 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. 06 * Version: 1.0.1 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.0 … … 18 18 } 19 19 20 define( 'GPTRENDS_VERSION', '1.0. 0' );20 define( 'GPTRENDS_VERSION', '1.0.1' ); 21 21 define( 'GPTRENDS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 22 22 define( 'GPTRENDS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
gptrends-agent-analytics/tags/1.0.1/readme.txt
r3403370 r3403408 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
gptrends-agent-analytics/trunk/gptrends-agent-analytics.php
r3403237 r3403408 4 4 * Plugin URI: https://docs.gptrends.io/agent-analytics 5 5 * 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. 06 * Version: 1.0.1 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.0 … … 18 18 } 19 19 20 define( 'GPTRENDS_VERSION', '1.0. 0' );20 define( 'GPTRENDS_VERSION', '1.0.1' ); 21 21 define( 'GPTRENDS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 22 22 define( 'GPTRENDS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
gptrends-agent-analytics/trunk/readme.txt
r3403370 r3403408 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.