Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/updates #187

Merged
merged 2 commits into from
Feb 24, 2025
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format
on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Each changelog entry gets prefixed with the category of the
item (Added, Changed, Depreciated, Removed, Fixed, Security).

## [2025.02]
- Chore: WordPress plugin updates.

## [2025.01]
- Chore: WordPress plugin updates, Composer & NPM package updates.
- Updated: Inline link styling should now apply to all links inside the post content block that do not have a
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,17 @@
"vlucas/phpdotenv": "^5.5",
"wp-cli/wp-cli-bundle": "^2.8",
"wpackagist-plugin/debug-bar": "^1.1",
"wpackagist-plugin/disable-emojis": "1.7.6",
"wpackagist-plugin/disable-emojis": "1.7.7",
"wpackagist-plugin/duracelltomi-google-tag-manager": "1.20.3",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.26.16",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.26.18",
"wpackagist-plugin/safe-svg": "2.3.1",
"wpackagist-plugin/seo-by-rank-math": "1.0.236",
"wpackagist-plugin/seo-by-rank-math": "1.0.238",
"wpackagist-plugin/social-sharing-block": "^1.0",
"wpackagist-plugin/user-switching": "1.9.1",
"wpengine/advanced-custom-fields-pro": "6.3.12"
},
"extra": {
"wordpress-version": "6.7.1",
"wordpress-version": "6.7.2",
"installer-paths": {
"wp-content/plugins/{$name}": [
"type:wordpress-plugin"
Expand Down
Loading
Loading