Skip to content

Commit

Permalink
Amend readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Nov 4, 2024
1 parent d1261b3 commit 1ca1b37
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [3.14.4-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [3.14.4] - 2024-11-04
### Added
- Enable test coverage.
- Enable test coverage. [#39961]

## [3.14.3] - 2024-10-25
### Fixed
Expand Down Expand Up @@ -1329,7 +1326,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Move sync to a classmapped package

[3.14.4-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.14.3...v3.14.4-alpha
[3.14.4]: https://github.com/Automattic/jetpack-sync/compare/v3.14.3...v3.14.4
[3.14.3]: https://github.com/Automattic/jetpack-sync/compare/v3.14.2...v3.14.3
[3.14.2]: https://github.com/Automattic/jetpack-sync/compare/v3.14.1...v3.14.2
[3.14.1]: https://github.com/Automattic/jetpack-sync/compare/v3.14.0...v3.14.1
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^5.1.6-alpha",
"automattic/jetpack-constants": "^2.0.5-alpha",
"automattic/jetpack-password-checker": "^0.3.3-alpha",
"automattic/jetpack-ip": "^0.3.1-alpha",
"automattic/jetpack-roles": "^2.0.4-alpha",
"automattic/jetpack-status": "^4.0.3-alpha"
"automattic/jetpack-connection": "^5.1.6",
"automattic/jetpack-constants": "^2.0.5",
"automattic/jetpack-password-checker": "^0.3.3",
"automattic/jetpack-ip": "^0.3.1",
"automattic/jetpack-roles": "^2.0.4",
"automattic/jetpack-status": "^4.0.3"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.8-alpha",
"automattic/jetpack-changelogger": "^4.2.8",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "@dev",
"automattic/jetpack-waf": "^0.22.3",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.14.4-alpha';
const PACKAGE_VERSION = '3.14.4';

const PACKAGE_SLUG = 'sync';

Expand Down

0 comments on commit 1ca1b37

Please sign in to comment.