Files
interblue.pl/modules/przelewy24/CHANGELOG.md
2024-10-25 14:16:28 +02:00

419 lines
8.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Change Log
## [1.3.96] - 2024-02-12
- Fix repeating payments.
## [1.3.95] - 2023-12-22
- Optimise card payments.
- Adjust code to new PSValidation Rules.
## [1.3.94] - 2023-11-23
- Remove installment.
## [1.3.93] - 2023-11-20
- Fix extra charge.
- Fix payment inside shop.
## [1.3.92] - 2023-11-10
- Fix JavaScript.
- Fix extra charge.
## [1.3.91] - 2023-10-31
- Add some texts.
- Update documentation.
## [1.3.90] - 2023-10-05
- Update oneclick.
- Add info on standard return page.
- Fix payments inside shop.
## [1.3.89] - 2023-09-20
- New payment inside shop.
## [1.3.88] - 2023-08-09
- Add option to use standard return page.
## [1.3.87] - 2023-07-26
- Fix for legacy versions older than 1.7.6.
## [1.3.86] - 2023-05-29
- Fix refunds
- Fix accepting regulations
## [1.3.85] - 2023-05-19
- Fix refunds
## [1.3.84] - 2023-05-12
- Tune non PLN payments.
- Cosmetics.
## [1.3.83] - 2023-05-10
- Extend refund options
## [1.3.82] - 2023-04-14
- Update logo
- Fix translations
- Add link to documentation
- Trim incoming strings in configuration
## [1.3.81] - 2023-02-09
- Add the Google Pay for non PLN payments
- Fix return page
## [1.3.80] - 2023-01-15
- Fixes for UTF-8
## [1.3.79] - 2022-12-15
- Fix orders descriptions
## [1.3.78] - 2022-11-14
- Add wait for transaction option
## [1.3.77] - 2022-11-04
- Add hook on confirmation page for other plugins
## [1.3.76] - 2022-10-20
- Proper information about P24 order
## [1.3.75] - 2022-07-14
- Bugfix
## [1.3.74] - 2022-07-11
- Fix one link
## [1.3.73] - 2022-05-20
- Add new ids for cards
## [1.3.72] - 2022-05-18
- Update translations
## [1.3.71] - 2022-05-16
- Bugfix
## [1.3.70] - 2022-05-06
- Tune Apple Pay methods
## [1.3.69] - 2022-04-20
- Fix refunds
## [1.3.68] - 2022-04-06
- Drop md5 hash
- Drop use of old API
## [1.3.67] - 2022-02-23
- Add support for ApplePay
## [1.3.66] - 2022-02-18
- Bugfix
## [1.3.65] - 2022-02-10
- Split configuration for visible payment methods
- Fix for PHP 7.4+
- Use only short Przelewy24 order id on admin panel
- Fix CSS
## [1.3.64] - 2022-01-26
- Add transaction id
## [1.3.63] - 2022-01-24
- Make confirmation page optional
## [1.3.62] - 2022-01-11
- Bugfixes
## [1.3.61] - 2022-01-03
- Fix display of P24Now
- Add conditions to display OneyRaty
## [1.3.60] - 2021-11-18
- Fix admin panel for PrestaShop 1.7.7+
## [1.3.59] - 2021-11-08
- Bugfixes
## [1.3.58] - 2021-11-02
- Fix config
## [1.3.57] - 2021-10-05
- Tune P24 statuses installation
## [1.3.56] - 2021-10-01
- Hide P24Now config if unavailable
## [1.3.55] - 2021-09-17
- Fix offset by 1 percent
- Fix product list
- Add SVG icons
## [1.3.54] - 2021-09-03
- Update database column for exernal Przelewy24 order id
- Remove SOAP API
- Remove some dead code
- Fix installation script for debug mode
## [1.3.53] - 2021-07-15
- Fix database update
## [1.3.52] - 2021-07-15
- Better BLIK experience
## [1.3.51] - 2021-07-14
- Smarter CSS loading
## [1.3.50] - 2021-06-17
- Add p24now module
- Promoting P24NOW module
## [1.3.49] - 2021-06-09
- Add option to enable BLIK
- Enforce checking regulations for BLIK
- Update description in config
- Update translations
## [1.3.48] - 2021-05-25
- Add BLIK
- Configurable order description (id or moniker)
- Add terms
- Minor bugfix
## [1.3.47] - 2021-04-01
- Fix SOAP
## [1.3.46] - 2021-03-18
- Intro is configurable
## [1.3.45] - 2021-03-18
- fix credit cards for not PLN
## [1.3.44] - 2021-03-17
- fix admin display for 1.7.6
## [1.3.43] - 2021-03-11
- fix information screen if order is from different payment method
## [1.3.42] - 2021-03-09
- load styles and script only on pages that need it
- fix notices in logs
## [1.3.41] - 2020-12-22
- Support for PrestaShop 1.7.7
## [1.3.40] - 2020-12-22
- Handle for multi warehouse payments
- allow repeat payment for guest users
## [1.3.39] - 2020-12-22
- change recurring cards to REST API
## [1.3.38] - 2020-09-15
- Added full order id to backend and database
- Added full order id as Przelewy24ID to admin view
## [1.3.37] - 2020-09-15
- added moduleName to OptionService, which resolves inability to pay using Bestkit's OnePageCheckout plugin
## [1.3.36] - 2020-06-04
- making "retry payment" button in order view available also on "mobile" resolutions
## [1.3.35] - 2020-05-05
- accept Przelewy24 terms in shop
## [1.3.34] - 2020-03-26
- remove race condition on return from payment
- fix CSS
## [1.3.33] - 2020-03-11
- fix rounding
## [1.3.32] - 2020-02-27
- card charging failure will no longer cause PHP notice
## [1.3.31] - 2020-02-26
- fix extracharge display for fractional amounts
- update translations
- fix coding standard
## [1.3.30] - 2020-02-10
- fix http error 500 on order view (admin and customer view, paid by Przelewy24), when module settings have been cleared
## [1.3.29] - 2019-12-19
- fix refund for recurring
- restore hidden translations
## [1.3.28] - 2019-12-17
- implementing support for new default PrestaShop email template (extracharge information will be added)
- fix translation in invoice
## [1.3.27] - 2019-12-15
- fix translations
## [1.3.26] - 2019-11-04
- fix extracharge
## [1.3.25] - 2019-08-27
- add custom payment method descriptions
## [1.3.24] - 2019-07-22
- switch to PrestaShop AJAX
- drop old hacks from CSS
- fix translations
## [1.3.23] - 2019-07-10
- Fix for notices reported in debug mode of application.
- Class factories implementation (dependency inversion principle).
- Cling HTML elements correctly.
- Converting application to HTML 5 (usage of HTML style for void tags and replacing obsolete elements and attributes)
## [1.3.22] - 2019-05-22
- url fix
- Yodas and strict comparisons
- limit size of logged data
## [1.3.21] - 2019-05-22
- fix for missing additional payment
- adding phpdocs
- few code style refactors
- displaying installment option
## [1.3.20] - 2019-02-05
- add order status config
## [1.3.19] - 2019-02-05
- fix icons for payment methods
## [1.3.18] - 2018-12-26
- Create single function in Przelewy24Helper.php to all code
- renderJson
- getSuffix
- isSoapExtensionInstalled
- change variable name "sufix" to "suffix"
## [1.3.17] - 2018-10-24
- code refactoring.
## [1.3.16] - 2018-10-22
- Font loading fix.
- The translator fix.
- The return status has been translated.
- Code optimization:
- using PrestaShop function to add new payment status.
- using Prestashop Collection and ObjectModel in a process of optimalisation of sql query.
## [1.3.15] - 2018-10-04
- Implemented functionality, which provides customer with a refund.
## [1.3.14] - 2018-09-26
- Additional payment can be now added to order
- Add protection against recurring payments
## [1.3.13] - 2018-04-06
- Add order creation state select.
- Default currency fix.
## [1.3.12] - 2018-04-06
- Add oneclick.
## [1.3.11] - 2018-04-03
- Add multi currency function.
## [1.3.10] - 2018-12-27
- Add client address to POST.
- Editing translations.
## [1.3.9] - 2017-11-24
- p24_ecommerce fix
## [1.3.8] - 2017-11-24
- Checking if Blik alias is REGISTERED using email.
## [1.3.7] - 2017-11-17
- Fixed Blik payment.
## [1.3.6] - 2017-11-16
- Merged security changes.
## [1.3.5] - 2017-11-09
- Security fixes.
## [1.3.4] - 2017-11-06
- Wait for result parameter added.
## [1.3.3] - 2017-11-05
- Security fixes.
## [1.3.2] - 2017-10-06
- Removed overwriting Bootstrap styles
## [1.3.1] - 2017-08-22
- Removed calling functions in empty function.
## [1.3.0] - 2017-06-27
- Merge all changes
- Bugsfixed
- WebSocket
## [1.2.8] - 2017-05-12
- Fixed order statuses for products which aren't in stock product
- Fixed install process
## [1.2.4] - 2017-04-06
- Fixed add payment card on panel
- Fixed oneClick payment
## [1.2.3] - 2017-04-05
- Edit styles in card payment
## [1.2.2] - 2017-03-06
-resumption payment link in order details
## [1.2.1] - 2017-02-14
- Added ajax card payment
## [1.2.0] - 2017-02-08
- Added payment with Blik OneClick UID
- Fixed remember card checkbox
## [1.1.4] - 2017-01-31
- Remember card - fixed ws url. Fixed error handler
## [1.1.3] - 2017-01-09
- Remember card - default: true
- Added ZenCard.
## [1.1.2] - 2017-01-02
- Added p24_language param
- Ajax customer remember card - fixed
## [1.1.1] - 2016-12-28 ##
- OneClick payment - bugsfixed
- Fixed pay by card
## [1.1.0] - 2016-12-22 ##
- OneClick payment
## [1.0.5] - 2016-12-19 ##
- Fixed payments methods
## [1.0.4] - 2016-12-16 ##
- Promote payment methods
## [1.0.3] - 2016-12-14 ##
- Show available payment methods in shop
- Sortable payment methods list
## [1.0.2] - 2016-12-09 ##
- Translations: pl, en
## [1.0.1] - 2016-12-09 ##
- Included shared-libs
- Cart products
## [1.0.0] - 2016-12-02 ##
- Created Przelewy24 module
- Added base module functions
- One language: polish