fix frontpage dating box because the dating matrix would only generate for last 1h active users but run @daily, so 95% of users it wouldn’t generate dating matrix for #nomads
add 'payment_intent_data'=>['setup_future_usage'=>'off_session'] to Stripe Checkout Session creation so that payment_method is saved to Customer by default #nomads
get XSS vulnerability reported that reads /etc/passwd on /screenshot.php but it turns out it’s reading the /etc/password of the screenshot service API Flash not us! #nomads
fix wrong images shown when you add a place because it did if(cityImageExists) then if(countryImageExists) then if(regionImageExists) but should be if then else if then else if as fallbacks #nomads profile