From abcb0bbf35fa350785ad7bc3bbb35cd84e66b9cb Mon Sep 17 00:00:00 2001 From: Elvis Heredia Date: Fri, 22 Apr 2022 17:41:05 -0500 Subject: [PATCH] feat: Update Changelog file and determine plugin version --- CHANGELOG.md | 114 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 104 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f4d24b1d..d6e3464a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,101 @@ +## [v2.3.2](https://github.com/conekta/conekta_prestashop/pull/102) - 2022-04-22 +### Changed +- Update Changelog file and determine plugin version + +## [v2.3.1](https://github.com/conekta/conekta_prestashop/pull/101) - 2022-04-21 +### Fixed +- Fix Coding standards to get approval from Prestashop Validator + +## [v2.3.0](https://github.com/conekta/conekta_prestashop/pull/98) - 2021-07-26 +### Changed +- Oxxo & Spei payments cart emptying and optimization + +## [v2.2.0](https://github.com/conekta/conekta_prestashop/pull/97) - 2021-07-13 +### Changed +- Add subscription en products y checkout +- Add restriction in OXXO expiration grate than 3 days + +## [v2.1.0](https://github.com/conekta/conekta_prestashop/pull/96) - 2021-06-15 +### Fixed +- Fix Coding standards + +### Changed +- Add the reference code of the Conekta order to the order generated by Prestashop +- Add pre-authorization +- Add Cancellations + +## [v2.0.3](https://github.com/conekta/conekta_prestashop/pull/94) - 2021-05-21 +### Fixed +- Fix OXXO Expiration in checkout Conekta + +## [v2.0.2](https://github.com/conekta/conekta_prestashop/pull/93) - 2021-05-14 +### Fixed +- Fix Coding standards and improvements in Prestashop + +### Changed +- Update copyright date +- Update params into getCustomerInfo function + +## [v2.0.1](https://github.com/conekta/conekta_prestashop/pull/92) - 2021-05-13 +### Fixed +- Fix Coding standards and improvements in Prestashop + +### Changed +- Add config.xml file +- Update copyright date + +## [v2.0.0](https://github.com/conekta/conekta_prestashop/pull/91) - 2021-03-16 +[Prestashop] Codacy check /cancellations and expiration OXXO (#91) +### Fixed +- Fix webhook registration logic +- Fix validation and templating errors +- fix double cc payment +- Fix attributes to deploy on marketplace +- Fix second validation +- Fix security +- Fix error string concatenation +- Fix in orders with discounts without code +- Fix monthly installments bug +- Fix webhooks implementation +- Fix verifies the data information before proceeding to do any operations in the order +- Fix Round discount lines amount + +### Changed +- Add webhook management +- Add BANORTE CEP +- Add ErrorList catch added for web hooks too +- Add conekta order id +- Add soft validation for customer info +- Add tax lines and new amount calculation +- Add event signature authentication +- Rename mod conektatarjeta to mod conektaprestashop in tpl files +- Update version at upgrade config +- Replace pagoefectivo to conektaprestashop at checkout-confirmation-all.tpl +- Secure cast in webhook and verify amounts from webhook events +- Use namespace models +- Add currency +- Changing Oxxo structure in order to support new data structures +- Prestashop now catch ErrorList errors +- Passing the error message to the display section +- Sending all error messages in URL in order to allow the template to display them +- Use downloadable when virtual +- Updating discount lines for version 2.0 +- Updating Prestashop lib, and sky issue +- Reinserting reference for OxxoPay +- Making description optional if it is less than two characters short. +- Updating OXXO Pay Visual Elements +- Updating Oxxo Pay text in frontend +- Updating administrator options for OxxoPay +- Update README.md + +### Deleted +- Remove all unnecessary events for webhook creation +- Remove unnecessary files +- Delete prestashop folder from conekta plugin +- Removing code bar, modifying payment_source to payment_method +- Removing fiscal entity. +- Removing banorte as a payment method option + ## [v1.1.0](https://github.com/conekta/conekta_prestashop/releases/tag/v1.1.0) - 2017-09-09 ### Fixed - Calculate order total in method Validate Order @@ -16,13 +114,9 @@ ## [v1.0.0](https://github.com/conekta/conekta_prestashop/releases/tag/v1.0.0) - 2017-08-17 ### Update -- Online and offline payments. - -- Automatic order status management. - -- Sandbox testing capability. - -- Client side validation for credit cards. - -- All card data is sent directly to Conekta's servers so you don't have to be PCI compliant. -compatibility with prestashop 1.7.6.0 +- Online and offline payments. +- Automatic order status management. +- Sandbox testing capability. +- Client side validation for credit cards. +- All card data is sent directly to Conekta's servers so you don't have to be PCI compliant. +- compatibility with prestashop 1.7.6.0