Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:PrestaShop/blockwishlist into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Aug 25, 2014
2 parents 1490dcc + d84e43d commit 845718b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blockwishlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct()
{
$this->name = 'blockwishlist';
$this->tab = 'front_office_features';
$this->version = '1.0';
$this->version = '1.1.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>blockwishlist</name>
<displayName><![CDATA[Wishlist block]]></displayName>
<version><![CDATA[1.0]]></version>
<version><![CDATA[1.1.0]]></version>
<description><![CDATA[Adds a block containing the customer&#039;s wishlists.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[front_office_features]]></tab>
Expand Down

0 comments on commit 845718b

Please sign in to comment.