Home Product Tabs modules@businesstech.fr Change history for Advanced Featured Products --------------------------------------- =========================== Version 3.4.4(28/09/2018)| =========================== Added ----- - Fixed ----- - Broken default PS menu - ob_clean Files ----- - =========================== Version 3.4.3(27/02/2018)| =========================== Added ----- - - Fixed ----- - Bug fix for active tab content for PS 1.6 Files ----- - =========================== Version 3.4.2(29/11/2017)| =========================== Added ----- - - Fixed ----- - Active tab for PS 1.6 when the module is alone Files ----- - =========================== Version 3.4.1(28/12/2016)| =========================== Added ----- - - Fixed ----- - HTML div content for multishop Files ----- - =========================== Version 3.4.0(06/12/2016)| =========================== Added ----- - Option to choose the theme layout - 1.7 compatibility Fixed ----- - Files ----- - Version 3.3.1 (09/02/2016) - Updated API url - Updated Logo - Bug fix for delete product in free category Version 3.3.0 (06/08/2015) - Changed the way to display tabs, use existing hooks on the home page for PS 1.6 (home page tab and homepage tab content) - Changed the marketing name - Made the module compatible with the Validator Version 3.2.2 (26/05/2015) - Change marketing name - Bug fix auto space validation - CSS update for form config for custom style - Add bug fix for 1.6.0.9 autocomplete - Update for validator Version 3.2.1 (03/09/2014) - ADDED manage root category for home tab Version 3.2.0 (21/08/2014) - Add image size select - Add default category select - Bug fix template bootstrap Version 3.1.0 (27/05/2014) - Update for PS 1.6 - Add new layout Version 3.0.2 (19/02/2014): - Added new CSS code in order to fit to the most theme with responsive style selected. - Added FAQ link to the tab form. Version 3.0.1 (18/02/2014): - Added CSS code in order to fit to the most theme with responsive style selected. Version 3.0.0 (02/02/2014): - Make the module compatible with every theme and responsive - Added CSS tool in order to fit your theme to the module - Deactivated JavaScript execution in live_edit mode => made an issue on JavaScript and prevent live edit JS function to work well Version 2.2.1 (22/11/2013): - Added Spanish and Italian translations Version 2.2.0 (11/07/2013): - deactivate the module for PS 1.5 mobile theme Version 2.1.8 (10/07/2013): - small bug fix for product variable name in home-display.tpl, just a missing which make a smarty compilation issue for Prestashop 1.5 with product quantity over 0 or with allow_oosp active. Version 2.1.7 (28/05/2013): - bug fix for products category random, missing the sixth parameter to define number of random products Version 2.1.6 (07/05/2013): - bug fix for PS version under 1.5 about loading Css (hook.css) and Js (jquery-ui-custom.js), remove addJS and addCSS in hook display, doesn't work if not loaded in hook header Version 2.1.5 (26/03/2013): - add CSS & JS in minify header, use PS function - small CSS fix in hook15.css => ../img/arrow_right_1.png instead of img/arrow_right_1.png Version 2.1.4 (14/03/2013): - minor bug fix on templates design. Version 2.1.3 (22/01/2013): - small bug fix on view product link in template hook file : var name has changed from $product to $aProduct. Just a forgetting for Prestashop 1.5 Version 2.1.2 (17/01/2013): - small bug fix on display empty content for hook home Version 2.1.1 (11/01/2013): - add active tab option - small bug fix on free category random - small bug fix on addong jquery.autocomplete.css Version 2.0.3 (28/11/2012): - change sql queries for updating module action. - consequence : set SHOP_ID for each module's tables at 0 instead of 1 by default while updating module. Version 2.0.2 (26/11/2012) - Wrong module uploaded previously on 2.0.1 Version 2.0.1 (26/11/2012) - Made compatible with PrestaShop 1.5 Version 1.0.8 - Fix for require common.conf.php for version < 1.4.5.1 Version 1.0.7 (27/06/2012) - Fix in module-dao : in delete function, modify at line : !return to return. - consequence : query to delete is not committed as transaction. Version 1.0.6 (22/05/2012) - Fix in JS : manage of translated titles, delete css style which display in block or none, make an error with HTML code returned by Prestashop (see displayFlags function) - consequence : when you click in flag if title not filled, 2 title field appear. Version 1.0.5 (10/05/2012) - Fix in template : admin-category.tpl, bad variable used for categories IDs : change value={$key} by value="{$aCat.id_category}" - consequence : bad management of ID for categories, so we get wrong categories IDs Version 1.0.4 (13/04/2012) - Fix in sql table structure : MyIsam to InnoDB - consequence : transaction execution used were pointless - Fix in uninstall sql file : forgot delete from ps_hook execution, deleted - consequence : none, only sql query pointless Version 1.0.3 (10/04/2012) - Fix on admin controller (Used dynamic variable with '::', only available over PHP 5.3). 'run' method is executed in switch case. - consequence : get "Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM" - Fix on 'homeproducttabs', use prestashop jsonEncode 'Tools::jsonEncode()' instead of 'json_encode' of PHP 5.2 - consequence : module can't be compatible with all PHP 5 version Version 1.0.2 (05/04/2012) - Fix on hook displaying (Used 'echo' instead of 'return in displayModule function) - consequence : hook is always displayed on first position Version 1.0.1 (30/03/2012): - Original release