-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/3.5.0: Changelog for 3.5.0 Refactored plugin component loading. Dropped the field refresh in the blocktypes service. Schema bump Finished up the migration code. Cleaning Validate new sort field Storing sort orders in the DB and sorting by them on fetch Added sort order to block types config Fixed fields not showing on Craft 3.4 Fixed gulp
- Loading branch information
Showing
14 changed files
with
254 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,11 @@ | |
"matrix" | ||
], | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/angell-co/spoon/issues", | ||
"source": "https://github.com/angell-co/spoon", | ||
"docs": "https://github.com/angell-co/spoon/blob/master/README.md", | ||
"issues": "https://github.com/angell-co/spoon/issues" | ||
"rss": "https://github.com/angell-co/spoon/commits/v2.atom" | ||
}, | ||
"license": "proprietary", | ||
"authors": [ | ||
|
@@ -22,7 +25,7 @@ | |
} | ||
], | ||
"require": { | ||
"craftcms/cms": "^3.1.0" | ||
"craftcms/cms": "^3.4.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
@@ -32,17 +35,9 @@ | |
"extra": { | ||
"name": "Spoon", | ||
"handle": "spoon", | ||
"hasCpSettings": true, | ||
"hasCpSection": false, | ||
"description" : "A plugin for Craft to enhance your Matrix fields with groups, tabs and more!", | ||
"documentationUrl": "https://github.com/angell-co/spoon/blob/master/README.md", | ||
"changelogUrl": "https://raw.githubusercontent.com/angell-co/spoon/master/CHANGELOG.md", | ||
"components": { | ||
"fields": "angellco\\spoon\\services\\Fields", | ||
"blockTypes": "angellco\\spoon\\services\\BlockTypes", | ||
"loader": "angellco\\spoon\\services\\Loader" | ||
}, | ||
"class": "angellco\\spoon\\Spoon", | ||
"branch-alias": { | ||
"dev-master": "3.0.x-dev" | ||
} | ||
"class": "angellco\\spoon\\Spoon" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.