Skip to content

v1.3.0

Latest

Choose a tag to compare

@sisaacrussell sisaacrussell released this 27 Aug 02:21
· 2 commits to main since this release
b9dbc8b

[1.3.0] - 2025-08-26

Added

  • New class-based architecture:
    • Plugin_Updates for plugin update checks and notifications.
    • Theme_Updates for theme update checks and notifications.
    • Helpers for thumbnail caching, HTML→Markdown conversion, DB access, and Discord messaging.
  • Support link in plugin row meta linking to GitHub Issues.
  • Deactivation hook clears scheduled events and removes notification log options.
  • Scheduled hooks wired for both plugin and theme update checks.

Changed

  • Persistent notification tracking moved from transients to WordPress options with version-based dedupe (per plugin/theme).
  • Database query helper hardened

Fixed

  • WordPress.org changelog URLs now append the #developers anchor correctly.
  • Prevent duplicate notifications by comparing stored version per slug.

Full Changelog: v1.2.2...v1.3.0