Releases: mercadopago/cart-woocommerce
Releases ยท mercadopago/cart-woocommerce
Release 7.8.1 ๐
[7.8.1] - 2024-10-07
Added
Silence is golden directive implemented to enhance security for WordPress sites.
Sending new field to get the plugin version from the stores on funnel to improve onboarding.
Changed
Modified the way asset's are loaded into the store.
Fixed
Resolved issues with loading minified CSS and JS files in debugging environments.
Refined translations for ES-all languages.
Release 7.8.0 ๐
[7.8.0] - 2024-09-23
Changed
- Rebranded and revamped the CreditsGateway, improving overall user experience and aligning the visual identity with our updated brand guidelines, making it more intuitive and modern.
- Compressed several images without losing quality, which reduces the plugin bundle size and leads to faster download and installation times, improving performance without sacrificing visual fidelity.
- Removed implicit nullable parameter marking and replaced it with explicit nullable types, enhancing code clarity and reducing potential bugs related to type handling, thus improving code reliability.
Fixed
- Corrected the support component's link URL, ensuring users are directed to the appropriate help resources without encountering broken or incorrect links, improving support accessibility.
Release 7.7.0 ๐
[7.7.0] - 2024-09-11
Added
- New payment method: Implemented Yape Gateway, now available for transactions in Peru.
Changed
- Optimized packaging: Reduced the number of assets included in the plugin's zip package to improve performance and download time.
- Code enhancement: The code has been refactored to follow PHP 7.4 best practices by adopting Typed Properties, improving clarity and safety.
Fixed
- cardForm issue resolved: Fixed the error that appeared in the console during the loading of the
cardForm
script used in the Checkout API for cards. The loading process is now handled more efficiently, eliminating the issue.
Release 7.6.4 ๐
[7.6.4] - 2024-07-31
Fix:
- Prevents payment from being created if the currency conversion system fails.
Release 7.6.3 ๐
[7.6.3] - 2024-07-29
Fix:
- Fix the size of the card logos at checkout.
- Fix the problem of not showing the disclaimer about card fees for some countries.
[7.6.2] - 2024-07-16
Added:
- Added validation on user permissions to download plugin logs.
- Increased plugin wordpress tested version to the latest available.
Fix:
- Addressed an issue where discount and commission calculations were not being shown correctly on order details.
Release 7.6.1
[7.6.1] - 2024-06-26
Fix:
- Addressed an funnel metrics issue
[7.6.0] - 2024-06-26
Added:
- Integration with WooCommerce QIT. QIT is a testing platform for WordPress Plugins and Themes developed by WooCommerce, allowing developers to run a series of managed tests out-of-the-box.
- Implementation of a fallback using WP-cron to resolve the issue of stores' orders remaining in pending status. This feature prevents orders from getting stuck in the pending process by actively updating passive orders, ensuring smoother order management.
Changed:
- Incorporated code quality enhancements based on QIT recommendations.
Release 7.5.1 ๐
[7.5.1] - 2024-06-05
Fixed:
- Addressed a problem where one could not change the layout to use woocommerce blocks feature, causing even some pages that use blocks beeing unable to load properly.
- Addressed a vulnerability from prior releases that permitted authenticated attackers to access server configuration details from the seller host, ensuring enhanced security measures in the logs download endpoint.
Release 7.5.0 ๐
[7.5.0] - 2024-05-21
Added:
- Enhanced visual experience: Based on user feedback, we've refined the Credits checkout experience to make it more visually appealing and user-friendly. The modal now provides clearer information, payment methods are displayed more informatively, and tooltips are less intrusive within the store layout.
Changed:
- Configurable tooltip text: We've introduced a new setting in the Credits checkout that allows sellers to customize the text displayed in the Credits tooltip. This empowers sellers to tailor the checkout experience to their specific brand and messaging.
- Support Component: we've added a parameter to the support access link via the plugin's admin so that we can have metrics on the source of support access
Fixed:
- Payment method selection bug: We've addressed a bug in the checkout pro process that prevented the selected payment methods from being respected. This ensures that buyers can consistently use their preferred payment options.
Release 7.4.0 ๐
[7.4.0] - 2024-04-29
Added:
- A system has been implemented to collect metrics for new sellers, with the aim of facilitating the onboarding of these first-time users. These metrics will allow us to generate ideas for improving the relationship between the plugin and the seller during the onboarding process.
Other improvements:
- Updated dependencies (PHP SDK).
Release 7.3.5
[7.3.5] - 2024-04-17
Fixed:
- Checked field on checkout now validated.
- Rollback SDK dependency.