Skip to content

1.0.0

Choose a tag to compare

@land0r land0r released this 19 Dec 23:05
· 27 commits to main since this release
92629e6

Added

  • Initial release of Ivan HRK API Based Addon.
  • Fetch and cache data from the https://miusage.com/v1/challenge/1/ API endpoint.
  • Custom AJAX endpoint to retrieve data for both logged-in and logged-out users.
  • Gutenberg block to display API data in a table, with toggleable column visibility settings.
  • Admin page to display cached data and clear the cache manually.
  • WP CLI command (wp ivan-api-based refresh-cache) to force cache clearing.
  • Data caching mechanism with a default duration of 1 hour.
  • Comprehensive sanitization, validation, and escaping for all inputs and outputs.
  • Fully localized and translatable plugin text.
  • Modern development practices:
    • OOP design and PSR-4 autoloading.
    • WordPress Coding Standards compliance.
    • Composer for dependency management.