From 218a7ea3510850cc11f9bcaae01429e65890d878 Mon Sep 17 00:00:00 2001 From: ice9js Date: Mon, 23 Sep 2024 18:23:19 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11000025179 Upstream-Ref: Automattic/jetpack@07e039f33684faee92103c7e54ddff21b3f5822e --- CHANGELOG.md | 5 +++++ composer.json | 2 +- package.json | 2 +- src/class-explat.php | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b86936..320775d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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.9] - 2024-09-23 +### Changed +- Update dependencies. + ## [0.1.8] - 2024-09-10 ### Changed - Updated package dependencies. [#39302] @@ -47,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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.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 [0.1.7]: https://github.com/Automattic/jetpack-explat/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/Automattic/jetpack-explat/compare/v0.1.5...v0.1.6 diff --git a/composer.json b/composer.json index 68822d1..9b69bf4 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^5.0.0-alpha" + "automattic/jetpack-connection": "^5.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/package.json b/package.json index f0fc05c..97fae6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-explat", - "version": "0.1.8", + "version": "0.1.9", "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 92823a7..0423283 100644 --- a/src/class-explat.php +++ b/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.1.8'; + const PACKAGE_VERSION = '0.1.9'; /** * Initializer.