File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.12.2-alpha] - unreleased
9-
10- This is an alpha version! The changes listed here are not final.
11-
8+ ## [ 0.12.2] - 2025-11-24
129### Fixed
13- - Improve compatibility with old WooCommerce versions.
10+ - Improve compatibility with old WooCommerce versions. [ # 46003 ]
1411
1512## [ 0.12.1] - 2025-11-19
1613### Fixed
@@ -219,7 +216,7 @@ This is an alpha version! The changes listed here are not final.
219216- Fix namespace issue with WooCommerce class reference. [ #35857 ]
220217- General: bail early when WooCommerce is not active. [ #36278 ]
221218
222- [ 0.12.2-alpha ] : https://github.com/Automattic/woocommerce-analytics/compare/v0.12.1...v0.12.2-alpha
219+ [ 0.12.2 ] : https://github.com/Automattic/woocommerce-analytics/compare/v0.12.1...v0.12.2
223220[ 0.12.1 ] : https://github.com/Automattic/woocommerce-analytics/compare/v0.12.0...v0.12.1
224221[ 0.12.0 ] : https://github.com/Automattic/woocommerce-analytics/compare/v0.11.0...v0.12.0
225222[ 0.11.0 ] : https://github.com/Automattic/woocommerce-analytics/compare/v0.10.1...v0.11.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @automattic/woocommerce-analytics" ,
3- "version" : " 0.12.2-alpha " ,
3+ "version" : " 0.12.2" ,
44 "private" : true ,
55 "description" : " WooCommerce Analytics package to track frontend events" ,
66 "homepage" : " https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/woocommerce-analytics/#readme" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class Woocommerce_Analytics {
2121 /**
2222 * Package version.
2323 */
24- const PACKAGE_VERSION = '0.12.2-alpha ' ;
24+ const PACKAGE_VERSION = '0.12.2 ' ;
2525
2626 /**
2727 * Proxy speed module version.
You can’t perform that action at this time.
0 commit comments