Skip to content

Releases: Adiscon/adiscon-outdated-content

Release list

1.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Oct 12:56
5a70741

What's Changed

  • Do not include hidden files in deployment by @alorbach in #10
  • Fix WordPress Plugin Review: Add Contributor and Version Update by @alorbach in #11

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Sep 13:14
c36685e

Adiscon Outdated Content v1.0.1 - Initial Release

Plugin Overview

Adiscon Outdated Content is a WordPress plugin that adds accessible, configurable notices to posts and pages that may be outdated. It helps website visitors identify potentially stale content while providing search engines with explicit outdated status information through JSON-LD structured data.

Key Features

Smart Content Age Detection

  • Configurable thresholds for warn (12 months) and danger (36 months) states
  • Flexible age basis: choose between publish date or last modified date
  • Per-post overrides with custom thresholds and labels
  • Dynamic tokenized labels: {age_days}, {age_months}, {age_years}, {published_date}, {company}

Accessibility & User Experience

  • Semantic HTML markup with proper ARIA roles
  • Theme integration with CSS variables
  • Dark mode support via prefers-color-scheme
  • Responsive design with mobile-first approach
  • Configurable colors for both light and dark themes

SEO & Structured Data

  • Optional JSON-LD output for search engines
  • Schema.org compliance with multiple content types
  • Explicit outdated status indicators
  • Content age metadata for AI systems

Admin Interface

  • Comprehensive settings page under Settings → Adiscon Outdated Content
  • Color pickers for all theme customization
  • Post-type selection with checkboxes
  • Live preview of notice styling
  • Per-post meta box for individual overrides

Technical Specifications

  • WordPress Requirements: 6.0+
  • PHP Requirements: 7.4+
  • License: GPL-2.0-or-later
  • Multisite Compatible: Yes
  • Translation Ready: Yes (includes .pot file)
  • Security: All output properly escaped, input sanitized, nonce verification

Use Cases

Perfect for websites with time-sensitive content, documentation sites, news sites, and any WordPress site where content freshness is important for user trust and search engine optimization.

What's Changed in v1.0.1

  • Initial release with full feature set
  • Theme styling option and consistent branding
  • WordPress.org deployment workflows
  • Plugin compliance validation
  • GitHub Actions CI/CD pipeline
  • Complete documentation and readme files