Plugin Directory

Changeset 3383256


Ignore:
Timestamp:
10/23/2025 10:11:21 AM (4 months ago)
Author:
samsonovteamwork
Message:

Updated to ver 8.2.2

Location:
website-llms-txt/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • website-llms-txt/trunk/README.txt

    r3381403 r3383256  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 8.2.1
     7Stable tag: 8.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6565
    6666== 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
    6772
    6873= 8.2.1 =
  • website-llms-txt/trunk/admin/admin-page.php

    r3381400 r3383256  
    354354                    <?php settings_fields('llms_generator_settings'); ?>
    355355                    <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>
    367357                    <p>
    368358                        <label>
     
    379369                    <p>
    380370                        <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>
    382372                    </p>
    383373                    <?php if(!empty($settings)): ?>
  • website-llms-txt/trunk/website-llms-txt.php

    r3381400 r3383256  
    33 * Plugin Name: Website LLMs.txt
    44 * Description: Manages and automatically generates LLMS.txt files for LLM/AI consumption and integrates with SEO plugins (Yoast SEO, RankMath)
    5  * Version: 8.2.1
     5 * Version: 8.2.2
    66 * Author: Website LLM
    77 * Author URI: https://wordpress.org/plugins/website-llms-txt/
     
    1919
    2020// Define plugin constants
    21 define('LLMS_VERSION', '8.2.1');
     21define('LLMS_VERSION', '8.2.2');
    2222define('LLMS_PLUGIN_FILE', __FILE__);
    2323define('LLMS_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.