Skip to content

Commit

Permalink
#24 update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpolomsky committed Nov 6, 2017
1 parent f6d7fe5 commit 12d2ce8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/code/community/Wirecard/CheckoutPage/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class Wirecard_CheckoutPage_Helper_Data extends Mage_Payment_Helper_Data
{

protected $_pluginVersion = '4.2.4';
protected $_pluginVersion = '4.2.5';
protected $_pluginName = 'Wirecard/CheckoutPage';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ abstract class Wirecard_CheckoutPage_Model_Abstract extends Mage_Payment_Model_M
protected $_defaultLocale = 'en';

protected $_order;
protected $_pluginVersion = '4.2.4';
protected $_pluginVersion = '4.2.5';
protected $_pluginName = 'Wirecard/CheckoutPage';

protected $_formBlockType = 'wirecard_checkoutpage/form';
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Wirecard/CheckoutPage/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<config>
<modules>
<Wirecard_CheckoutPage>
<version>4.2.4</version>
<version>4.2.5</version>
</Wirecard_CheckoutPage>
</modules>
<global>
Expand Down

0 comments on commit 12d2ce8

Please sign in to comment.