Skip to content

Latest commit

 

History

History
56 lines (52 loc) · 4.18 KB

CHANGELOG.md

File metadata and controls

56 lines (52 loc) · 4.18 KB

2015.08.22 - v1.3.0

  • Updates and additions to support the new features released in Miva 9.4: http://www.miva.com/mm9.4_template_changes.html
  • Added new pages to "screenCheck" variable in HEAD tag.
  • Added support for forgot password on WLGN page in scripts.js.
  • Updated mobile footer function in scripts.js for better iOS user experience and removed screen toggling.
  • Miscellaneous clean-up to CSS and JS files.
  • Upgraded css.php to output the concatenated and minified CSS files in a more user-friendly way.
  • Removed footer navigation toggle on screen resize.
  • Fixed the following issues:

2015.04.15 - v1.2.0

2015.02.24 - v1.1.0

  • Updated "Mobile Navigation Functions" in plugins.js at line 98 to better accommodate tablets.
  • Updated "Mini-Basket Functions" in plugins.js at line 114 to correct for Internet Explorer 9.
  • In scripts.js, we replaced $(document).ready(function () with self-executing anonymous functions which pass along jQuery.
  • Updated "Open Product Image Gallery" function in scripts.js at line 206 to allow for correct starting index of image carousel.
  • Updated "Update Display When Attribute Machine Fires" within the "jsPROD" function in scripts.js to update the thumbnail indexing.
  • Updated ".mini-basket-container" top position in structure.css.
  • Updated "quick-view" section in pages.css to accommodate for using quick view on the search page.
  • Added ".order-contents" to ".basket-contents" within "BASK PAGE" in pages.css to mimic style.
  • Corrected mega-menu visibility within "OCST, OSEL, OPAY AND INVC PAGES" in pages.css.
  • Added the invoice page to display options for mobile navigation and pre-header within "OCST, OSEL, OPAY AND INVC PAGES" in pages.css.
  • Added ".update-record label" font size in pages.css.
  • Corrected improperly named META tag from "keywords" to "description" in HEAD tag.
  • Added "data-norem" to Google font call in HEAD tag to correct for Internet Explorer 8 scripting error.
  • Corrected improperly closed SMALL tag within "Order Contents" on INVC page.
  • Updated "Product Display Layout Image Machine" on PROD page for better gallery zoom functionality.
  • Updated "Order Content Section" on ORDS page to remove encoded order status.
  • Updated "contactForm.php" to better prevent spamming.

2014.12.04 - v1.0.1

  • Replaced hard-coded store code with Miva variable in "product_quick_view" on PROD page.
  • Added ID to form in "product_quick_view" on PROD page to facilitate dynamic pricing when inventory variants are not being used.
  • Reverted conditional in scripts.js at line 503 checking for "attrMachCall".

2014.12.02 - v1.0.0

  • Corrected improperly closed SMALL tag at line 116 of "Basket Contents" in BASK page.
  • Updated "Product Attribute Template" in PROD page to round attribute and option prices correctly.
  • Updated CSS for horizontal mega-menu: in structure.css at line 395, change "position: initial;" to "position: static;".