You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's extensible; If you have products on multiple markets, you can add as many as you like;
it requires PHP 5.3+ (although I tested only on 5.5 it should work with lower versions as well;
it has some hooks that allows you to... well, hook on user registration success;
it stores purchases data into a separate DB;
it doesn't really integrate with anything (so no role sets, no nothing). But since you have hooks, you can extend it in no time to integrate with bbpress or whatever;
it doesn't have an uninstall routine. Removing the plugin will NOT clear the DB or anything.
I'm also planning to add some extra stuff like:
key management (a registered user to be able to add and maybe delete more purchase keys)
a badge system (some methods to show a badge on forums)
a granular permission (e.g. access only certain forums)
etc
You are free to use, fork, change, pull request 👍
The text was updated successfully, but these errors were encountered:
Hi guys.
I forked Aqua verifier into MarketCheck: https://github.com/iamntz/MarketCheck
What it does/doesn't ?
I'm also planning to add some extra stuff like:
etc
You are free to use, fork, change, pull request 👍
The text was updated successfully, but these errors were encountered: