Readme: remove developer-only sections; shorter Description, Installation, FAQs, and External services for store owners.
1.0.6
WordPress.org: add banner, icons, and screenshots; merchant-focused readme refresh; clarify Composer is only required for Git/source installs.
No functional code changes.
1.0.5
Readme: add External services section (Keeal API usage, data sent, webhook flow, Terms and Privacy links) for WordPress.org guidelines.
1.0.4
Fix payment settings: do not run gateway settings HTML through wp_kses_post() (it stripped password/API inputs). Documented PHPCS exception for WC-generated markup.
1.0.3
Transactions list: meta_key order query with Plugin Check annotation; Plugin Check pass (ABSPATH, i18n, escaping, no redundant load_plugin_textdomain).
1.0.2
Transactions list: use WooCommerce meta_key order query instead of meta_query (Plugin Check compatibility).
1.0.1
Plugin Check: ABSPATH guards in all includes; fix text domain and escaping on gateway settings; remove redundant load_plugin_textdomain (WordPress.org loads translations); PHPCS annotations for safe GET usage.
1.0.0
First public release: hosted checkout redirect, REST webhooks with signature verification, HPOS compatibility, Cart & Checkout Blocks payment registration.