-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from PrestaShop/dev
Release 3.0.0
- Loading branch information
Showing
17 changed files
with
161 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,12 @@ on: [push, pull_request] | |
jobs: | ||
# Check there is no syntax errors in the project | ||
php-linter: | ||
name: PHP Syntax check 5.6 => 8.1 | ||
name: PHP Syntax check 7.2 => 8.1 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
||
- name: PHP syntax checker 5.6 | ||
uses: prestashop/github-action-php-lint/5.6@master | ||
|
||
- name: PHP syntax checker 7.2 | ||
uses: prestashop/github-action-php-lint/7.2@master | ||
|
||
|
@@ -58,7 +55,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
presta-versions: ['1.7.1.2', '1.7.2.5', '1.7.3.4', '1.7.4.4', '1.7.5.1', '1.7.6', '1.7.7', '1.7.8', 'latest'] | ||
presta-versions: ['1.7.7', '1.7.8', 'latest'] | ||
steps: | ||
- name: Setup PHP | ||
uses: shivammathur/setup-php@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<module> | ||
<name>ps_categorytree</name> | ||
<displayName><![CDATA[Category tree links]]></displayName> | ||
<version><![CDATA[2.0.3]]></version> | ||
<description><![CDATA[Adds a block featuring product categories.]]></description> | ||
<author><![CDATA[PrestaShop]]></author> | ||
<tab><![CDATA[front_office_features]]></tab> | ||
<is_configurable>1</is_configurable> | ||
<need_instance>1</need_instance> | ||
<limited_countries></limited_countries> | ||
</module> | ||
<name>ps_categorytree</name> | ||
<displayName><![CDATA[Category tree links]]></displayName> | ||
<version><![CDATA[3.0.0]]></version> | ||
<description><![CDATA[Help navigation on your store, show your visitors current category and subcategories.]]></description> | ||
<author><![CDATA[PrestaShop]]></author> | ||
<tab><![CDATA[front_office_features]]></tab> | ||
<is_configurable>1</is_configurable> | ||
<need_instance>1</need_instance> | ||
</module> |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.