Moved the “Support The Plugin” box into a sticky right-hand sidebar next to the settings, instead of below the form.
1.5.4
Added a “Support The Plugin” box on the settings page with quick links to leave a review on WordPress.org and to donate.
1.5.3
Tested and confirmed compatible with WordPress 7.0.
Updated “Tested up to” to 7.0.
Fixed: the “New Order” admin email and woocommerce_new_order hook were fired twice per order, causing duplicate admin notifications and double-fired integrations. They now fire exactly once.
Fixed internal version constant to match the plugin version (was out of sync with the header/stable tag).
1.5.2
Removed hardcoded WP_LANG_DIR constant – now using load_plugin_textdomain()
Removed hardcoded WP_CONTENT_DIR fallback – now properly handles wp_upload_dir() errors
1.5.1
Improved: Orders created via “Buy in 1 Click” now correctly trigger native WooCommerce status transition hooks.
Fixed: Order number mismatch by using the WooCommerce display order number instead of internal order ID for frontend messages and integrations.
Improved: Overall compatibility with WooCommerce notification, automation, and messaging plugins.
1.5
Fixed translation system – .mo files now generate correctly on plugin activation
Added complete MO file binary generation according to GNU gettext specification
Added automatic translation file regeneration if missing or deleted