Skip to content

v1.2.0

Choose a tag to compare

@gbissland gbissland released this 08 Jul 04:57
· 1 commit to main since this release

Changed

  • Plugin Structure: Removed theme integration options (plugin-only focus)

Added

  • GitHub Auto-Updater: Automatic plugin updates from GitHub releases
  • Post Ordering Support: Compatible with Simple Page Ordering and similar plugins
  • Enhanced Admin Columns: Featured images (150px), improved column ordering
  • Field Filtering System: Custom filters now properly hide disabled fields in block UI
  • Loading States: Prevent flickering during data loading in block editor

Fixed

  • Block Taxonomy Selection: Job Roles and Location selection now works correctly on new posts
  • Data Syncing: Block attributes now properly sync with WordPress taxonomies and meta fields
  • Duplicate Meta Boxes: Eliminated confusing duplicate sidebar boxes when using blocks
  • REST API Error Handling: Improved error handling for taxonomy and field operations
  • PHP Warnings: Fixed post insertion hook parameter issues

Technical Improvements

  • Enhanced error logging and debugging
  • Improved cache management for GitHub API calls
  • Better taxonomy term validation
  • Optimised block JavaScript performance
  • Added comprehensive filter documentation