-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbf26ca
commit 1fecb6d
Showing
9 changed files
with
22 additions
and
114 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
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 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
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 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,8 +3,9 @@ name: '⚙️ On push' | |
on: | ||
push: | ||
branches: | ||
- alpha | ||
- main | ||
- beta | ||
- alpha | ||
|
||
workflow_dispatch: | ||
|
||
|
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,33 +1,25 @@ | ||
# PrestaShop MyParcel Module [BETA] | ||
# PrestaShop MyParcel Module | ||
|
||
[![Latest stable release](https://img.shields.io/github/v/release/myparcelnl/prestashop?labelColor=white&label=Latest%20release)](https://github.com/myparcelnl/prestashop/releases/latest) | ||
[![Latest beta release](https://img.shields.io/github/v/release/myparcelnl/prestashop?filter=*-beta.*)](https://myparcelnl.github.io/github-release-linker?repo=myparcelnl/prestashop&tag=beta) | ||
[![Latest release candidate release](https://img.shields.io/github/v/release/myparcelnl/prestashop?filter=*-rc.*)](https://myparcelnl.github.io/github-release-linker?repo=myparcelnl/prestashop&tag=beta) | ||
![Supported PrestaShop Version](https://img.shields.io/badge/Prestashop-%3E%3D1.7.8.0-gray?labelColor=DF0067&logo=prestashop) | ||
![Supported PHP Version](https://img.shields.io/badge/PHP-%3E=7.4-B0B3D6?labelColor=white&logo=php) | ||
|
||
## ⚠️ Preface️ ⚠️ | ||
|
||
This is the `beta` branch, which contains the source code of the upcoming MyParcel PrestaShop v4.0.0 release. We've rewritten the entire module from scratch, using the [MyParcel Plugin Development Kit]. This module supports PrestaShop 8 and Php 7.4 through 8.2 (and onwards). See the [pinned issue] for more information on the changes. | ||
|
||
> To view the readme and source code of the current stable version of the module, please switch to the [`main` branch](https://github.com/myparcelnl/prestashop/tree/main). | ||
For a less bug-prone experience, we recommend you use the stable or release candidate versions of the module instead. You can find the stable and release candidates in the [releases] section of this repository. The release candidates are versioned with a `-rc` suffix. | ||
|
||
If you do choose to install this version, we would love to hear your feedback. Please report any issues you encounter using the [Bug report for v4.0.0-beta.x form] or by sending an email to [[email protected]]. Use in production is at your own risk. | ||
|
||
## Introduction | ||
|
||
This module allows you to seamlessly integrate [the MyParcel services] into your PrestaShop webshop. | ||
|
||
## Requirements | ||
|
||
- PrestaShop 1.7.8.0 or higher (including 8.0 and up) | ||
- PrestaShop 1.7.8.0 or higher, including 8.0 and up | ||
- PHP 7.4 or higher | ||
|
||
For the manual and more information, check out our [PrestaShop module guide] on the [MyParcel Developer Portal]. Do note this is the manual for the stable version of the module. We are working on a new manual for the v4.0.0 release. | ||
|
||
> :warning: Older 1.7.x versions may work, but are not officially tested or supported. | ||
## Manual | ||
|
||
For the manual and more information, check out our [PrestaShop module guide] on the [MyParcel Developer Portal]. | ||
|
||
## Contributing | ||
|
||
See [CONTRIBUTING.md](./CONTRIBUTING.md). | ||
|
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