Skip to content

Releases: gadgetto/UserImport

2.0.0-beta2 [MODX3]

03 Mar 14:40
Compare
Choose a tag to compare

[2.0.0-beta2] - 2023-03-03

Added

  • Import as GoodNews subscribers if GoodNews add-on is installed
  • Assign GoodNews groups and categories on import

1.2.0-pl [MODX2]

22 Feb 19:38
Compare
Choose a tag to compare

[1.2.0-pl]

Added

  • Added bootstrapper to setup development environment

Changed

  • Complete code refactoring PSR12 based
  • Updated package build process

Fixed

  • [#11] Fixed missing mailsubject and mailbody when import process starts
  • Removed deprecated use of strftime (PHP8+)
  • Fixed birth date check

2.0.0-beta1 [MODX3]

21 Feb 15:22
Compare
Choose a tag to compare

[2.0.0-beta1]

Added

  • Added new setting mail_format (HTML or Plain text)
  • User notification mails are now generated as multipart mails (HTML + plain-text)

Changed

  • Fully refactored for MODX3 (UserImport 2.x only!)
  • Moved translations to Crowdin

Fixed

  • [#11] Fixes missing mailsubject and mailbody when import process starts
  • Removed deprecated use of strftime (PHP8+)

v1.1.1-pl [MODX2]

19 May 14:38
Compare
Choose a tag to compare

Added

  • Added new checks for import file

Fixed

  • [#12] Fixed deprecated usage of ereg() in validEmail method