* Added - Claim addon to enable users to submit ownership claims on posts
* Added - claim request submission interface for frontend users
* Added - admin review workflow for approving or rejecting claims
* Added - claim status management (pending, approved, rejected)
* Added - Review addon to allow users to submit reviews on posts
* Added - Ratings system to support numeric or star-based ratings
* Added - admin moderation controls for reviews and ratings
* Added - ability to enable or disable reviews per post type
* Added - Bookmark addon to allow users to save posts for later
* Added - user-specific bookmark storage and management
* Added - bookmark listing in user dashboard or profile
* Added - option to enable or disable bookmarks per content type
* Added - Upvote addon to support liking or endorsing posts
* Added - upvote count tracking per post
* Added - backend controls to enable upvotes per post type
* Added - popularity metrics based on upvote counts
* Added - View Counter addon to track post and page views
* Added - automatic view count increment on page load
* Added - backend visibility for view statistics
* Added - option to enable or disable view counting
* Added - Reaction system with multiple reaction types
* Added - support for reactions such as like, love, wow, etc.
* Added - reaction count tracking per post or page
* Added - admin controls to manage available reactions
* Added - manual post menu ordering system
* Added - backend drag-and-drop post reordering
* Added - support for custom post order display on frontend
* Added - ability to override default chronological ordering
* Added - addon-specific settings section in main settings menu
* Added - centralized configuration panel for all addons
* Added - enable/disable toggle for individual addons
* Added - per-addon customization options
* Added - shortcode menu in settings page
* Added - complete list of available shortcodes
* Added - copy-to-clipboard functionality for shortcodes
* Added - shortcode descriptions for easier implementation
* Added - post sorting by title in post listing table
* Added - post sorting by publication date
* Added - ascending and descending sorting options
* Added - sorting support for custom post types
* Added - enhanced search filter for posts
* Added - search support for custom post types
* Added - improved keyword matching logic
* Added - faster and more accurate search results
* Added - anonymous upvote feature
* Added - option to allow upvotes without login
* Added - admin control to enable or disable anonymous upvotes
* Added - abuse prevention logic for anonymous voting
* Added - anonymous view count support
* Added - time-based view count frequency control
* Added - prevention of repeated views within set time window
* Added - admin configuration for view count intervals
* Fixed - custom taxonomy not applying to inherited post types
* Fixed - taxonomy visibility issues in child post types
* Fixed - taxonomy registration conflicts
* Fixed - hierarchical taxonomy display issues
* Fixed - parent-child term relationship rendering
* Fixed - incorrect term nesting in admin UI