Skip to content

Commit

Permalink
Version 1.0.4 - Fixed readme and Model Question
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrzk committed Aug 31, 2022
1 parent b0d5fa8 commit 0436e5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Question.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function setActive(bool $active): QuestionInterface
*/
public function getStoreIds(): array
{
return (array) explode(",", $this->_getData(selfSTORE_IDSACTIVE));
return (array) explode(",", $this->_getData(self::STORE_IDS));
}

/**
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```

## CHANGELOG
## 3. CHANGELOG

Version 1.0.4

```
- Fixed getData on StoresIds
```

Version 1.0.1

```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"description": "Magento 2 module for manage FaqPage",
"type": "magento2-module",
"version": "1.0.4",
"version": "1.0.5",
"require": {
"php": ">=7.4",
"magento/framework": "*"
Expand Down

0 comments on commit 0436e5b

Please sign in to comment.