-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from funilrys/shortcode-not-found
Fix issue around "Class 'Grav\Plugin\Shortcodes\Shortcode' not found".
- Loading branch information
Showing
7 changed files
with
65 additions
and
31 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 |
---|---|---|
@@ -1,16 +1,25 @@ | ||
{ | ||
"name": "amaurycarrade/grav-plugin-static-social-embeds", | ||
"description": "Embeds social status (like tweets, instagram posts, toots, etc.) in articles without using their embed iframe, but rather statically without any dependency to the service.", | ||
"type": "project", | ||
"require": { | ||
"jedkirby/tweet-entity-linker": "^1.2" | ||
"name": "amaurycarrade/grav-plugin-static-social-embeds", | ||
"description": "Embeds social status (like tweets, instagram posts, toots, etc.) in articles without using their embed iframe, but rather statically without any dependency to the service.", | ||
"type": "project", | ||
"require": { | ||
"jedkirby/tweet-entity-linker": "^1.2" | ||
}, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Amaury Carrade", | ||
"email": "amaury@carrade.eu" | ||
} | ||
], | ||
"minimum-stability": "stable", | ||
"autoload": { | ||
"psr-4": { | ||
"Grav\\Plugin\\Shortcodes\\": "shortcodes" | ||
}, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Amaury Carrade", | ||
"email": "amaury@carrade.eu" | ||
} | ||
], | ||
"minimum-stability": "stable" | ||
} | ||
"classmap": [ | ||
"static-social-embeds.php", | ||
"classes/SSEShortcode.php" | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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