Skip to content

v7.5.4

Compare
Choose a tag to compare
@Aylie-Chou Aylie-Chou released this 24 Apr 09:28
· 18 commits to master since this release
6db6b5a

Notable Changes

  • api/auth
    • clear activated cookie when logout
  • api/donation
    • add is_anonymous in get user donations response
    • add card_info_type & card_info_last_four in get user donations response
  • api/news
    • add /v2/post_reviews endpoint
  • doc/donation
    • update user-donation api doc for new added response data
  • doc/news
    • add doc for new added news endpoint
  • test
    • add test cases for new added news endpoint

Commits

  • [a1b2663a3e] - fix: format (Lucien)
  • [39c5e03c2c] - feat: add is anonymous for donation response (Lucien)
  • [b74b39d43b] - fix: clear activated cookie when logout (Aylie Chou)
  • [a412ed4989] - fix: add test case for /v2/post_reviews endpoint (Aylie Chou)
  • [31b76863a3] - fix: add doc for post_reviews endpoint (Aylie Chou)
  • [c00d5bc56c] - feat: add /v2/news/post_reviews endpoint (Aylie Chou)
  • [93a7bb544a] - feat: update doc html (Lucien)
  • [a145978c13] - feat: add more card info (Lucien)