Skip to content

Commit

Permalink
Merge pull request #547 from haraldpdl/v242
Browse files Browse the repository at this point in the history
V242
  • Loading branch information
haraldpdl authored Nov 21, 2016
2 parents 1b65e29 + 94c2e4e commit 9d51daa
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/includes/OSC/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.4.2
55 changes: 55 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Binary file modified docs/documentation.pdf
Binary file not shown.

0 comments on commit 9d51daa

Please sign in to comment.