Plugin Directory

Changeset 3452128


Ignore:
Timestamp:
02/02/2026 01:38:13 PM (2 months ago)
Author:
apasionados
Message:

Fix boolean $public handling, improve robots.txt reliability, harden escaping, and make physical robots.txt detection more robust.

Location:
block-archive-org-robots-txt/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • block-archive-org-robots-txt/trunk/block-archive-org-robots-txt.php

    r2893501 r3452128  
    44Plugin URI: https://apasionados.es/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=block-archive-org-robots-txt
    55Description: Blocks the archive.org bots through the WordPress virtual robots.txt file.
    6 Version: 1.2.0
     6Version: 1.3.0
    77Author: Apasionados, Apasionados del Marketing
    88Author URI: https://apasionados.es
  • block-archive-org-robots-txt/trunk/readme.txt

    r3220228 r3452128  
    55Tags: robots, robots.txt, crawler, robot, bot, seo
    66Requires at least: 4.0.1
    7 Tested up to: 6.7
     7Tested up to: 6.9
    88Requires PHP: 5.5
    9 Stable tag: 1.2.0
     9Stable tag: 1.3.0
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8282Please don't use it with *WordPress MultiSite*, as it has not been tested.
    8383
    84 The plugin has similar functionality as the [Virtual Robots.txt](https://wordpress.org/plugins/pc-robotstxt/) and the [Better Robots.txt – Index, Rank & SEO booster](https://wordpress.org/plugins/better-robots-txt/) plugin; **both are not compatible with our plugin** as they remove all the virtual WordPress robots.txt content and create their own. The directives our plugin creates are not added to the robots.txt file these plugins generate as they don't use the standard functions of WordPress to append information to them.
     84The plugin has similar functionality as the [Virtual Robots.txt](https://wordpress.org/plugins/pc-robotstxt/) and the [Better Robots.txt   Index, Rank & SEO booster](https://wordpress.org/plugins/better-robots-txt/) plugin; **both are not compatible with our plugin** as they remove all the virtual WordPress robots.txt content and create their own. The directives our plugin creates are not added to the robots.txt file these plugins generate as they don't use the standard functions of WordPress to append information to them.
    8585
    8686= What does this plugin block exactly? =
     
    100100== Changelog ==
    101101
     102= 1.3.0 (02feb2026) =
     103* Fix boolean $public handling, improve robots.txt reliability, harden escaping, and make physical robots.txt detection more robust.
     104
    102105= 1.2.0 (04/04/2023) =
    103106* Added Data Sanitization/Escaping according to WordPress Developer Guidelines
     
    111114== Upgrade Notice ==
    112115
    113 = 1.2.0 =
    114 UPDATED: Added Data Sanitization/Escaping
     116= 1.3.0 =
     117UPDATED: Fix boolean $public handling, improve robots.txt reliability, harden escaping, and make physical robots.txt detection more robust.
    115118
    116119== Contact ==
Note: See TracChangeset for help on using the changeset viewer.