Skip to content

Releases: Inxmail/inx_magento2

V1.3.3 — PHPUnit security update and Magento 2.4.9 compatibility

Choose a tag to compare

@falco-knapp falco-knapp released this 13 May 18:53
8fb7df3

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

Choose a tag to compare

@falco-knapp falco-knapp released this 01 Dec 14:30
  • symfony return value handling
  • explicit null value params

1.3.1

Choose a tag to compare

@falco-knapp falco-knapp released this 28 May 12:43

Fixed product feed access.

Compatibility for Magento CE 2.4.6

Choose a tag to compare

@falco-knapp falco-knapp released this 09 Oct 09:03
415b745

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

Choose a tag to compare

@falco-knapp falco-knapp released this 17 May 09:21
8273f6d

What's Changed

  • Updated dependencies for Magento 2.4.4 and PHP 8.1

Compatibility Magento 2.4.3-p1

Choose a tag to compare

@falco-knapp falco-knapp released this 26 Nov 11:59
e97c6c8

What's Changed

  • Corrected guest user subscription handling for Magento 2.4.3-p1
  • Some descriptive text for configuration screen

Bugfixes

Choose a tag to compare

@falco-knapp falco-knapp released this 04 Jun 11:02
c623fe8

allow configuration of module when it is deactivated

Bugfixes

Choose a tag to compare

@falco-knapp falco-knapp released this 27 Feb 16:17
e4aaa95
  • 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

Choose a tag to compare

@falco-knapp falco-knapp released this 28 Jan 11:15
bd0fe02
  • Birthday Format fix
  • SetupConfig Installation fix

Added last order date synchronisation

Choose a tag to compare

@falco-knapp falco-knapp released this 03 Jun 10:38
1f15b16

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.