Skip to content

Commit d9507b7

Browse files
kraftbjmatticbot
authored andcommitted
Boost Backport: Changelog and readme.txt edits. (#45664)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/18881386963 Upstream-Ref: Automattic/jetpack@516e58f
1 parent b133688 commit d9507b7

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.1.5-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Update dependencies.
14+
815
## [0.1.4] - 2025-10-06
916
### Changed
1017
- Update package dependencies. [#45334]
@@ -25,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2532
### Added
2633
- Initial version. [#44858]
2734

35+
[0.1.5-alpha]: https://github.com/Automattic/jetpack-external-connections/compare/v0.1.4...v0.1.5-alpha
2836
[0.1.4]: https://github.com/Automattic/jetpack-external-connections/compare/v0.1.3...v0.1.4
2937
[0.1.3]: https://github.com/Automattic/jetpack-external-connections/compare/v0.1.2...v0.1.3
3038
[0.1.2]: https://github.com/Automattic/jetpack-external-connections/compare/v0.1.1...v0.1.2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.3.10",
9-
"automattic/jetpack-connection": "^6.19.1",
8+
"automattic/jetpack-assets": "^4.3.11",
9+
"automattic/jetpack-connection": "^6.19.2",
1010
"automattic/jetpack-redirect": "^3.0.9",
1111
"automattic/jetpack-status": "^6.1.0"
1212
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-external-connections",
3-
"version": "0.1.4",
3+
"version": "0.1.5-alpha",
44
"private": true,
55
"description": "Connect your site to external services.",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/external-connections/#readme",

src/class-external-connections.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
class External_Connections {
1818

19-
const PACKAGE_VERSION = '0.1.4';
19+
const PACKAGE_VERSION = '0.1.5-alpha';
2020
const BASE_FILE = __FILE__;
2121

2222
/**

0 commit comments

Comments
 (0)