From 8d38739934abde3e09ae597a847c0fbc3a197d4c Mon Sep 17 00:00:00 2001 From: Jamie Sykes Date: Mon, 17 Nov 2025 15:35:59 +0000 Subject: [PATCH] Bust cache for table block after admin and frontend changes to javascript. --- blocks/table/class-table-block.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/table/class-table-block.php b/blocks/table/class-table-block.php index fb0be76..98e7db5 100644 --- a/blocks/table/class-table-block.php +++ b/blocks/table/class-table-block.php @@ -152,7 +152,7 @@ protected function scripts(): array { 'jquery', 'match-height', ), - '1' + '1.1.0' ), ); } @@ -169,7 +169,7 @@ protected function admin_scripts(): array { 'admin-block-initializer', 'match-height', ), - '1' + '1.1.0' ), ); }