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 Nov 18, 2024
1 parent 78e7b72 commit 95627b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +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).

## [0.7.0-alpha] - unreleased

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

## [0.7.0] - 2024-11-18
### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [0.6.7] - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
- Updated package dependencies. [#40060]
- Updated package dependencies. [#39999] [#40060]

## [0.6.6] - 2024-11-04
### Added
Expand Down Expand Up @@ -154,7 +150,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.7.0-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.7...v0.7.0-alpha
[0.7.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.7...v0.7.0
[0.6.7]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.6...v0.6.7
[0.6.6]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.5...v0.6.6
[0.6.5]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.4...v0.6.5
Expand Down
4 changes: 2 additions & 2 deletions 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.7.0-alpha",
"version": "0.7.0",
"description": "Features used with classic themes",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/classic-theme-helper/#readme",
"bugs": {
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@automattic/remove-asset-webpack-plugin": "^1.0.24-alpha",
"@automattic/remove-asset-webpack-plugin": "^1.0.24",
"@babel/core": "7.26.0",
"@csstools/postcss-global-data": "2.1.1",
"@wordpress/browserslist-config": "6.11.0",
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.7.0-alpha';
const PACKAGE_VERSION = '0.7.0';

/**
* Modules to include.
Expand Down

0 comments on commit 95627b4

Please sign in to comment.