# Changelog - paymorrow plugin for OXID 5 ## 1.3.15 Released 2018-07-09 * Current result code is now saved in the database. Status handling is only done when the result code changed. Therefore emails shouldn't be send twice. ## 1.3.14 Released 2018-06-05 * Fixed problem with backward-compatibility ## 1.3.13 Released 2018-03-19 * Using oxbillnr as invoicenr * Using oxordernr for delivery report * Bugfix: Avoid setting senddate on occuring errors ## 1.3.12 Released 2018-02-19. * Fixed problem with order being set to transactionstatus "OK" and the configured folder multiple times. ## 1.3.11 Released 2016-11-08. * Compatibility fixes for flow theme in OXID 4.10.0/5.3.0. ## 1.3.10 Released 2016-07-12. * Compatibility with OXID 4.10.0/5.3.0. ## 1.3.9 Released 2016-06-20. * Fixed a problem with exception-handling. ## 1.3.8 Released 2016-01-25. * Removed the from php 5.6 on deprecated $HTTP_RAW_POST_DATA variable. * Removed SSL3 parameter from curl-communication. ## 1.3.7 Released 2015-10-28. * Fixed a OXID 4.9/5.2 compatibility-problem in the notifications-server. ## 1.3.6 Released 2014-11-27. * Fixed problems with the OXID 4.9/5.2 compatibility. ## 1.3.5 *Released 2014-10-14. * New payment-method debit-note. * Added compatibility to OXID Version 4.9.x/5.2.x. * Removed 2 php warnings. ## 1.3.4 Released 2014-06-25. * Added cronjob and button for a logrotation, to prevent full log folders. * Fixed a problem with admin popup windows in oxid 4.8/5.1. ## 1.3.3 Released 2014-05-16. * confirmOrder request now uses order-nr again in oxid 4.7/5.0 and above. * fixed a problem with the install.sql file where not all queries where executed when executed through oxid admin. ## 1.3.2 Released 2014-01-08. * Removed zend components from build script. ## 1.3.1 Released 2013-06-20. * Fixed buildscript to place exception file to its foreseen folder. ## 1.3.0 Released 2013-05-10. * Added compatibility for oxid5 shops. * Added payment and email image fix for enterprise subshops. ## 1.2.4 Released 2013-04-17. * Added the address-correction by paymorrow back to the module as configurable option. ## 1.2.3 Released 2013-04-12. * Removed an old unneeded piece of code causing a fatal error in the webservice notifications. ## 1.2.2 Released 2012-12-13. * trim whitespaces from user-data. * strip points from name-field in xml to not cause an error when someone writes his doctor's degree in the name-field. ## 1.2.1 Released 2012-11-15. * changed iframe height. * Changed some Error messages to be more understandable. * Added error message for declined orders. ## 1.2.0 Released 2012-09-27. * Added the ERP Plugin to get Paymorrow bankaccounts via Soap. * Added documentation and tutorial example for ERP usage. ## 1.1.6 Released 2012-06-05. * Added OXID 4.6 compability. * Change Order ID that is transfered to Paymorrow from oxorder.oxid to oxorder.oxordernum. ## 1.1.5 Released 2012-05-02. * We now show an appropriate errormessage based on the paymorrow errorcodes to the customer instead of always showing OXID default errormessage. * Added new Paymorrow logo images and some language entries for deferred payment. ## 1.1.4 Released 2012-04-22. * Added a missing language entry for admin area. * Only send article data to paymorrow if we really have a paymorrow order. * Automatically transform birthdates like 14.01.60 to 14.01.1960 when entered in payment.tpl form. ## 1.1.3 * Trim Whitespaces on ZIP codes before sending to paymorrow. ## 1.1.2 * Fixed an issue with cURL's SSL certificate validation on some PHP version. * Fixed Admin Popups in Paymorrow Config in older OXID 4 versions below 4.5 * Added a missing error-message language translation. * First version released by FATCHIP. ## 1.1.1 * Fixed a problem where the basket total was not correctly transmitted to the paymorrow iframe (the order total was correct when the order was finally submitted). * Fixed payment error message (no longer mentions invalid shipping type). ## 1.1.0 * Added support for OXID eShop 4.5. The module installer now supports both OXID eShop 4.5 and OXID eShop 4.4 and older. ## 1.0.0 * Moved paymorrow iframe from the final order step to the payment step (there will be no more unfinished paymorrow orders lingering in the shop). * Moved the notification service from the modules folder into a core class. It will now be called through the shop framework, solving issues with .htaccess rules that forbid executing php scripts from the modules folder. * Added options for sending a notification email when an order status changes. ## 0.9.9.9.7 * The additional address information field is now transmitted correctly to the paymorrow iframe and written back into the order when the user submits the iframe. ## 0.9.9.9.6 * Fixed an issue where the order email sent from the shop would not contain the address changes from the paymorrow iframe (although the order would be stored correctly with the changed address). ## 0.9.9.9.5 * Fixed a problem with the configuration popups in the admin area (since OXID eShop 4.3.0). * Added a config option for including the customer's order history in the order request (deactivated by default, this should only be activated after discussing it with paymorrow). ## 0.9.9.9.4 * Fixed an issue with chunked HTTP responses from paymorrow server (using cURL now). ## 0.9.9.9.3 * Modified admin area to work with OXID eShop 4.3.0. * Fixed an issue where article stock could be reduced multiple times during the order process (since OXID eShop 4.2.0). ## 0.9.9.9.2 * Added an option to create a delivery address entry in the database for the delivery address returned by paymorrow. ## 0.9.9.9.1 * Unspecified vat rates (e.g. for vouchers and discounts) of orders will now use the highest product vat rate if available, or the shop default otherwise. ## 0.9.9.9.0 * Order folders for declined and unfinished orders can now be configured. Unfinished orders can now be marked as cancelled by default. ## 0.9.9.8 * Discounts and vouchers are now represented as negative value articles to paymorrow. This solves some problems with orders that contain vouchers or discounts. ## 0.9.9.7 * There are no changes to the previous version. This version has been created to keep the same version number with the oxold2paymorrow module. ## 0.9.9.6 * This version fixes a problem with articles if they are being sold-out by the paymorrow order. This fix requires OXID eShop 4.1.4 or newer. ## 0.9.9.3 * Release-candidate of the oxid2paymorrow module (for OXID certification).