Skip to content

Commit

Permalink
version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Oct 8, 2022
1 parent f00392d commit 39ae012
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.0.2 - 2022-10-09

### Fixed
- Fix Matrix > Super Table > Matrix field settings not saving correctly, due to lack of project config change detection.
- Fixed a SQL error that could occur on MySQL 5.
- Fixed an error that could occur when saving fields with either Min Rows or Max Rows configured, but not both, if the Intl extension wasn’t installed.
- Fixed an error that could occur when saving an entry with Super Table blocks, if the entry had been deleted for a site. (thanks @brandonkelly).

## 3.0.1 - 2022-09-14

### 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 Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
"type": "craft-plugin",
"version": "3.0.1",
"version": "3.0.2",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 39ae012

Please sign in to comment.