Downloads

Download ubercart-5.x-1.8.tar.gztar.gz 519.38 KB
MD5: 21e5b5e54fcd975d08acf46f9af4280c
SHA-1: ac99cbe0e63bbc336806c8c3b2972c6b755c2bac
SHA-256: 71c073b90ffc39afec81b41dbd953f28cd00f09423960084dc20b5829691e066
Download ubercart-5.x-1.8.zipzip 654.64 KB
MD5: 20536c7fb28b00b4243a324d15520aae
SHA-1: 454342687c64e5d9f6b50fd2079e26d5e7a18919
SHA-256: 4bf1c7d5ecbd61eaa88dfb91cc74cf62214ef1d83c1d6db51c2d270b55bf0520

Release notes

Everybody at once now... "It's about time!" ; )

  • 1385 Ryan 2009-01-24
    u#8157 by digitalfrontiersmedia: store the CC type post-checkout for reference on orders.
  • 1386 Lyle 2009-01-26
    #363232 by Island Usurper: Do not display the Add to Cart button for product kits when uc_cart is not enabled.
  • 1387 Lyle 2009-01-27
    #362089 by solotandem: Avoid ERR_NOTICEs by initializing variables.
  • 1388 Lyle 2009-01-27
    Make the order status condition actually use the given order arguments.
  • 1389 Lyle 2009-01-27
    #364415 by Island Usurper: Use the correct function to get the default shipping types for products.
  • 1390 Lyle 2009-01-29
    #222689 by ccurvery, Island Usurper: DB-agnostic DELETE statements involving more than one table.
  • 1391 Lyle 2009-01-30
    u#8708 by Lyle: Remove the record that nid 0 has a shipping type.
  • 1392 Lyle 2009-01-30
    #341819 by Island Usurper: Remove unneeded queries from hook_forms().
  • 1393 Lyle 2009-01-30
    #366115 by Island Usurper: Change catlog paths to not include the term name and update url aliases to match.
  • 1394 Lyle 2009-02-03
    Fix stupid mistake in backporting the hook_forms() fix.
  • 1395 Lyle 2009-02-03
    #362512 by cha0s: Backport column name change in uc_file_user.
  • 1396 Ryan 2009-02-03
    #368671 by Ryan: fix to check for taxonomy module before using a taxonomy function.
  • 1397 Lyle 2009-02-03
    u#8690 by Lyle: add an option to not include insurance in UPS quotes.
  • 1398 Lyle 2009-02-06
    u#5981 by Lyle: Give taxes an option to only apply to shippable products.
  • 1399 Ryan 2009-02-09
    #344890 by cha0s: fixing timezone issues in reports, backported from 6.x.
  • 1400 Lyle 2009-02-10
    #370410 by Island Usurper: Fix bad backport of new admin settings.
  • 1401 Lyle 2009-02-12
    u#6802 by Lyle: Hide the shipping quote estimate on the cart page if none of the products are shippable.
  • 1402 Lyle 2009-02-13
    #371901 by cha0s: In the product sales report, put the SKU breakdowns into their own table rows.
  • 1403 Ryan 2009-02-18
    Add a checkout form message when orders contain recurring fees.
  • 1404 Ryan 2009-02-18
    Removing cruft from the checkout form theme function.
  • 1405 Lyle 2009-02-19
    u#3446 by Lyle: Allow filtered HTML in attribute descriptions.
  • 1406 Lyle 2009-02-19
    u#9172 by Lyle: Give the uc_shipping table some default values.
  • 1407 Lyle 2009-02-20
    #237654 by yahozna: Accurately count catalog pages with Postgres.
  • 1408 Ryan 2009-02-24
    Tweaking hook_exit() once more and adding API func to get all of a user's CC references.
  • 1409 Ryan 2009-02-24
    Changing CIM variable name from server to transaction mode for consistency with ARB variable.
  • 1410 Ryan 2009-02-25
    Default CIM profiles to create upon every checkout when enabled.
  • 1411 Ryan 2009-02-25
    Initial development of new uc_recurring_byref system and removal of core recurring handler (non-PCI compliant).
  • 1412 Lyle 2009-02-25
    u#9070 by Island Usurper: Join on node to let db_rewrite_sql() work.
  • 1413 Lyle 2009-03-03
    #279611 by Island Usurper, ported by cha0s: Make attribute permissions more granular.
  • 1414 Lyle 2009-03-11
    #367140 by Island Usurper: Allow the all in one packaging option to create more packages when the total weight is over the UPS package limit.
  • 1415 Lyle 2009-03-11
    #397724 by Island Usurper: Use the UPS setting for units of measurement instead of hard-coded LBS for the shipment weight.
  • 1416 Lyle 2009-03-16
    u#9685 by Lyle: Prefix table names in GROUP BY clause.
  • 1417 Lyle 2009-03-19
    #356919 by cha0s: Prevent uc_currency_value from formatting a NULL value.
  • 1418 Ryan 2009-03-23
    #365145 by cha0s: fix typos in roles and file downloads modules regarding grants.
  • 1419 Ryan 2009-03-29
    #404168 by longwave, rszrama: ensure an array for preparing fake order data for shipping quotes.
  • 1420 Ryan 2009-04-11
    #425414 by cha0s: fix product links in product kit displays.
  • 1421 Ryan 2009-04-18
    #363189 by cha0s: backported patch to tidy up the customer template HTML.
  • 1422 Lyle 2009-04-20
    u#10467 by KingAndy: Delete variables when uninstalling uc_stock.
  • 1423 Lyle 2009-05-18
    #359544 by jhodgdon: Add tax information to tax line items and add a module to report on it.
  • 1424 Lyle 2009-05-18
    Add condition to check that a particular attribute option was chosen for one of an order's products.
  • 1425 Lyle 2009-05-28
    #326836 by longwave: Add missing counties for the United Kingdom.
  • 1426 Lyle 2009-06-22
    #498864 by martysteer: Fix typo in notification error function.
  • 1427 Lyle 2009-07-02
    #507610 by agentrickard: Don't use textfield attributes to search for adjusted SKUs.
  • 1428 Lyle 2009-07-03
    #489066 by longwave: Show blank value for credit card start date field by default.
  • 1429 Ryan 2009-07-07
    #475226 by cedarm, Island Usurper, cha0s: backport from 6.x to strip more illegal characters out of e-mail addresses turned into usernames.
  • 1430 Ryan 2009-07-07
    Add full response debugging capability to Auth.Net API requests.
  • 1431 Lyle 2009-07-14
    #498864 by Island Usurper: Google Checkout is dependent on Payment.
  • 1432 Lyle 2009-08-12
    u#7127 by longwave: Allow multiple weightquote methods.
  • 1433 Ryan 2009-09-22
    Fixing destination path on the footer link for custom product reports.
Created by: rszrama
Created on: 23 Sep 2009 at 19:31 UTC
Last updated: 1 Aug 2018 at 19:48 UTC
New features
Bug fixes
Insecure

Other releases