2026.06.23 - version 3.0.5
* Fix workflows

2026.06.23 - version 3.0.4
* Added Github workflows

2026.05.12 - version 3.0.2
* Added support for handling pay_for_order flows and ensuring resumed challenges are correctly initialized and validated.
* Browser attributes are refactored and validated to ensure consistent behavior across different checkout scenarios.
* Enhanced error messages and debug logging, especially for OAuth token management and 3DS validation failures.
* Refined and modularized functions in JavaScript and PHP for better maintainability and readability.
* Added new localization strings for Spanish and updated .pot files for consistency.

2026.05.06 - version 3.0.1
* Introduces a modal-based flow for 3D Secure to replace the existing popup-based mechanism.
* Improved 3DS processing feedback and status updates via modals.
* Validates necessary 3DS parameters and provides fallback mechanisms for potential failures.
* Enhanced error-handling logic for API exceptions in class-neopayment-client.php.
* Added missing validation for required 3DS parameters to prevent incomplete payload submissions.
* Prevents unnecessary page reloads during 3DS processing in classic WooCommerce checkout.
* Updates to JavaScript files for better modular structure and new 3DS modal functionality.
* Changes to CSS for styling the 3DS modal and its components.
* Versioning updates for scripts to reflect dynamic changes.
* Refreshes translation files (POT, PO, MO) with new strings related to the improved 3DS workflow and validation messages.
* Enhanced text clarity in some error/warning messages for end users in Spanish translations.
* Fixed issues where scripts were incorrectly enqueued during cart pages instead of checkout.
* Adjusted processes for handling checkout events and browser data collection.

2026.04.13 - version 3.0.0
* Renamed plugin

2025.09.22 - version 2.5.1
* Resubmitted plugin

2025.09.22 - version 2.5.0
* Renamed plugin slug

2025.08.07 - version 2.4.2
* Code convention fixes
* Refactorized plugin classes names

2025.08.07 - version 2.4.1
* Security fixes

2025.07.14 - version 2.4.0
* Show 3DS Challenge on Popup
* Added support for refunds
* Deleted support for API v1
* Added metadata for identify origin

2025.07.3 - version 2.3.1
* Added support for WordPress block mode

2025.04.10 - version 2.2.0
* Added APIv2 for eClave payments
* Fix support for 3DS payments

2025.01.30 - version 2.1.0
* Added support for 3DS payments

2024.11.23 - version 2.0.0
 * Adapted for API V2

2024.10.15 - version 1.2.0
 * Added native payments for VISA and Mastercard
 * Added translations

2024.03.11 - version 1.1.0
 * Enable VISA and MASTERCARD payments

2024.02.19 - version 1.0.4
 * Fix create Clave payments
 * Added deploy script

2023.12.20 - version 1.0.3
 * Fix Version update

2023.11.20 - version 1.0.2
 * Auto-update Production URL to metrobank.cobalt.tech after November 30th, 2023
 * Added error logs

2023.07.03 - version 1.0.1
 * Fix webhook response for Clave payments

2023.02.04 - version 1.0.0
 * First Release