jmichaelward / board-game-collector

A WordPress plugin to retrieve user game collections using the BoardGameGeek API.
https://jmichaelward.com
6 stars 1 forks source link

Delete transients when the username is updated in settings. #35

Closed jmichaelward closed 4 years ago

jmichaelward commented 4 years ago

Currently, after updating the settings page with a new user, the transient that's cached to preserve BGG data for a short period of time to prevent too many REST requests is preserved. This should be updated so that saving a new user will clear the cache and trigger a new request to BGG.

jmichaelward commented 4 years ago

This has been implemented.