= 1.5.0 =
* New: nofollow management mirroring every place where noindex is already controlled — bulk by post type, bulk by taxonomy, exclusions, individual posts and terms, editor sidebar, quick edit, bulk actions, RSS feeds and additional rules (search, 404, date archives, pagination, attachment pages, author archives).
* New: nofollow checkbox in the Classic Editor link popup (wpLink) for marking individual links with `rel="nofollow"`. Other rel tokens like `noreferrer` or `sponsored` are preserved.
* New: `Noindexer_Frontend::is_nofollow( $post_id )` and `Noindexer_Frontend::is_term_nofollow( $term_id, $taxonomy )` methods for third-party integration.
* New: Bulk actions to set or remove nofollow on multiple posts.
* Improved: the "Index?" column is replaced by a single "robots" column with two color-coded icons (index/noindex and follow/nofollow). Existing noindex data is preserved.
* Improved: combined robots meta tag now reflects every possible state: `noindex, follow`, `index, nofollow`, `noindex, nofollow` or no tag.
* Improved: X-Robots-Tag header for feeds composes both directives in a single header line.

= 1.4.0 =
* New: NoIndex for RSS feeds with granular control by feed type.
* New: Checkbox to noindex the main site feed (/feed/ and its format variants) plus date archive and search feeds.
* New: Checkbox to noindex taxonomy feeds (categories, tags and custom taxonomies).
* New: Checkbox to noindex author feeds.
* New: Checkbox to noindex the site-wide comments feed.
* New: Checkbox to noindex per-post comments feeds.
* Improved: Renamed the "special pages" settings section to "Additional noindex rules" to better reflect its scope.

= 1.3.0 =
* New: Native WordPress sitemap integration — noindexed content is automatically excluded from the sitemap.
* New: Fully noindexed post types and taxonomies are removed entirely from the sitemap for better performance.
* New: Posts and terms excluded from bulk noindex rules remain in the sitemap as expected.
* New: Individual noindex posts and terms are excluded from the sitemap without affecting the rest of the content type.
* New: Author archives removed from sitemap when author noindex is enabled.
* New: Attachment pages removed from sitemap when attachment noindex is enabled.
* Fixed: A post or term could be added to both the exclusion list and the individual noindex list simultaneously. Adding to one list now automatically removes from the other.

= 1.2.0 =
* New: Bulk noindex by taxonomy — set entire taxonomy archives as noindex with a single checkbox.
* New: Term exclusions — exclude specific terms from taxonomy-level noindex rules.
* New: Individual term noindex — set noindex on specific term archives without affecting the entire taxonomy.
* New: Instant search for taxonomy terms in the settings page.
* New: Support for all public taxonomies, including WooCommerce product categories, tags, and attributes.
* New: `Noindexer_Frontend::is_term_noindex()` method for third-party integration.
* Improved: Paginated archives noindex now also detects Query Loop block pagination (?query-1-page=2) used by block themes.
* Improved: Search sections now support both posts and terms with a unified interface.

= 1.1.1 =
* Fixed block editor panel strings not being translated.

= 1.1.0 =
* New: Noindex for search result pages.
* New: Noindex for 404 error pages.
* New: Noindex for date archives (daily, monthly, yearly).
* New: Noindex for paginated archives (/page/2/, /page/3/, etc.).
* New: Noindex for attachment pages.
* New: Noindex for author archives.
* Improved: Post type checkboxes now display in a 2-column grid for better readability.
* Improved: Unified terminology across the plugin (set vs mark).

= 1.0.1 =
* Fixed: Block editor sidebar showed duplicate NoIndexer panels.
* Fixed: Noindex checkbox did not save in the block editor.
* Improved: Added SEO context to the plugin description.
* Improved: Added integration instructions for third-party developers.

= 1.0.0 =
* Initial release.
* Bulk noindex by post type with checkboxes.
* Exclusion system with instant search.
* Individual noindex with instant search.
* Classic Editor and Block Editor meta box.
* Quick Edit checkbox in post list tables.
* Bulk actions to set/remove noindex.
* Indexed? status column.
