Skip to content

Commit

Permalink
AC-3752::2.4.3-p2 breaks OAuth integrations, does not upgrade secrets…
Browse files Browse the repository at this point in the history
… and tries to decrypt them
  • Loading branch information
Shradha Jain authored and Shradha Jain committed Oct 21, 2022
1 parent 5dc13c3 commit 9d5806d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static function getDependencies()
*/
public static function getVersion()
{
return '2.0.0';
return '2.2.2';
}

/**
Expand Down

1 comment on commit 9d5806d

@ennostuurman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also make sure you patch the app/code/Magento/Integration/Setup/Patch/Data/UpgradeOauthToken.php as well as this requires the same treatment I can tell from experience ;-) and is also mentioned here #35313 (comment)

Please sign in to comment.