Skip to content

1.2.2 - 2026-05-15

Choose a tag to compare

@dparker1005 dparker1005 released this 15 May 17:22
· 28 commits to master since this release
  • BUG FIX: Fixed an issue where imported members were expiring one full day early because their end date was stored with a 00:00:00 time and the daily expiration cron cancelled them at the start of that day. End dates without an explicit time are now padded to 23:59:59 to match PMPro core's checkout behavior. #74 (@camilolunacom)
  • BUG FIX: Fixed an issue where error log line numbers reset to 1 at the start of each batch during batched imports, making it hard to tell which CSV row produced each error. The line numbers now track the absolute file row across all batches. #73 (@JarrydLong)