Skip to content

Releases: morganhvidt/find-my-blocks

4.0.3

10 Jul 05:13
Compare
Choose a tag to compare

= 4.0.3 =

  • Ready for WordPress 6.6
  • Increased low performance option from 10 to 30 posts per batch.
  • Updated usage of the "Performance" option to be more clear.

4.0.2

05 Jun 04:32
52f37be
Compare
Choose a tag to compare
  • Replaced LocalStorage with IndexedDB for caching found blocks between page reloads. LocalStorage is limited by browsers to 5-10MB, which would fail on large sites. IndexedDB can use more available disk space. Otherwise it will fail gracefully, allowing you to still view the found blocks. The cache is stored on your device/browser, so your WordPress database remains fast.
  • Performance improvements when view more than 2000+ found blocks. The results will be virtualized rather than rendered normal. This means your browser won’t freeze up when viewing results.
  • Improved error handling.

4.0.0

29 Apr 04:09
Compare
Choose a tag to compare

Major update

Hi everyone, I've adopted Find My Blocks and completely rebuilt the plugin. Please consider leaving a review or let me know if run into any issues. - Morgan -

  • Optimized Batch Search: Improved search performance tailored to server capabilities, works well on shared hosting.
  • Smart Post Type Detection: Automatic recognition of post types using the Block Editor.
  • Full Site Editing Capabilities: Search now includes Synced Patterns, Block Templates, and Template Parts.
  • Detect Classic Blocks: Classic Blocks are now detectable.

UI & Experience

  • Revamped Interface: A sleeker design that is consistent with the WordPress admin color scheme.
  • Enhanced Block Filtering: Sort blocks by source, including core WordPress blocks and those from external plugins.
  • Post Type Visibility: New indicators show clear post type identification.
  • Full Site Editing Preview and Edit Links: Improved Full Site Editing with preview and edit capabilities for custom templates.

Performance and Compatibility

  • Browser Caching for Scans: Browser cache utilization to reduce server load and prevent redundant searches.
  • Bug Fixes and Compatibility Improvements:
    • Fixed React v18 compatibility issues.
    • Enhanced security with apiFetch from WordPress.
  • Compatibility: Ensured compatibility with PHP 8.3 (minimum PHP 7.4) and WordPress 6.5 (minimum WordPress 5.0).

Security and Permissions

  • Updated Access Permissions: The "edit-posts" capability is now required to use Find My Blocks.

Internationalization and Integration

  • Internationalization: Added default text domain and language folder for plugin translations.
  • Third-Party Integration: Compatibility with Conditional Blocks.

Clean Up and Maintenance

  • Clean Uninstallation: Automatic cleanup of plugin data upon removal.

v3.5.5

09 Sep 19:41
85447e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.3...v3.5.5