diff --git a/CHANGELOG.md b/CHANGELOG.md index b57a895..2fa67d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 3.0.13 - 2024-04-10 + +### Added +- Add prune orphaned blocks utils command. +- Add `beforeElementDeleteForSite` to block element. +- Add `--field`, `--owner-id`, and `--type` resave options. + +### Fixed +- Fix an error when running content table migrations. + ## 3.0.12 - 2023-10-05 ### Fixed diff --git a/composer.json b/composer.json index 8f22154..06365d2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/super-table", "description": "Super-charge your content builders and create nested Matrix fields.", "type": "craft-plugin", - "version": "3.0.12", + "version": "3.0.13", "keywords": [ "craft", "cms", diff --git a/config.codekit3 b/config.codekit3 index 73d43a7..807fe24 100644 --- a/config.codekit3 +++ b/config.codekit3 @@ -114,6 +114,14 @@ "oAP" : "\/src\/console\/controllers\/MigrateController.php", "oF" : 0 }, + "\/src\/console\/controllers\/utils\/PruneOrphanedSuperTableBlocksController.php" : { + "cB" : 0, + "ft" : 8192, + "hM" : 0, + "oA" : 2, + "oAP" : "\/src\/console\/controllers\/utils\/PruneOrphanedSuperTableBlocksController.php", + "oF" : 0 + }, "\/src\/controllers" : { "ft" : 65536, "oA" : 1,