Skip to content

Commit

Permalink
Forms: Add tracks to form submission. (#41307)
Browse files Browse the repository at this point in the history
  • Loading branch information
lezama authored and matticbot committed Feb 4, 2025
1 parent 0ea4508 commit 0708d9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ 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).

## [6.3.3-alpha] - unreleased
## [6.4.0-alpha] - unreleased

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

### Changed
- Tracks: Add site type to events
- Updated package dependencies.

## [6.3.2] - 2025-02-03
Expand Down Expand Up @@ -1305,7 +1306,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[6.3.3-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.3.2...v6.3.3-alpha
[6.4.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.3.2...v6.4.0-alpha
[6.3.2]: https://github.com/Automattic/jetpack-connection/compare/v6.3.1...v6.3.2
[6.3.1]: https://github.com/Automattic/jetpack-connection/compare/v6.3.0...v6.3.1
[6.3.0]: https://github.com/Automattic/jetpack-connection/compare/v6.2.2...v6.3.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "6.3.x-dev"
"dev-trunk": "6.4.x-dev"
},
"dependencies": {
"test-only": [
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 = '6.3.3-alpha';
const PACKAGE_VERSION = '6.4.0-alpha';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit 0708d9c

Please sign in to comment.