diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6ef3c..15cf913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.8.0 +* Feat: Add Search & Replace feature for table head, foot & caption. +* Tested up to WP 6.8. + ## 1.7.0 * Fix: Issue with rich content replacement (HTML bearing string). * Feat: On Modal open, show items found for Highlighted text. diff --git a/src/core/filters.tsx b/src/core/filters.tsx index cfe03f9..cf4df9c 100644 --- a/src/core/filters.tsx +++ b/src/core/filters.tsx @@ -33,7 +33,10 @@ addAction( break; case 'core/table': + replaceBlockAttribute( args, 'head' ); replaceBlockAttribute( args, 'body' ); + replaceBlockAttribute( args, 'foot' ); + replaceBlockAttribute( args, 'caption' ); break; default: