fix if bank payment used the callback wouldn’t properly post the job because it would use the Stripe Session ID to find it in DB, but use client_reference_id in Session instead which is the Job Post ID #remoteok
gender and language tags if active do not show on mobile layout when filtering profiles because div.top-tags .tag { display:none; } should be div.top-tags .tag:not(.active) { display:none; } #remoteok
start saving edit hash (used by companies to edit job posts) in db instead of generating it on-the-fly so we can later switch to random hashes for more security #remoteok