From 291d65574f9a1268697bfbe8fddadd4778b6ce2e Mon Sep 17 00:00:00 2001 From: gmjuhasz Date: Fri, 25 Oct 2024 11:53:56 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#39903) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11517503201 Upstream-Ref: Automattic/jetpack@cbb367357aaa457aa0a4a1909f63a121961c4c98 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3430804..4ff09d3 100644 --- a/composer.json +++ b/composer.json @@ -6,16 +6,16 @@ "require": { "php": ">=7.0", "automattic/jetpack-assets": "^2.3.10", - "automattic/jetpack-connection": "^5.1.5-alpha", + "automattic/jetpack-connection": "^5.1.5", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-plans": "^0.4.12", "automattic/jetpack-redirect": "^2.0.4", "automattic/jetpack-status": "^4.0.2", - "automattic/jetpack-sync": "^3.14.3-alpha" + "automattic/jetpack-sync": "^3.14.3" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", - "automattic/jetpack-changelogger": "^4.2.7-alpha", + "automattic/jetpack-changelogger": "^4.2.7", "automattic/wordbless": "@dev" }, "suggest": {