Skip to content

Commit

Permalink
Merge pull request #583 from mollie/developer
Browse files Browse the repository at this point in the history
removed beta version
  • Loading branch information
margud authored May 31, 2022
2 parents d7c47c9 + 5099eee commit fad1203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __construct()
{
$this->name = 'mollie';
$this->tab = 'payments_gateways';
$this->version = '5.1.0.b';
$this->version = '5.1.0';
$this->author = 'Mollie B.V.';
$this->need_instance = 1;
$this->bootstrap = true;
Expand Down
2 changes: 1 addition & 1 deletion upgrade/Upgrade-5.1.0.b.php → upgrade/Upgrade-5.1.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @return bool
*/
function upgrade_module_5_1_0_b($module)
function upgrade_module_5_1_0($module)
{
$module->registerHook('displayExpressCheckout');
$module->registerHook('displayProductActions');
Expand Down

0 comments on commit fad1203

Please sign in to comment.