Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatol Alfer committed May 22, 2024
1 parent 2aedc55 commit 52ab789
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Block/Adminhtml/Config/Support/SupportTab.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class SupportTab extends Template implements RendererInterface
{
const POSTNL_VERSION = '1.14.1';
const POSTNL_VERSION = '1.15.0';

const XPATH_SUPPORTED_MAGENTO_VERSION = 'tig_postnl/supported_magento_version';

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# PostNL Magento 2
[![Lastest Stable Version](https://img.shields.io/github/v/release/tig-nl/postnl-magento2?style=for-the-badge&color=3244b0)](https://github.com/tig-nl/postnl-magento2/releases/latest)
![TIG PostNL tested 2.3.7 versions](https://img.shields.io/badge/Tested%20with%20Magento-2.3.7-%2300cf00?style=for-the-badge)
![TIG PostNL tested 2.4.6 versions](https://img.shields.io/badge/Tested%20with%20Magento-2.4.6-%2300cf00?style=for-the-badge)
![TIG PostNL tested 2.4.7 versions](https://img.shields.io/badge/Tested%20with%20Magento-2.4.7-%2300cf00?style=for-the-badge)
[![Total Extension downloads](https://img.shields.io/packagist/dt/tig/postnl-magento2?style=for-the-badge&color=ed7000)](https://packagist.org/packages/tig/postnl-magento2/stats)
![Build Status](https://img.shields.io/travis/tig-nl/postnl-magento2/master?style=for-the-badge)

This is the official PostNL Magento 2 extension to connect your Magento 2 webshop with PostNL.

## Requirements
- Magento version 2.3.6 - 2.3.7-p4, 2.4.3 - 2.4.6-p3
- Magento version 2.3.6 - 2.3.7-p4, 2.4.3 - 2.4.7
- PHP 7.3+, PHP 8.1+ for 2.4.4+
- In order to use this extension you need to be a contract customer of PostNL. If you are not a customer of PostNL, you can <a href="https://www.postnl.nl/zakelijk/e-commerce/flexibele-bezorgopties" target="_blank" title="register at PostNL">register yourself here</a>.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"type": "magento2-module",
"license": "CC-BY-NC-ND-3.0",
"version": "1.14.1",
"version": "1.15.0",
"keywords": ["PostNL", "Official PostNL extension", "Magento 2"],
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</carriers>
<tig_postnl>
<stability/>
<tested_magento_version>2.3.6 - 2.3.7-p4, 2.4.3 - 2.4.6-p3</tested_magento_version>
<tested_magento_version>2.3.6 - 2.3.7-p4, 2.4.3 - 2.4.7</tested_magento_version>
<generalconfiguration_extension_status>
<modus>0</modus>
</generalconfiguration_extension_status>
Expand Down

0 comments on commit 52ab789

Please sign in to comment.