[New Product] PrestaShop#9703
Conversation
PrestaShop is an open-source e-commerce platform in PHP. Covers 6 release cycles (1.6 through 9.0). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Thank you for opening this pull request 👍. If you are not familiar with the project, please check out our Contributing Guidelines and our Guiding Principles. Also take a look at our Hacking Guide if you intend to work on site internals. |
Update identifiers: remove invalid repology, add CPE 2.2 and PURL
marcwrobel
left a comment
There was a problem hiding this comment.
Thanks for this contribution @KluskaGeoffrey.
I have have some doubt about the support policy documented here : from what I understood it's not what is documented on https://www.prestashop-project.org/project-organization/release-cycle/.
Could you have a look ?
| Active support for a version ends when the next minor version is released. Security-only support | ||
| continues until the release after that. For example, 8.1 received active support until 8.2 was | ||
| released, and security support until 9.0 was released. | ||
|
|
||
| The 1.7 branch received extended security support through the release of 9.0, covering the | ||
| entire 8.x transition period. |
There was a problem hiding this comment.
According to https://www.prestashop-project.org/project-organization/release-cycle/, only the last minor release for a given major receives security support. And the same page mention 1.7.8 as a release. So those paragraphs need to be changed.
| # PrestaShop release policy: | ||
| # - Active support (eoas) for a version ends when the next minor version is released | ||
| # - Security support (eol) continues until the next-next minor version is released | ||
| # - Exception: 1.7 received extended security support through 9.0 release | ||
| # - No fixed calendar — releases tied to milestones | ||
| # | ||
| # Sources: | ||
| # - https://www.prestashop-project.org/project-organization/release-cycle/ | ||
| # - https://github.com/PrestaShop/PrestaShop/releases |
There was a problem hiding this comment.
| # PrestaShop release policy: | |
| # - Active support (eoas) for a version ends when the next minor version is released | |
| # - Security support (eol) continues until the next-next minor version is released | |
| # - Exception: 1.7 received extended security support through 9.0 release | |
| # - No fixed calendar — releases tied to milestones | |
| # | |
| # Sources: | |
| # - https://www.prestashop-project.org/project-organization/release-cycle/ | |
| # - https://github.com/PrestaShop/PrestaShop/releases | |
| # eoas(x.y) = releaseDate(x.y+1) | |
| # eol(x.y) = | |
| # - releaseDate(x.y+1) if the x.y is not the last release in x | |
| # - releaseDate(x+2) if the x.y is the last release in x |
Based on what I understood of https://www.prestashop-project.org/project-organization/release-cycle/.
Those are comments to help maintainers, no need to explain in details.
PrestaShop is a free, open-source e-commerce platform written in PHP, powering over
300,000 online stores worldwide.
Release cycles
Sources
https://www.prestashop-project.org/project-organization/release-cycle/