Skip to content

Commit 1e1cdd3

Browse files
grzegorz-cpmatticbot
authored andcommitted
Amend readme.txt
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19839541614 Upstream-Ref: Automattic/jetpack@1487267
1 parent c3ae015 commit 1e1cdd3

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ 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.13.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.13.0] - 2025-12-01
129
### Changed
13-
- Added Beacon API support and replaced @wordpress/api-fetch with native fetch
14-
- Update package dependencies.
10+
- Added Beacon API support and replaced @wordpress/api-fetch with native fetch. [#45891]
11+
- Update package dependencies. [#46143]
1512

1613
### Fixed
17-
- Fix proxy speed module installation using WP_Filesystem API with proper error handling
14+
- Fix proxy speed module installation using WP_Filesystem API with proper error handling. [#45801]
1815

1916
## [0.12.2] - 2025-11-24
2017
### Fixed
@@ -227,7 +224,7 @@ This is an alpha version! The changes listed here are not final.
227224
- Fix namespace issue with WooCommerce class reference. [#35857]
228225
- General: bail early when WooCommerce is not active. [#36278]
229226

230-
[0.13.0-alpha]: https://github.com/Automattic/woocommerce-analytics/compare/v0.12.2...v0.13.0-alpha
227+
[0.13.0]: https://github.com/Automattic/woocommerce-analytics/compare/v0.12.2...v0.13.0
231228
[0.12.2]: https://github.com/Automattic/woocommerce-analytics/compare/v0.12.1...v0.12.2
232229
[0.12.1]: https://github.com/Automattic/woocommerce-analytics/compare/v0.12.0...v0.12.1
233230
[0.12.0]: https://github.com/Automattic/woocommerce-analytics/compare/v0.11.0...v0.12.0

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.3.14-alpha",
9-
"automattic/jetpack-connection": "^6.19.9-alpha",
8+
"automattic/jetpack-assets": "^4.3.14",
9+
"automattic/jetpack-connection": "^6.19.9",
1010
"automattic/jetpack-constants": "^3.0.8",
1111
"automattic/jetpack-device-detection": "^3.3.0",
1212
"automattic/block-delimiter": "^0.3.4"
1313
},
1414
"require-dev": {
1515
"yoast/phpunit-polyfills": "^4.0.0",
16-
"automattic/jetpack-changelogger": "^6.0.10-alpha",
16+
"automattic/jetpack-changelogger": "^6.0.10",
1717
"automattic/phpunit-select-config": "^1.0.3"
1818
},
1919
"autoload": {

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.13.0-alpha",
3+
"version": "0.13.0",
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.13.0-alpha';
24+
const PACKAGE_VERSION = '0.13.0';
2525

2626
/**
2727
* Proxy speed module version.

0 commit comments

Comments
 (0)