Skip to content

Commit 80fc426

Browse files
tbradshamatticbot
authored andcommitted
Backport jetpack 15.3-a.9 changes (#46063)
Co-authored-by: tbradsha <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19647813119 Upstream-Ref: Automattic/jetpack@2b61af7
1 parent c90f39f commit 80fc426

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/class-woocommerce-analytics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)