Skip to content

[New Product] PrestaShop#9703

Open
KluskaGeoffrey wants to merge 2 commits intoendoflife-date:masterfrom
KluskaGeoffrey:add-prestashop-product
Open

[New Product] PrestaShop#9703
KluskaGeoffrey wants to merge 2 commits intoendoflife-date:masterfrom
KluskaGeoffrey:add-prestashop-product

Conversation

@KluskaGeoffrey
Copy link
Copy Markdown

PrestaShop is a free, open-source e-commerce platform written in PHP, powering over
300,000 online stores worldwide.

Release cycles

  • 6 cycles covered (1.6 through 9.0)
  • No fixed calendar — releases tied to milestones
  • Active support ends when the next minor is released
  • Security support continues until the version after that
  • 1.7 received extended security support through the 9.0 release

Sources

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>
@welcome
Copy link
Copy Markdown

welcome bot commented Mar 16, 2026

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
@usta usta changed the title Add product: PrestaShop [New Product] PrestaShop Mar 16, 2026
@usta usta added the new-product This PR adds a new product to the website. label Mar 16, 2026
Copy link
Copy Markdown
Member

@marcwrobel marcwrobel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ?

Comment on lines +85 to +90
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.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +24 to +32
# 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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-product This PR adds a new product to the website.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants