Skip to content

Commit

Permalink
Bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
firstred committed Apr 19, 2018
1 parent 7c420f9 commit 38f99f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function __construct()
{
$this->name = 'mailchimp';
$this->tab = 'advertising_marketing';
$this->version = '1.2.1';
$this->version = '1.2.2';
$this->author = 'thirty bees';
$this->need_instance = 0;
$this->bootstrap = true;
Expand Down Expand Up @@ -278,6 +278,7 @@ public function getContent()
*
* @return array|bool
* @throws PrestaShopException
* @throws Adapter_Exception
*/
public function getLists($prepare = false)
{
Expand Down

0 comments on commit 38f99f8

Please sign in to comment.