Changeset 3452128
- Timestamp:
- 02/02/2026 01:38:13 PM (2 months ago)
- Location:
- block-archive-org-robots-txt/trunk
- Files:
-
- 2 edited
-
block-archive-org-robots-txt.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
block-archive-org-robots-txt/trunk/block-archive-org-robots-txt.php
r2893501 r3452128 4 4 Plugin URI: https://apasionados.es/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=block-archive-org-robots-txt 5 5 Description: Blocks the archive.org bots through the WordPress virtual robots.txt file. 6 Version: 1. 2.06 Version: 1.3.0 7 7 Author: Apasionados, Apasionados del Marketing 8 8 Author URI: https://apasionados.es -
block-archive-org-robots-txt/trunk/readme.txt
r3220228 r3452128 5 5 Tags: robots, robots.txt, crawler, robot, bot, seo 6 6 Requires at least: 4.0.1 7 Tested up to: 6. 77 Tested up to: 6.9 8 8 Requires PHP: 5.5 9 Stable tag: 1. 2.09 Stable tag: 1.3.0 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 Please don't use it with *WordPress MultiSite*, as it has not been tested. 83 83 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.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. 85 85 86 86 = What does this plugin block exactly? = … … 100 100 == Changelog == 101 101 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 102 105 = 1.2.0 (04/04/2023) = 103 106 * Added Data Sanitization/Escaping according to WordPress Developer Guidelines … … 111 114 == Upgrade Notice == 112 115 113 = 1. 2.0 =114 UPDATED: Added Data Sanitization/Escaping116 = 1.3.0 = 117 UPDATED: Fix boolean $public handling, improve robots.txt reliability, harden escaping, and make physical robots.txt detection more robust. 115 118 116 119 == Contact ==
Note: See TracChangeset
for help on using the changeset viewer.