Skip to content

Commit

Permalink
version 3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 10, 2024
1 parent a055f32 commit a4388a5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a4388a5

Please sign in to comment.