PluginProbe
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO / 2.9.0
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO v2.9.0
2.10.0 2.9.0 2.8.0 2.7.0 2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.1 2.1.0 2.0.2 2.0.1 2.0.0 1.32.0 1.31.0 1.30.0 1.29.0 1.28.0 1.27.0 1.26.0 1.25.0 trunk 1.0.0 1.0.1 All 51 releases
← All changes | includes/abilities/analysis/class-publish-llms-txt.php +5 -1 2.2.0 → 2.9.0 View file →
@@ -41,9 +41,13 @@
41 41 */
42 42 public function get_annotations() {
43 43 return [
44 44 'readonly' => false,
45 - 'destructive' => true,
45 + // Republishing overwrites a file this ability generates from the
46 + // saved settings, so the previous state is reproducible rather than
47 + // lost — generate-llms-txt previews it and get-llms-txt-status
48 + // reports it (#675).
49 + 'destructive' => false,
46 50 'idempotent' => true,
47 51 'priority' => 2.0,
48 52 'openWorldHint' => false,
49 53 ];