Bump version to 0.12.1
All checks were successful
Create Release Package / build-release (push) Successful in 1m10s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-04 10:27:58 +01:00
parent a1155af6a0
commit d39abc0dd1
2 changed files with 15 additions and 2 deletions

View File

@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.12.1] - 2026-02-04
### Fixed
- Fixed WooCommerce product sync button not working on settings page
- Fixed AJAX handler registration timing (now registered directly instead of on `woocommerce_loaded` hook)
- Fixed sync button icon vertical alignment
- Added Dashboard link to WordPress plugins list page
### Added
- Better error handling and console logging for WooCommerce sync AJAX requests
## [0.12.0] - 2026-02-04
### Security