Skip to content

Commit

Permalink
version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jan 29, 2020
1 parent 68f4e7e commit 0c42d9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.4.0 - 2020-01-29

### Added
- Craft 3.4 compatibility.

## 2.3.3 - 2020-01-19

### Fixed
Expand Down
10 changes: 2 additions & 8 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": "2.3.3",
"version": "2.4.0",
"keywords": [
"craft",
"cms",
Expand All @@ -25,15 +25,9 @@
}
],
"require": {
"craftcms/cms": "^3.4.0-RC1",
"craftcms/cms": "^3.4.0",
"verbb/base": "^1.0.0"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"verbb\\supertable\\": "src/"
Expand Down

0 comments on commit 0c42d9f

Please sign in to comment.