From a48e6d8ae8a550f508434003bd07ef4e24ff2f3a Mon Sep 17 00:00:00 2001 From: dilirity Date: Thu, 10 Oct 2024 14:38:13 +0000 Subject: [PATCH] Backport boost 3.5.2-beta Changes (#39728) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11276041088 Upstream-Ref: Automattic/jetpack@875d6d75fac08bcbb6262bc185f6dbc73e497c4a --- CHANGELOG.md | 10 ++++------ package.json | 2 +- src/class-explat.php | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faa68f4..5862058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,10 @@ 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.1.11-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.1.11] - 2024-10-10 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39649] +- Updated package dependencies. [#39707] ## [0.1.10] - 2024-10-07 ### Changed @@ -62,7 +60,7 @@ This is an alpha version! The changes listed here are not final. - ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327] - Updated package dependencies. [#38132] -[0.1.11-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.1.10...v0.1.11-alpha +[0.1.11]: https://github.com/Automattic/jetpack-explat/compare/v0.1.10...v0.1.11 [0.1.10]: https://github.com/Automattic/jetpack-explat/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/Automattic/jetpack-explat/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/Automattic/jetpack-explat/compare/v0.1.7...v0.1.8 diff --git a/package.json b/package.json index 3fae7cc..1e5a7f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-explat", - "version": "0.1.11-alpha", + "version": "0.1.11", "description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/explat/#readme", "bugs": { diff --git a/src/class-explat.php b/src/class-explat.php index 43bc4c9..00f953d 100644 --- a/src/class-explat.php +++ b/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.1.11-alpha'; + const PACKAGE_VERSION = '0.1.11'; /** * Initializer.