opencredit / badgeos

BadgeOS is a plugin to WordPress that allows you to easily create badges and set up the steps and achievements users take to earn them. Badges are Mozilla OBI compatible and sharable via Credly.
http://www.badgeos.org
GNU Affero General Public License v3.0
93 stars 64 forks source link

badgeos_revoke_achievement_from_user using old user meta methods #740

Open uncannyken opened 4 years ago

uncannyken commented 4 years ago

It seems there is a bug in BadgeOS function: badgeos_update_user_achievements() which is called in: badgeos_revoke_achievement_from_user() It seems you are using user meta for saving achievements but in newer versions of the plugin you are using your own tables. In the functions above there's no support for the newer versions.

BadgeOS Version: 3.6 WordPress version: 5.4.2