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 Dec 3, 2023
1 parent 310eb84 commit e8fc17b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ 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).

## [2.1.0-alpha] - unreleased

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

## [2.1.0] - 2023-12-03
### Added
- Add Welcome banner to My Jetpack
- XMLRPC endpoint 'jetpack.idcUrlValidation' now accepts an argument to specify whether we should try to reuse existing URL secret.
- Added the welcome banner to My Jetpack. [#34384]
- Updated XMLRPC endpoint 'jetpack.idcUrlValidation' to accept an argument specifying whether to attempt reusing existing URL secret. [#34262]

### Changed
- Updated package dependencies.
- Updated package dependencies. [#34411]

## [2.0.3] - 2023-11-24

Expand Down Expand Up @@ -942,7 +939,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[2.1.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.0.3...v2.1.0-alpha
[2.1.0]: https://github.com/Automattic/jetpack-connection/compare/v2.0.3...v2.1.0
[2.0.3]: https://github.com/Automattic/jetpack-connection/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/Automattic/jetpack-connection/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/Automattic/jetpack-connection/compare/v2.0.0...v2.0.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-admin-ui": "^0.3.1",
"automattic/jetpack-constants": "^2.0.0",
"automattic/jetpack-roles": "^2.0.0",
"automattic/jetpack-status": "^2.0.2-alpha",
"automattic/jetpack-status": "^2.0.2",
"automattic/jetpack-redirect": "^2.0.0"
},
"require-dev": {
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 = '2.1.0-alpha';
const PACKAGE_VERSION = '2.1.0';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit e8fc17b

Please sign in to comment.