Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Jan 13, 2025
1 parent c5335b4 commit 9aa2e2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 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).

## [0.9.0-alpha] - unreleased

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

## [0.9.0] - 2025-01-13
### Added
- Nova Restaurant: ensuring the custom post type is now being required via the package.
- Nova Restaurant: ensuring the custom post type is now being required via the package. [#40782]

## [0.8.3] - 2025-01-10
### Fixed
Expand Down Expand Up @@ -196,7 +193,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.9.0-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.8.3...v0.9.0-alpha
[0.9.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.8.3...v0.9.0
[0.8.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.8.0...v0.8.1
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-classic-theme-helper",
"version": "0.9.0-alpha",
"version": "0.9.0",
"description": "Features used with classic themes",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/classic-theme-helper/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.9.0-alpha';
const PACKAGE_VERSION = '0.9.0';

/**
* Modules to include.
Expand Down

0 comments on commit 9aa2e2d

Please sign in to comment.