Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 67fbb2b

Browse files
authored
Merge pull request #88 from creode/bug/table_block_js_cache_busting
Bust cache for table block after admin and frontend changes to javasc…
2 parents ab09e7d + 8d38739 commit 67fbb2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

blocks/table/class-table-block.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ protected function scripts(): array {
152152
'jquery',
153153
'match-height',
154154
),
155-
'1'
155+
'1.1.0'
156156
),
157157
);
158158
}
@@ -169,7 +169,7 @@ protected function admin_scripts(): array {
169169
'admin-block-initializer',
170170
'match-height',
171171
),
172-
'1'
172+
'1.1.0'
173173
),
174174
);
175175
}

0 commit comments

Comments
 (0)