Plugin Directory

Changeset 3381403


Ignore:
Timestamp:
10/20/2025 03:19:20 PM (5 months ago)
Author:
samsonovteamwork
Message:

Updated to ver 8.2.1

File:
1 edited

Legend:

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

    r3381400 r3381403  
    6868= 8.2.1 =
    6969
    70 🧩 New: LLMs.txt Reset Block
    71 • Added a new “LLMs.txt Reset” section in the settings panel.
    72 • Allows safely deleting and recreating the llms.txt file.
    73 • Clears any related transient cache entries.
    74 • Automatically rebuilds a fresh version of llms.txt based on current settings and published content.
     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
     72• The error occurred because printf() was used with a translatable string that expected more placeholders than arguments provided.
     73• Replaced it with a safe sprintf() and wp_kses_post() implementation to properly escape HTML and ensure compatibility with PHP 8.x.
    7574
    7675= 8.2.0 =
Note: See TracChangeset for help on using the changeset viewer.