Skip to content

Commit

Permalink
Merge pull request #269 from Matt75/bump-1.2.11
Browse files Browse the repository at this point in the history
Bump version to 1.2.11
  • Loading branch information
Nakahiru authored Jan 24, 2020
2 parents a26fa07 + 16d6b4a commit 98afc18
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>ps_checkout</name>
<displayName><![CDATA[PrestaShop Checkout]]></displayName>
<version><![CDATA[1.2.9]]></version>
<description><![CDATA[Provide every payment method to your customer with one module, and manage every sale where your business happens.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[payments_gateways]]></tab>
<confirmUninstall><![CDATA[Are you sure you want to uninstall this module?]]></confirmUninstall>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<limited_countries></limited_countries>
</module>
<name>ps_checkout</name>
<displayName><![CDATA[PrestaShop Checkout]]></displayName>
<version><![CDATA[1.2.11]]></version>
<description><![CDATA[Provide every payment method to your customer with one module, and manage every sale where your business happens.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[payments_gateways]]></tab>
<confirmUninstall><![CDATA[Are you sure you want to uninstall this module?]]></confirmUninstall>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<limited_countries></limited_countries>
</module>
4 changes: 2 additions & 2 deletions ps_checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Ps_checkout extends PaymentModule

// Needed in order to retrieve the module version easier (in api call headers) than instanciate
// the module each time to get the version
const VERSION = '1.2.10';
const VERSION = '1.2.11';

/**
* @var \Monolog\Logger
Expand All @@ -102,7 +102,7 @@ public function __construct()

// We cannot use the const VERSION because the const is not computed by addons marketplace
// when the zip is uploaded
$this->version = '1.2.10';
$this->version = '1.2.11';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand Down

0 comments on commit 98afc18

Please sign in to comment.