v1.2.2
LatestVerified Safe- 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)
- 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)