Skip to content

Commit

Permalink
version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 19, 2024
1 parent 89aff47 commit b234c56
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 806 deletions.
13 changes: 3 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
# Changelog

## 4.0.0-beta.3 - 2024-04-12
## 4.0.0 - 2024-05-20
> {note} Super Table has now reached its end-of-life. Read more in the [announcement](https://verbb.io/blog/so-long-super-table).
### 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
- Fix some Craft 5 migration issues. (thanks @brandonkelly).

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

### Changed
- Now requires PHP `8.2.0+`.
- Now requires Craft `5.0.0-beta.1+`.
- Now requires Craft `5.0.0+`.

## 3.0.12 - 2023-10-05

Expand Down
6 changes: 3 additions & 3 deletions 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": "4.0.0-beta.3",
"version": "4.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,8 +26,8 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"verbb/base": "^3.0.0-beta.1"
"craftcms/cms": "^5.0.0",
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 8 additions & 0 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@
"oAP" : "\/src\/SuperTable.php",
"oF" : 0
},
"\/src\/translations\/en\/super-table.php" : {
"cB" : 0,
"ft" : 8192,
"hM" : 0,
"oA" : 2,
"oAP" : "\/src\/translations\/en\/super-table.php",
"oF" : 0
},
"\/src\/variables" : {
"ft" : 65536,
"oA" : 1,
Expand Down
29 changes: 1 addition & 28 deletions docs/.sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,7 @@
"title": "Get Started",
"collapsable": false,
"children": [
"get-started/installation-setup",
"get-started/requirements",
"get-started/upgrading-from-v2"
]
},
{
"title": "Feature Tour",
"collapsable": false,
"children": [
"feature-tour/layouts"
]
},
{
"title": "Template Guides",
"collapsable": false,
"children": [
"template-guides/available-variables",
"template-guides/rendering-content",
"template-guides/block-querying",
"template-guides/front-end-form",
"template-guides/php-example"
]
},
{
"title": "Getting Elements",
"collapsable": false,
"children": [
"getting-elements/super-table-block-queries"
"get-started/introduction"
]
}
]
7 changes: 0 additions & 7 deletions docs/feature-tour/layouts.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/get-started/installation-setup.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/get-started/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Introduction
Super Table has been [retired](https://verbb.io/blog/so-long-super-table) for Craft 5. Any existing installs of Super Table on Craft 4 will be migrated to Matrix when upgraded to Craft 5.

Read the [blog post](https://verbb.io/blog/so-long-super-table) for further detail.
7 changes: 0 additions & 7 deletions docs/get-started/requirements.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/get-started/upgrading-from-v2.md

This file was deleted.

Loading

0 comments on commit b234c56

Please sign in to comment.