Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Kubicki committed Jan 6, 2021
1 parent 4ccc10b commit 345bb08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
### 2.2 ###
* major refactor
* adding missing return types/types hints
* support PHP 7.3
* support for PHP 7.3
* fix for case when urls uses store codes inside after domain

### 2.2.1 ###
* fix for cache purging headers
* fix for cache purging headers

### 2.3 ###
* support for PHP 7.4
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ These instructions will get you a copy of the project up and running on your loc
* Magento 2.3
* PHP 7.1/7.2/7.3

##### For realease 2.3
* Magento 2.3/2.4
* PHP 7.1/7.2/7.3/7.4

### Installing

#### Download the module
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"magento/framework": ">=102.0"
},
"type": "magento2-module",
"version": "2.2.1",
"version": "2.3",
"license": [
"MIT"
],
Expand Down

0 comments on commit 345bb08

Please sign in to comment.