Skip to content

Releases: network-international/ngenius-magento-plugin

1.1.4

18 Mar 05:14
23f41aa
Compare
Choose a tag to compare

Compatible with Magento 2.4.4+ and PHP 8.1

  • Add VISA additional mandatory fields to the Order API Request Body.
  • Don't allow OrderCancelAfter Observer to trigger for other payment methods.
  • Don't allow Cron to process orders created by other payment methods.
  • Change the cron table from ngenius_networkinternational to ngenius_networkinternational_sales_order to avoid the processing of historic orders.
  • Fix Cron order processing of abandoned APM methods in a state of AWAIT_3DS.
  • Improve payment action support for China Union Pay.

Full Changelog: 1.1.3...1.1.4

1.1.3

29 Nov 03:37
c9bd2d3
Compare
Choose a tag to compare

Compatible with Magento 2.4.4+ and PHP 8.1

  • Cancel abandoned orders after one hour using the cron.
  • Add the ability to debug cron job order processing.
  • Update to N-Genius Common Class 1.0.6.
  • Add support for XOF.
  • Improve support for Samsung Pay Refunds.

Full Changelog: 1.1.2...1.1.3

1.1.2

31 Oct 04:41
015fbe2
Compare
Choose a tag to compare

Compatible with Magento 2.4.4+ and PHP 8.1

  • Fix schema index attribute causing deprecated functionality warning.
  • Add support for BHD and KWD currency decimals.

Full Changelog: 1.1.1...1.1.2

1.1.1

15 Sep 03:26
bc2e712
Compare
Choose a tag to compare

Compatible with Magento 2.4.4+ and PHP 8.1

  • Align code with Magento code standards (phpcs).
  • Fix duplicate mail notifications when re-loading the order success page.
  • Fix store credit reverting twice on certain order status settings.

Full Changelog: 1.1.0...1.1.1

1.1.0

15 Aug 04:48
054fa17
Compare
Choose a tag to compare

Compatible with Magento 2.4.4+ and PHP 8.1

  • Fix order status not changing to 'Complete' when shipped using 'Capture Offline'.
  • Fix cron query timing out.
  • Allow N-Genius Refund Statuses to be configurable.
  • Add merchant defined data for plugin name and version.

Full Changelog: 1.0.9...1.1.0

1.0.9

05 Aug 16:44
b97fb86
Compare
Choose a tag to compare

Compatible with Magento 2.4.4+ and PHP 8.1

  • Add option "Send Email on Order Creation".
  • Force Magento payment action to 'authorize'.
  • Fix order email not sending for COD payment method.

Full Changelog: 1.0.8...1.0.9

1.0.8

04 Aug 04:35
d3e8379
Compare
Choose a tag to compare

Compatible with Magento 2.4.4+ and PHP 8.1

  • Add support for custom failed order statuses and states.
  • Add option to disable sending the invoice email.
  • Fix issues with the order status history for the initial order state.
  • Improve reliability of payment actions on different servers.
  • Fix issues with multi-store website scopes for settings.

1.0.7

01 Aug 03:53
adba00a
Compare
Choose a tag to compare

Compatible with Magento 2.4.4+ and PHP 8.1

  • Add support for custom success and pending order statuses and states.

1.0.6

24 Jul 14:28
6c73e60
Compare
Choose a tag to compare

Compatible with Magento 2.4.4+ and PHP 8.1

  • Add type check for commands before attempting to run.

1.0.5

20 Jul 13:41
1284849
Compare
Choose a tag to compare

Compatible with Magento 2.4.4+ and PHP 8.1

  • Handle deprecated functionality str_replace() passing null to parameter.
  • Don't allow order email for invalid order indexes.