mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
b8197023b3
closes #12156 - When adding new member through `POST /members` API or importing members with CSV importer `POST /members/upload` API created_at and subscribed were ignored - Similar problem but only with `subscribed` field was present in `PUT /members/:id` API - The regression was introduced with a bump of @tryghost/members-api to 0.26.0, specifically this change in upstream -a28bcc5b2a (diff-3daeef67d07a2a0f94c89a86cafcede9R44)
- Bumped @tryghost/members-api package to 0.28.2 fixing the underlying issue -7b5f2e3cb7
4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
email,name,note,subscribed_to_emails,labels,created_at
|
|
jbloggs@example.com,joe,,true,,
|
|
test@example.com,test,"test note",false,"test-label","1991-10-02T20:30:31.000Z"
|