Skip to content

v1.0.2 - Focus Position Fix

Choose a tag to compare

@Jehu Jehu released this 20 Nov 10:17
· 82 commits to main since this release

What's Changed

Bug Fixes

  • Fixed: Focus Position feature now initializes correctly regardless of plugin detection timing
  • Fixed: Removed dependency check that prevented Focus Position from working in some cases
  • Improved: Feature detection now happens at runtime instead of during initialization

Technical Details

The Focus Position feature was not initializing in some cases due to timing issues with WordPress plugin detection during the plugins_loaded hook. This release removes the plugin detection check from the initialization process. The feature now initializes if enabled and checks for focus point metadata at runtime, which is more reliable and allows the feature to work correctly regardless of when focus point plugins are loaded.

Requirements

Required

  • Etch page builder (v1.0.0-alpha-14 or higher)
  • PHP 8.1 or higher
  • WordPress 5.9 or higher

Optional

For focus position features, install one of:

  • Image Background Focus Position plugin
  • Media Focus Point plugin

Full Changelog: v1.0.1...v1.0.2