Skip to content

Commit

Permalink
version 4.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 12, 2024
1 parent 74e6ceb commit ce9eff2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0-beta.3 - 2024-04-12

### Added
- Add support for `Fields::EVENT_DEFINE_COMPATIBLE_FIELD_TYPES` when converting to Matrix, to remove warning about changing Super Table to Matrix fields.
- Add `super-table/migrate` console command to convert Super Table fields to Matrix fields.

## 4.0.0-beta.2 - 2024-04-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
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": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"keywords": [
"craft",
"cms",
Expand Down
8 changes: 8 additions & 0 deletions config.codekit3
Expand Up @@ -100,6 +100,14 @@
"oAP" : "\/src\/base",
"oF" : 0
},
"\/src\/console\/controllers\/MigrateController.php" : {
"cB" : 0,
"ft" : 8192,
"hM" : 0,
"oA" : 2,
"oAP" : "\/src\/console\/controllers\/MigrateController.php",
"oF" : 0
},
"\/src\/console\/controllers\/utils\/PruneOrphanedSuperTableBlocksController.php" : {
"cB" : 0,
"ft" : 8192,
Expand Down

0 comments on commit ce9eff2

Please sign in to comment.