-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/4.0.0-beta.1' into v4
- Loading branch information
Showing
10 changed files
with
111 additions
and
98 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Do not export those files in the Composer archive (lighter dependency) | ||
/.craftplugin export-ignore | ||
/.gitattributes export-ignore | ||
/.github/ export-ignore | ||
/.gitignore export-ignore | ||
/.scrutinizer.yml export-ignore | ||
/codeception.yml export-ignore | ||
/composer.lock export-ignore | ||
/buildchain/ export-ignore | ||
/docs/ export-ignore | ||
/src/web/assets/public/ | ||
/src/web/assets/src/ | ||
/tests/ export-ignore | ||
|
||
# Auto detect text files and perform LF normalization | ||
* text=auto |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
* @khalwat |
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
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 |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"name": "nystudio107/craft-similar", | ||
"description": "Similar for Craft lets you find elements, Entries, Categories, Commerce Products, etc, that are similar, based on... other related elements.", | ||
"type": "craft-plugin", | ||
"version": "1.1.5", | ||
"keywords": [ | ||
"craft", | ||
"cms", | ||
"craftcms", | ||
"craft-plugin", | ||
"elements", | ||
"relations", | ||
"similar" | ||
], | ||
"support": { | ||
"docs": "https://nystudio107.com/plugins/similar/documentation", | ||
"issues": "https://nystudio107.com/plugins/similar/support" | ||
}, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "nystudio107.com", | ||
"homepage": "https://nystudio107.com/" | ||
} | ||
], | ||
"require": { | ||
"craftcms/cms": "^3.2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"nystudio107\\similar\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
"name": "Similar", | ||
"handle": "similar", | ||
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-similar/v1/CHANGELOG.md", | ||
"class": "nystudio107\\similar\\Similar" | ||
"name": "nystudio107/craft-similar", | ||
"description": "Similar for Craft lets you find elements, Entries, Categories, Commerce Products, etc, that are similar, based on... other related elements.", | ||
"type": "craft-plugin", | ||
"version": "4.0.0-beta.1", | ||
"keywords": [ | ||
"craft", | ||
"cms", | ||
"craftcms", | ||
"craft-plugin", | ||
"elements", | ||
"relations", | ||
"similar" | ||
], | ||
"support": { | ||
"docs": "https://nystudio107.com/docs/similar/", | ||
"issues": "https://nystudio107.com/plugins/similar/support", | ||
"source": "https://github.com/nystudio107/craft-similar" | ||
}, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "nystudio107.com", | ||
"homepage": "https://nystudio107.com/" | ||
} | ||
], | ||
"require": { | ||
"craftcms/cms": "^4.0.0-beta.1" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"nystudio107\\similar\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
"class": "nystudio107\\similar\\Similar", | ||
"handle": "similar", | ||
"name": "Similar" | ||
} | ||
} |
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
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
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