Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .vibe/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ max_files = 1000
max_dirs_per_level = 20
timeout_seconds = 2.0

[session_logging]
save_dir = "/Users/jasperfrumau/.vibe/logs/session"
session_prefix = "session"
enabled = true

[tools.bash]
permission = "ask"
allowlist = [
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.6.4] - 2026-07-06

### Security
**js-yaml Dependency Update:**
- Bumped `js-yaml` from 4.1.1 to 4.3.0 to address a denial-of-service (DoS) vulnerability (GHSA-h67p-54hq-rp68)
- Update applied via `package-lock.json` build dependency; no runtime theme behavior changes

### Technical
**Build Tooling:**
- Updated transitive build dependency `js-yaml` to the patched 4.3.0 release
- No changes to theme templates, patterns, or user-facing functionality

## [4.6.3] - 2026-06-22

### Changed
Expand Down
139 changes: 139 additions & 0 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: block-patterns, block-styles, blog, custom-colors, custom-logo, custom-men
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.0
Stable tag: 4.6.3
Stable tag: 4.6.4
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -174,6 +174,10 @@ Elayne includes custom image sizes optimized for different layouts:

== Changelog ==

= 4.6.4 - 07/06/26 =
* SECURITY: Bumped js-yaml build dependency from 4.1.1 to 4.3.0 to fix DoS vulnerability (GHSA-h67p-54hq-rp68).
* TECHNICAL: Updated transitive build dependency only - no user-facing or runtime theme changes.

= 4.6.3 - 06/22/26 =
* CHANGED: Migrated Mistral Vibe development instructions from .vibe/prompts/vibe.md to AGENTS.md for standardized AI agent guidance.
* CHANGED: Updated .vibe/config.toml to use default CLI system prompt instead of custom vibe prompt.
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Elayne is a premium full-site-editing block theme for professional
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.0
Version: 4.6.3
Version: 4.6.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: elayne
Expand Down
Loading