Skip to content

Commit

Permalink
Updated for 2.0.8 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdfSheldon committed Jan 29, 2021
1 parent f0bf759 commit 35f47d4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Please follow the instructions in the [User Guide](/docs/README.md)

## Release Notes

### [v2.0.8 update](https://github.com/GoDataFeed/godatafeed-integration-m2/releases/tag/v2.0.8)

#### Enhancements
* Fixed missing variable for stockItems

### [v2.0.7 update](https://github.com/GoDataFeed/godatafeed-integration-m2/releases/tag/v2.0.7)

#### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=5.6.5"
},
"version": "2.0.7",
"version": "2.0.8",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="GoDataFeed_FeedManagement" setup_version="2.0.7"/>
<module name="GoDataFeed_FeedManagement" setup_version="2.0.8"/>
</config>
5 changes: 5 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Please follow the instructions in the [User Guide](/docs/README.md)

## Release Notes

### [v2.0.8 update](https://github.com/GoDataFeed/godatafeed-integration-m2/releases/tag/v2.0.8)

#### Enhancements
* Fixed missing variable for stockItems

### [v2.0.7 update](https://github.com/GoDataFeed/godatafeed-integration-m2/releases/tag/v2.0.7)

#### Enhancements
Expand Down

0 comments on commit 35f47d4

Please sign in to comment.