From 0d0d6ec850c1af8f66a2b5776e16f62637d7bb33 Mon Sep 17 00:00:00 2001 From: jeherve Date: Thu, 15 Aug 2024 15:31:33 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#38910) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10406107913 Upstream-Ref: Automattic/jetpack@05faf89ef00848f6c3639b4c319f98c6d5d7ae21 --- CHANGELOG.md | 9 +++------ composer.json | 2 +- package.json | 2 +- src/class-explat.php | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d6ba9..f42da5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,9 @@ 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.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.1.2] - 2024-08-15 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#38662] ## [0.1.1] - 2024-08-01 ### Changed @@ -26,5 +23,5 @@ 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.2-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.1.1...v0.1.2-alpha +[0.1.2]: https://github.com/Automattic/jetpack-explat/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/Automattic/jetpack-explat/compare/v0.1.0...v0.1.1 diff --git a/composer.json b/composer.json index e18885b..f89da3c 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.12.1-alpha" + "automattic/jetpack-connection": "^2.12.1" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/package.json b/package.json index d26c839..db545dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-explat", - "version": "0.1.2-alpha", + "version": "0.1.2", "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 11acdf1..f0d1241 100644 --- a/src/class-explat.php +++ b/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.1.2-alpha'; + const PACKAGE_VERSION = '0.1.2'; /** * Initializer.