Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 30, 2017
1 parent 2e1ecba commit e57dcaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Controller/Adminhtml/OAuth/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ final protected function _execute() {
*/
$refreshToken = $r['refresh_token'];
$s->refreshTokenSave($refreshToken, ...($this->state(B::SCOPE)));
// 2017-06-30 It is required, because the backend settings are cached.
df_cache_clean();
df_log_l($this, $r);
}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/dynamics365"
,"version": "0.1.1"
,"version": "0.1.2"
,"description": "The «Microsoft Dynamics 365» extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/dynamics365"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.7.28"}
,"require": {"mage2pro/core": ">=2.7.30"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Dynamics365\\": ""}}
,"keywords": [
"CRM"
Expand Down

0 comments on commit e57dcaf

Please sign in to comment.