Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Oct 28, 2024
1 parent dc672eb commit 1ad78f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ 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).

## [0.24.14-alpha] - unreleased

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

## [0.24.14] - 2024-10-28
### Changed
- Admin: Changed initialization load order for menu items to prevent translation error.
- Updated package dependencies.
- Admin: Changed initialization load order for menu items to prevent translation error. [#39841]
- Updated package dependencies. [#39910]

## [0.24.13] - 2024-10-21
### Changed
Expand Down Expand Up @@ -1479,7 +1476,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created empty package [#24952]

[0.24.14-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.13...v0.24.14-alpha
[0.24.14]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.13...v0.24.14
[0.24.13]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.12...v0.24.13
[0.24.12]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.11...v0.24.12
[0.24.11]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.10...v0.24.11
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-videopress",
"version": "0.24.14-alpha",
"version": "0.24.14",
"description": "VideoPress package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme",
"bugs": {
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 @@ -11,7 +11,7 @@
* The Package_Version class.
*/
class Package_Version {
const PACKAGE_VERSION = '0.24.14-alpha';
const PACKAGE_VERSION = '0.24.14';

const PACKAGE_SLUG = 'videopress';

Expand Down

0 comments on commit 1ad78f6

Please sign in to comment.