Skip to content

Commit

Permalink
Classic Theme Helper: Requiring Site Breadcrumbs via the Classic Them…
Browse files Browse the repository at this point in the history
…e Helper package (#38931)

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10555490806

Upstream-Ref: Automattic/jetpack@0e4843d
  • Loading branch information
coder-karen authored and matticbot committed Aug 26, 2024
1 parent 1eb8c62 commit d46059b
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 94 deletions.
62 changes: 31 additions & 31 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.5.3-alpha] - unreleased

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

### Changed
- Site Breadcrumbs: Requiring the feature from the Classic Theme Helper package

## [0.5.2] - 2024-08-23
### Changed
- Updated package dependencies. [#39004]
Expand Down Expand Up @@ -82,6 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.5.3-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.2...v0.5.3-alpha
[0.5.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.5...v0.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.5.2';
const PACKAGE_VERSION = '0.5.3-alpha';

/**
* Modules to include.
Expand All @@ -23,6 +23,7 @@ class Main {
*/
public $modules = array(
'responsive-videos.php',
'site-breadcrumbs.php',
'social-menu.php',
'jetpack-color.php',
);
Expand Down
1 change: 1 addition & 0 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is an alpha version! The changes listed here are not final.

### Added
- Auto open Upload Theme dialog if query parameter is present
- Fixup project versions.

### Changed
- MU WPCOM: Fix Post Publish Modal checkbox alignment
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-assets": "^2.3.4",
"automattic/jetpack-blocks": "^2.0.5",
"automattic/jetpack-calypsoify": "^0.1.4",
"automattic/jetpack-classic-theme-helper": "^0.5.2",
"automattic/jetpack-classic-theme-helper": "^0.5.3-alpha",
"automattic/jetpack-connection": "^2.12.4",
"automattic/jetpack-masterbar": "^0.8.0",
"automattic/jetpack-redirect": "^2.0.3",
Expand Down
Loading

0 comments on commit d46059b

Please sign in to comment.