Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [release-2.2.0] - add version 2.2.0 for PrestaShop release 8.2.1 #162

Merged
merged 2 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Classic Theme

[![Lint](https://github.com/PrestaShop/classic-theme/actions/workflows/lint.yml/badge.svg)](https://github.com/PrestaShop/classic-theme/actions/workflows/lint.yml)
[![GitHub license](https://img.shields.io/github/license/PrestaShop/classic-theme)](https://github.com/PrestaShop/classic-theme/LICENSE.md)

## Branches

Branches on this repository follow PrestaShop Core branches

- branch `2.0.x` follows development of PrestaShop `8.0.x` branch
- branch `2.1.x` follows development of PrestaShop `8.1.x` branch
- branch `2.2.x` follows development of PrestaShop `8.2.x` branch
- branch `develop` follows development of PrestaShop `develop` branch

That means changes in branch `2.1.x` branch will be delivered with PrestaShop 8.1.x versions.

## About

This is the default theme that was originally introduced with PrestaShop 1.7. It has been extracted into a separate repository to make it optional in future PrestaShop versions.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prestashop/classic",
"description": "Classic theme for PrestaShop 8.1",
"description": "Classic theme for PrestaShop 8.2",
"type": "prestashop-theme",
"license": "AFL-3.0",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions config/theme.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: classic
display_name: Classic
version: 2.1.3
version: 2.2.0
author:
name: "PrestaShop SA and Contributors"
email: "[email protected]"
url: "https://www.prestashop-project.org"

meta:
compatibility:
from: 8.1.0
from: 8.2.1
to: ~

available_layouts:
Expand Down
Loading