New: Developer filter hooks now fire on every price-conversion, switcher-render, and GeoIP-detection path. This lets add-ons and Pro extensions integrate cleanly without monkey-patching:
storzen_cs_rate / scs_pro_rate — modify the base→target exchange rate (mirror-fired under both names for backward compatibility with existing Pro hooks).
storzen_cs_convert_price / scs_pro_convert_price — adjust the final converted price.
storzen_cs_enabled_currencies / scs_pro_enabled_currencies — restrict the visible currency list per visitor (role rules, country lock, etc.). Admin context is the callback’s responsibility to opt out of.
storzen_cs_switcher_html / scs_pro_switcher_html — wrap or suppress the rendered switcher HTML.
storzen_cs_geoip_country / scs_pro_geoip_country — override the detected country before currency mapping.
Fixed: Plugin URI in the main file header had a typo (“ooCommerce” → “woocommerce”).
Improved: Plugin description now mentions the Elementor widget compatibility, matching the rest of the codebase.