*** AtoShip Shipping & Labels Changelog ***

2026-05-20 - version 1.3.3
* Tweak - Bumped "WC tested up to" header to 10.7.0 (current WooCommerce minor) to clear the QIT Validation Test warning.
* Tweak - Rewrote uninstall.php to use $wpdb->prepare() with the %i identifier placeholder for table-name interpolation. Clears all four wordpress.org Plugin Check warnings flagged on this file.
* Notice - Minimum WordPress raised from 5.8 to 6.2 (the version that introduced the %i placeholder we now use in uninstall queries).

2026-05-20 - version 1.3.2
* Tweak - Refreshed plugin page screenshots and captions to better reflect the current UI (order metabox, settings tab, and shipping-method integration).

2026-05-20 - version 1.3.1
* Tweak - Tested up to WordPress 7.0.
* Tweak - Admin styles now use the standard WordPress admin theme CSS variables (--wp-admin-theme-color) with hex fallbacks, so the plugin visually adapts to the new "Modern" admin theme in WordPress 7.0 without affecting older versions.
* Fix - Escape conditional CSS class output in the tracking timeline (cosmetic Plugin Check warning; no functional change — output was already safe).

2026-03-12 - version 1.3.0
* Fix - Properly escape all outputs with esc_html, esc_attr, wp_kses_post.
* Fix - Strengthened REST API permission callbacks with write-access verification.
* Fix - Webhook endpoint now always verifies HMAC signature when a secret is configured.
* Add - Added "Requires Plugins: woocommerce" header for WordPress compliance.
* Add - Added External Services documentation to readme.
* Tweak - Moved inline styles to wp_add_inline_style for proper enqueuing.
* Tweak - Renamed shipping method class to use plugin-specific prefix.

2026-02-15 - version 1.2.0
* Add - Inline rate comparison and label purchase directly from WooCommerce order page.
* Add - Ship-from address selector with saved addresses from AtoShip account.
* Add - AtoShip icon to metabox title.
* Tweak - Shows all available rates (no longer limited to top 10).
* Tweak - Rate list resets when ship-from address is changed.

2026-01-20 - version 1.1.0
* Add - Visual progress stepper (Preparing > Picked up > In Transit > Delivered) on the order page.
* Add - Carrier logo and service name display in the shipping metabox.
* Add - Collapsible tracking timeline with event history.
* Add - "Track on [Carrier]" quick action button.
* Add - AtoShip tracking page link for tracking numbers.

2025-12-01 - version 1.0.0
* New - Initial release.
* Add - OAuth-based connection to AtoShip.
* Add - Automatic order sync with configurable status triggers.
* Add - Real-time shipping rates at checkout.
* Add - Webhook handler for label and tracking updates.
* Add - Bulk order actions.
* Add - WooCommerce HPOS compatibility.
