Added ACF support: image, gallery, repeater and flexible content sub-fields, and options pages are repointed on merge (they were already stored as plain post meta, so this was largely already working — this release fixes the part that wasn’t).
Fixed a caching bug where, after a merge, ACF’s get_field() (and other cached meta reads) could keep returning the old, deleted attachment ID until the object cache was cleared elsewhere. Post, term, user and options caches are now invalidated immediately after each reference is repointed.
Deep usage scan setting description now explicitly calls out ACF field coverage.
0.3.1
Branded the admin menu label (Media → Honeill Duplicate Manager) and tidied the plugin description.
0.3.0
Renamed all option, post meta, transient, CSS class and script-global names to a unique honeill_ / honeill- prefix to avoid any conflict with other plugins or themes.
Added an explicit backup / use-at-your-own-risk disclaimer to the description and the admin screen.
0.2.1
Added GPL license headers and a WordPress.org readme.
Added translators comments for all translatable strings with placeholders.
Hardened and documented dynamic-table SQL with an internal allowlist; centralized request input handling.