A collection of modules used by the Sprout Plugins for Craft CMS.
Report issues in the repository for the plugin where the issue was encountered. To submit a pull request, first create an issue describing the problem in the appropriate plugin repository and link to the issue in the PR.
| Plugin Repository | Issues |
|---|---|
| Sprout Data Studio | Data Studio issues |
| Sprout Forms | Form issues |
| Sprout SEO | SEO issues |
| Sprout Email | Email issues |
| Sprout Redirects | Redirect issues |
| Sprout Sitemaps | Sitemap issues |
Changes are tracked per module.
| Module | Changelog |
|---|---|
| Core | View |
| Data Studio | View |
| Forms | View |
| Mailer | View |
| Metadata | View |
| Redirects | View |
| Sent Email | View |
| Sitemaps | View |
| Transactional Email | View |
| URIs | View |
Include Sprout modules in a Sprout Plugin composer.json file:
{
"require": {
"barrelstrength/sprout": "^4.44.444"
}
}