Changeset 3383256
- Timestamp:
- 10/23/2025 10:11:21 AM (4 months ago)
- Location:
- website-llms-txt/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/admin-page.php (modified) (2 diffs)
-
website-llms-txt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
website-llms-txt/trunk/README.txt
r3381403 r3383256 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.2 7 Stable tag: 8.2. 17 Stable tag: 8.2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 65 65 66 66 == Changelog == 67 68 = 8.2.2 = 69 70 🛠 Fix: PHP Fatal Error (ArgumentCountError) 71 • Fixed the issue: Fatal error: Uncaught ArgumentCountError: 5 arguments are required, 3 given in admin-page.php:356 67 72 68 73 = 8.2.1 = -
website-llms-txt/trunk/admin/admin-page.php
r3381400 r3383256 354 354 <?php settings_fields('llms_generator_settings'); ?> 355 355 <h2><?php esc_html_e('AI Crawler Detection','website-llms-txt') ?></h2> 356 <p> 357 <?php 358 echo wp_kses_post( 359 sprintf( 360 __('Be the first to know if AI bots are reading your %1$sllms.txt%2$s file. Join the global experiment to track major AI crawlers (like GPTBot, ClaudeBot, and PerplexityBot) accessing %1$sllms.txt%2$s files across the web.', 'website-llms-txt'), 361 '<code>', 362 '</code>' 363 ) 364 ); 365 ?> 366 </p> 356 <p><?php _e('Be the first to know if AI bots are reading your', 'website-llms-txt'); ?> <code>llms.txt</code> <?php _e('file', 'website-llms-txt'); ?>. <?php _e('Join the global experiment to track major AI crawlers (like GPTBot, ClaudeBot, and PerplexityBot) accessing', 'website-llms-txt'); ?> <code>llms.txt</code> <?php _e('files across the web', 'website-llms-txt'); ?>.</p> 367 357 <p> 368 358 <label> … … 379 369 <p> 380 370 <a href="https://www.ryanhoward.dev/p/are-ai-search-bots-actually-looking-at-llms-txt-files" target="_blank"><?php _e('Experiment details','website-llms-txt') ?></a> | 381 <a href="https:// llmstxt.ryanhoward.dev" target="_blank"><?php esc_html_e('All websites data counter','website-llms-txt') ?></a>371 <a href="https://completeseo.com/are-ai-bots-actually-reading-llms-txt-files/" target="_blank"><?php esc_html_e('All websites data counter','website-llms-txt') ?></a> 382 372 </p> 383 373 <?php if(!empty($settings)): ?> -
website-llms-txt/trunk/website-llms-txt.php
r3381400 r3383256 3 3 * Plugin Name: Website LLMs.txt 4 4 * Description: Manages and automatically generates LLMS.txt files for LLM/AI consumption and integrates with SEO plugins (Yoast SEO, RankMath) 5 * Version: 8.2. 15 * Version: 8.2.2 6 6 * Author: Website LLM 7 7 * Author URI: https://wordpress.org/plugins/website-llms-txt/ … … 19 19 20 20 // Define plugin constants 21 define('LLMS_VERSION', '8.2. 1');21 define('LLMS_VERSION', '8.2.2'); 22 22 define('LLMS_PLUGIN_FILE', __FILE__); 23 23 define('LLMS_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.