Fixed duplicate stylesheet registration that could trigger a “Style already registered” notice under WP_DEBUG
Updated the production API endpoint to prod-opr-lg.mobilityinfotech.com
Expanded the “External services” section to document every field sent in the payload (totals breakdown, paid date, pickup location, custom headers) and explicitly state that no other endpoints are contacted
Clarified onboarding process: API credentials are issued by Mobility Infotech after a merchant requests a demo on the marketing website
Adjusted “Tested up to” header to reflect a currently released WordPress version
1.0.1
Renamed all internal function/option prefixes from mil_ to milogistics_ for better namespace isolation
Moved inline JavaScript and CSS into separately enqueued asset files (admin.js, admin.css)
Added explicit external service domain and full data-flow disclosure to readme
Fixed refund hook to use the correct WooCommerce action (woocommerce_order_refunded)
Removed signature value from log output on webhook verification failures
Added capability check (manage_woocommerce) to Test Connection AJAX handler
All user-facing strings are now translation-ready
Renamed inbound webhook header from X-MIL-Signature to X-Milogistics-Signature
Added uninstall.php to clean up plugin options on deletion