// Blocklayered: Fix bug with nb of products per pages + Change revision number

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14098 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-03-13 15:52:21 +00:00
parent dd6d14e923
commit cb78e26700
3 changed files with 46 additions and 17 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class BlockLayered extends Module
{
$this->name = 'blocklayered';
$this->tab = 'front_office_features';
$this->version = '1.8.1';
$this->version = '1.8.2';
$this->author = 'PrestaShop';
$this->need_instance = 0;