Fixed “Remember your details with Simply.IN” admin toggle saving incorrect value when other settings were saved without changing it.
5.5.30
Added “Requires Plugins: woocommerce” in simplyin.php
The “Remember your details with Simply.IN” checkbox is now pre-selected by default for all users. A new admin setting allows merchants to disable this behaviour.
5.5.29
Restored the previous parcel locker selection logic in block checkout for Octolize and added a fallback to ensure backward compatibility, using setOctolizePickupPoint when available.
Updated the presentation of the “Remember your details with Simply.IN” field to a reversed option and replaced the toggle switch with a checkbox without changing its behavior.
5.5.28
Improved order sync and createOrder handling by adding statusInfo support, updatedAt field, and consistent status and date mapping aligned with the SimplyIn API contract.
Improved parcel locker selection in block checkout for the InPost WooCommerce Octolize plugin by using the setOctolizePickupPoint function instead of DOM manipulation.
Moved “Remember your details with Simply.IN” toggle to a separate “Additional Settings” section in the admin panel, below the main settings.
5.5.27
Fixed nightly sync incorrectly calling /merchants/setLogisticsProviders (write endpoint) – logistics providers are already read via /plugin-sync/info.
Code quality improvements and plugin checker fixes.
Fixed duplicate createOrder API calls when both classic and block checkout hooks fire for the same order in a single request.
Fixed background sync re-queueing orders that were already exported to SimplyIN.
Fixed background sync query fetching already-exported orders due to redundant meta_query conditions.
When SimplyIN API responds with “Order already exists”, order is now correctly marked as exported instead of silently ignored.
5.5.26
Fixed email field not being moved to the top of the billing form when using Elementor / JetWooBuilder or themes that do not add the field ID as a CSS class.
Added address description (desc) display for APM parcel machines and PUDO pickup points in the widget.
Fixed styles and added description label when adding a new parcel locker address.
Fixed widget resetting to courier after adding a parcel locker (persist delivery type with popup restore).
Fixed checkout staying on or switching back to courier when parcel delivery is active
5.5.25
Fixed DHL Polska native method (dhl_polska_flat_rate) not being recognized as a pickup point when service is set to SERVICEPOINT.
Added Poczta access point support in the widget with Apaczka provider integration.
Fixed email field not being moved to the top of the billing form in classic checkout.
Fixed “New” badge layout in the account creation form – badge now stacks above the logo on small screens.
Fixed duplicate address entries in the widget by improving address matching and deduplication logic (including pickup points).
Fixed incorrect shipping handling for mixed carts (physical + virtual products), restoring delivery options (courier and APM/PUDO).
5.5.24
Added shipping zone–based mapping for SimplyIn shipping methods.
Introduced automatic migration of existing global mappings to the new zone-based structure.
Implemented zone-aware checkout resolution with fallback logic.
Added labels for parcel machines and pickup points in the widget address list.
Improved duplicate address detection to prevent adding the same point twice.
Fixed tab navigation after adding a new address – the widget now opens the correct tab automatically.