Skip to content

Commit

Permalink
version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 27, 2022
1 parent 34ca8f1 commit 4c9397e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 34 deletions.
43 changes: 12 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,38 @@
# Changelog

## 3.0.0-beta.6 - 2022-06-17

### Fixed
- Fixed block ordering issues, and ensure sort order is updated when block ownership is duplicated. (thanks @mmikkel).
- Fixed a bug where changes to existing blocks weren’t saving for element types that supported drafts but not change tracking.

## 3.0.0-beta.5 - 2022-06-08

### Fixed
- Fix Matrix > Super Table fields not saving new fields when editing the field
- Fix move/delete button sizing for table layout.
- Fix a JS error when viewing a static field, in Matrix layout.

## 3.0.0-beta.4 - 2022-05-18
## 3.0.0 - 2022-07-27

### Added
- Add missing English Translations.
- Add resave console command for elements.
- Add checks for registering events for performance.
- Add `archiveTableIfExists()` to install migration.

### Changed
- Now requires PHP `^8.0.2`.
- Now requires Craft `^4.0.0`.
- Super Table database tables and content is now permanently deleted when uninstalling the plugin.
- Rename model classes.
- Rename record classes.
- Rename service classes.
- Rename base plugin methods.

### Fixed
- Fixed a bug where fields were assuming their values hadn’t been eager-loaded on element save.
- Fixed block ordering issues, and ensure sort order is updated when block ownership is duplicated. (thanks @mmikkel).
- Fixed a bug where changes to existing blocks weren’t saving for element types that supported drafts but not change tracking.
- Fix Matrix > Super Table fields not saving new fields when editing the field
- Fix move/delete button sizing for table layout.
- Fix a JS error when viewing a static field, in Matrix layout.
- Fix JS not initialising when selecting new fields in settings (`footHtml` to `bodyHtml`).
- Fix an error when running the “check content tables” helper.
- Fix an error with new static fields not having any field content output in the control panel.
- Fix an error where return type of `prepareQuery` was incorrect. (thanks @davidwebca).
- Fix potential error in migration.

### Removed
- Remove deprecated Craft and Super Table functions.

## 3.0.0-beta.3 - 2022-03-16

### Fixed
- Fix an error during install.

## 3.0.0-beta.2 - 2022-03-12

### Fixed
- Fix potential error in migration.
- Fix an error with some old/deprecated field settings not being unset.

## 3.0.0-beta.1 - 2022-03-10

### Changed
- Now requires PHP `^8.0.2`.
- Now requires Craft `^4.0.0-beta.1`.

## 2.7.2 - 2022-05-15

### Fixed
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 Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
"type": "craft-plugin",
"version": "3.0.0-beta.6",
"version": "3.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,8 +26,8 @@
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-beta.1",
"verbb/base": "^2.0.0-beta"
"craftcms/cms": "^4.0.0",
"verbb/base": "^2.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 @@ -316,6 +316,14 @@
"oAP" : "\/src\/templates",
"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

0 comments on commit 4c9397e

Please sign in to comment.