What's Changed
- [BUGFIX] Optimize prominent words and linking suggestions performance, prevent prominent words to be copied when pages are copied by @RinyVT in #675
Full Changelog: 12.1.1...12.1.2
IMPORTANT
It may be possible that there are prominent words in the database that are corrupt (site=0, uid_foreign=0, tablenames='') due to copying pages, this easy query will clean this up:
DELETE FROM tx_yoastseo_prominent_word WHERE tablenames = '' AND uid_foreign = 0;