diff --git a/catalog/includes/OSC/version.txt b/catalog/includes/OSC/version.txt index 58073ef8d..acdc3f1b0 100644 --- a/catalog/includes/OSC/version.txt +++ b/catalog/includes/OSC/version.txt @@ -1 +1 @@ -2.4.1 \ No newline at end of file +2.4.2 \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c8f0d83a1..d58c5d946 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,60 @@ # osCommerce Online Merchant +## 21 Nov 2016 osCommerce Online Merchant v2.4.2beta + +* Specials page fixed to use database table prefix in sql queries. + [#473](https://github.com/osCommerce/oscommerce2/issues/473) + +* Add check for PHP "zip" extension during installation procedure. + +* Make PHP "curl" a requirement for new installations. + [#476](https://github.com/osCommerce/oscommerce2/issues/476) + +* Only set the custom error handler if the work/log directory is writable. + +* Show a permanent notice in the Administration Dashboard if the work/log directory is not writable. + +* URL encode backslash and curly braces characters in urls. + [#512](https://github.com/osCommerce/oscommerce2/issues/512) + +* Fix message of all products being updated on the shopping cart page. + [#475](https://github.com/osCommerce/oscommerce2/issues/475) + +* Fix gzip compression. + [#518](https://github.com/osCommerce/oscommerce2/issues/518) + +* Add Apps support to the Shipping and Order Total modules. + +* Support HTML emails. The following pages allow for HTML specific emails: + - Admin Dashboard: Legacy -> Tools -> Newsletter Manager + - Admin Dashboard: Legacy -> Tools -> Send Email + +* Add options parameter to OSC\OM\Db save() and delete() to disable automatic table prefixing. + +* General bug fixes, optimizations, and language definition updates. + +### Third Party Updates + +* Update random_compat to v2.0.4. + [#479](https://github.com/osCommerce/oscommerce2/issues/479) + +* Update Bootstrap to v3.3.7. + +* Update jQuery to v3.1.1. + +* Update Font Awesome to 4.7.0. + +### Thanks + +* [frankludriks](https://github.com/frankludriks) +* [Kymation](https://github.com/Kymation) +* [Moxamint](https://github.com/Moxamint) +* [multimixer](https://github.com/multimixer) +* [omarkhcool](https://github.com/omarkhcool) +* [osc2nuke](https://github.com/osc2nuke) +* [pmward](https://github.com/pmward) +* [scottcwilson](https://github.com/scottcwilson) + ## 11 Nov 2016 osCommerce Online Merchant v2.4.1beta * Add the following modules: diff --git a/docs/documentation.pdf b/docs/documentation.pdf index 532840a9b..b8be88de3 100644 Binary files a/docs/documentation.pdf and b/docs/documentation.pdf differ