Hi 2004g35,
there is no real need to install 1.4.1 if you're happy with 1.3 :smile: But if you do want to upgrade you will need to reinstall the sql (which will reset all settings, sorry: no time to write sql update patches).
Maybe it's better to wait for a new 1.4.x or newer version. I am on 1.4.3 now, but I am unsure if I will continue working on it until I have at least a 1.5 or newer version, or that I will release another 1.4.x version.
Here's a partial changelog (quoted from the readme..):
######################################
price-list v1.42 2007/10/04
######################################
Added missing file:
/includes/init_includes/init_zen_group.php
(adding this file should fix the group feature)
Minor change to /includes/extra_functions/group_functions.php which may fix the group function issue with older (1.2.x) Zen Cart versions.
Another minor change to header_php.php to fix a TABLE_HEADING_ADDTOCART bug
######################################
price-list v1.41 2007/07/19
######################################
Minor fix in pricelist-3.sql patch file (to prevent install error on some MySQL versions/configurations when using the Zen SQL patch tool).
######################################
price-list v1.4 2007/07/18
######################################
-
Made a small change to the sql (which might fix a possible column count error message at install when using the Zen SQL patch tool)
-
Fixed a minor bug (in tpl_main_page.php), now the selected profile should always be remembered when switching categories
-
Added random images floats (left/right) logic for nicer catalogue prints
Also added css to profile-3.css (edit it to control the image floats):
.imgDescrRndPL_3 img, .imgDescrRndPL_4 img {
float: left;
}
.imgDescrRndPL_1 img, .imgDescrRndPL_2 img{
float: right;
}
- Added code for add to cart buttons (commented: //Added by Vartan Kat on july 2007 for Add to cart button), credits for this should go to Hubert and Vartan Kat
######################################
price-list v1.3.6 2007/06/04
######################################
Several changes, some of which are:
- Added basic functionality to print descriptions and images (height and width setting in pricelist admin profile settings)
- Added group functionality. Uses zen the groups (group names) to allow disallow access to the pricelist. Set in pricelist admin profile settings.
######################################
price-list v1.2 2006/10/20
######################################
Made several code changes (trying to clean up some mess ;-) ).
Removed the need to overwrite or edit the currencies class.
Merged several files into one. For easier layout edits (I hope).
Header, footer and body all moved to tpl_main_page.php
Some small changes to the stylesheet