Skip to content

Commit

Permalink
POSTNL-62 :: Bump version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkerpj committed Oct 5, 2023
1 parent 8867b11 commit 73c445f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 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.12.9.1';
const POSTNL_VERSION = '1.13.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 @@ -12,8 +12,8 @@
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-p1
- PHP 7.3+
- Magento version 2.3.6 - 2.3.7-p4, 2.4.3 - 2.4.6-p2
- 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>.

## Installation
Expand Down
16 changes: 2 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tig/postnl-magento2",
"description": "TIG Magento 2 PostNL extension",
"require": {
"php": "~7.0|~7.1|~7.2|~7.3|~7.4|~8.1|~8.2",
"php": "~7.3|~7.4|~8.1|~8.2",
"ext-soap": "*",
"magento/framework": "~102.0|~103.0",
"setasign/fpdf": "^1.8.2",
Expand All @@ -11,19 +11,7 @@
},
"type": "magento2-module",
"license": "CC-BY-NC-ND-3.0",
"version": "1.12.9.1",
"authors": [
{
"name": "TIG",
"email": "support@tig.nl",
"homepage": "http://tig.nl"
}
],
"support": {
"email": "support@tig.nl",
"issues": "https://portal.tig.nl/"
},
"homepage": "https://tig.nl/postnl",
"version": "1.13.0",
"keywords": ["PostNL", "Official PostNL extension", "Magento 2"],
"autoload": {
"files": [
Expand Down

0 comments on commit 73c445f

Please sign in to comment.