Releases: Inxmail/inx_magento2
Release list
V1.3.3 — PHPUnit security update and Magento 2.4.9 compatibility
Security
Closes Dependabot advisory for phpunit/phpunit ^6.2 (CVE-2017-9841,
eval-stdin.php remote code execution). The dev-dependency constraint
is widened to ^9.5 || ^12.0 so the module advertises compatibility
with the PHPUnit lines used by current Magento releases.
Compatibility
- Tested on Magento Open Source 2.4.9 with PHP 8.4.21 and PHPUnit 12.5
- Continues to work with Magento 2.4.4–2.4.8 (PHPUnit 9.x)
PHP 8.4 compatibility
- symfony return value handling
- explicit null value params
1.3.1
Compatibility for Magento CE 2.4.6
The ZEND_HTTP has been replaced to allow compatibility with Magento CE Version 2.4.6
Compatibility for Magento 2.4.4, php 8.1
What's Changed
- Updated dependencies for Magento 2.4.4 and PHP 8.1
Compatibility Magento 2.4.3-p1
What's Changed
- Corrected guest user subscription handling for Magento 2.4.3-p1
- Some descriptive text for configuration screen
Bugfixes
allow configuration of module when it is deactivated
Bugfixes
- corrected behaviour of sync
-- when customer has no birthday information provided, but is configured in the attribute mapping an empty value is now synced
-- when customer has no order yet, an empty last order date is now synced
Bugfixes
- Birthday Format fix
- SetupConfig Installation fix
Added last order date synchronisation
With this release, you'll be able to target your subscribers based on their last order date.
In order for this to work, you'll have to setup a cronjob to regularly update the subscriber infos in Inxmail Professional through the command:
./bin/magento inx:sync:subscriber subscribed
The cronjob should not run more than once an hour. Typically, once per day should be enough.