Skip to content

Commit

Permalink
Updates support docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BenParizek committed Jun 30, 2024
1 parent c4d00fc commit 066edd3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 28 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ export default defineConfig({
{
text: 'Policies',
items: [
{text: 'Road Map', link: '/support/road-map'},
{text: 'Contributing', link: '/support/contributing'},
{text: 'Pricing', link: '/support/pricing'},
{text: 'Security', link: '/support/security'},
]
},
{
text: 'Dreams of the Future',
items: [
{text: 'Road Map', link: '/support/road-map'},
{text: 'Contributing', link: '/support/contributing'},
]
}
],
Expand Down
1 change: 1 addition & 0 deletions docs/support/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ If you do find a similar issue, upvote it by adding a 👍 reaction. Only leave
Issues are labeled with the following tags:

- `bug` - issue does not work as expected
- `c5` - issue relates to a Craft 4 version of Sprout
- `c4` - issue relates to a Craft 4 version of Sprout
- `c3` - issue relates to a Craft 3 version of Sprout
- `cX` - issue will be considered for a future version of Craft
Expand Down
10 changes: 3 additions & 7 deletions docs/support/road-map.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
---
date: 2023-02-19
description: Road map for Sprout Craft 3 plugins.
description: Road map for Sprout Craft 5 plugins.
---

# Road Map

Our [Road Map](https://github.com/orgs/barrelstrength/projects/3) can be viewed on Github.

The Sprout Plugins are in the process of being updated for Craft 4 and integrating many of the new features that Craft 4 makes available to custom Elements. We are taking the opportunity during this major release to simplify our codebase, migration process, and our non-core plugins.
The Sprout Plugins are in the process of being updated for Craft 5. We are currently focused on Craft 5 compatibility and getting our plugin release cycle in line with Craft's major release cycle.

We unfortunately can't provide any release dates, estimates, or guesses until we are ready to release and any comments we make to this end may be subject to change but have ordered the plugins below in the order we expect them to be released.

Please subscribe to the linked Craft 4 support issue on Github for any plugins that you wish to receive an update on once we release. If you have a time-sensitive need, you may have to roll your own update for now. We imagine this uncertainty will be frustrating to some, and hope the wait will be worth it for those who are able.

_If you do not see a plugin listed in the Road Map, we probably have no plans to migrate it to Craft 4. Check the Github repository for the plugin you are curious about for more details._
Please subscribe to the linked Craft 5 support issue on Github for any plugins that you wish to receive an update on once we release.
39 changes: 20 additions & 19 deletions docs/support/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ Support for all Sprout modules is managed via the Sprout Framework Github repo.

| Plugin | Bugs | Feature Requests | Uncategorized |
|:-------------------|:-----------------------------------------------|:-------------------------|:---------------------------|
| Sprout Data Studio | Craft [v4][#Reports4B] \| [v3][#Reports3B] | [View All][#ReportsFR] | [no:project][#ReportsNP] |
| Sprout Forms | Craft [v4][#Forms4B] \| [v3][#Forms3B] | [View All][#FormsFR] | [no:project][#FormsNP] |
| Sprout SEO | Craft [v4][#Seo4B] \| [v3][#Seo3B] | [View All][#SeoFR] | [no:project][#SeoNP] |
| Sprout Redirects | Craft [v4][#Redirects4B] \| [v3][#Redirects3B] | [View All][#RedirectsFR] | [no:project][#RedirectsNP] |
| Sprout Sitemaps | Craft [v4][#Sitemaps4B] \| [v3][#Sitemaps3B] | [View All][#SitemapsFR] | [no:project][#SitemapsNP] |
| Sprout Email | Craft [v4][#Email4B] \| [v3][#Email3B] | [View All][#EmailFR] | [no:project][#EmailNP] |
| Sprout Sent Email | Craft [v4][#SentEmail4B] \| [v3][#SentEmail3B] | [View All][#SentEmailFR] | [no:project][#SentEmailNP] |

| Module (Internal) | Bugs | Feature Requests | Uncategorized |
|:------------------|:-------------------------|:-------------------------|:----------------------------------------------------|
| Sprout Framework | Craft [v4][#Framework4B] | [View All][#FrameworkFR] | [no:project][#FrameworkNP] [no:label][#FrameworkNL] |
| Sprout Data Studio | Craft [v5][#Reports5B] \| [v4][#Reports4B] | [View All][#ReportsFR] | [no:project][#ReportsNP] |
| Sprout Forms | Craft [v5][#Forms5B] \| [v4][#Forms4B] | [View All][#FormsFR] | [no:project][#FormsNP] |
| Sprout SEO | Craft [v5][#Seo5B] \| [v4][#Seo4B] | [View All][#SeoFR] | [no:project][#SeoNP] |
| Sprout Redirects | Craft [v5][#Redirects5B] \| [v4][#Redirects4B] | [View All][#RedirectsFR] | [no:project][#RedirectsNP] |
| Sprout Sitemaps | Craft [v5][#Sitemaps5B] \| [v4][#Sitemaps4B] | [View All][#SitemapsFR] | [no:project][#SitemapsNP] |
| Sprout Email | Craft [v5][#Email5B] \| [v4][#Email4B] | [View All][#EmailFR] | [no:project][#EmailNP] |
| Sprout Sent Email | Craft [v5][#SentEmail5B] \| [v4][#SentEmail4B] | [View All][#SentEmailFR] | [no:project][#SentEmailNP] |

| Module (Internal) | Bugs | Feature Requests | Uncategorized |
|:------------------|:----------------------------------------------------|:-------------------------|:----------------------------------------------------|
| Sprout Framework | Craft [v5][#Framework5B] \| [v4][#Framework4B] | [View All][#FrameworkFR] | [no:project][#FrameworkNP] [no:label][#FrameworkNL] |

::: tip Upgrading?
Running into an issue while upgrading? Read the [Update Guides](../update-guides/index.md) for more information on the latest updates and releases.
Expand Down Expand Up @@ -72,19 +72,19 @@ If you are in need of support, please use one of the official support channels l
:::


[#Forms3B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac3+label%3Amodule-forms
[#Forms5B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac5+label%3Amodule-forms

[#Seo3B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac3+label%3Amodule-meta
[#Seo5B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac5+label%3Amodule-meta

[#Redirects3B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac3+label%3Amodule-redirects
[#Redirects5B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac5+label%3Amodule-redirects

[#Sitemaps3B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac3+label%3Amodule-sitemaps
[#Sitemaps5B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac5+label%3Amodule-sitemaps

[#Email3B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac3+label%3Amodule-transactional
[#Email5B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac5+label%3Amodule-transactional

[#SentEmail3B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac3+label%3Amodule-sent-email
[#SentEmail5B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac5+label%3Amodule-sent-email

[#Reports3B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac3+label%3Amodule-data-studio
[#Reports5B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac5+label%3Amodule-data-studio

[#Forms4B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac4+label%3Amodule-forms

Expand All @@ -100,6 +100,8 @@ If you are in need of support, please use one of the official support channels l

[#Reports4B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac4+label%3Amodule-data-studio

[#Framework5B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac5+label%3Amodule-core

[#Framework4B]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Ac4+label%3Amodule-core

[#FormsFR]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement+label%3Amodule-forms
Expand Down Expand Up @@ -135,4 +137,3 @@ If you are in need of support, please use one of the official support channels l
[#FrameworkNP]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+no%3Aproject

[#FrameworkNL]: https://github.com/barrelstrength/sprout/issues?q=is%3Aopen+is%3Aissue+no%3Alabel

0 comments on commit 066edd3

Please sign in to comment.