Skip to content

Commit

Permalink
Merge branch 'main' into feature/MOOSE-51/color-props
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinsanity committed Feb 16, 2024
2 parents 9cbed20 + e698cde commit c3c0789
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 276 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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/). Each changelog entry gets prefixed with the category of the item (Added, Changed, Depreciated, Removed, Fixed, Security).

## [2024.02]
- Chore: WordPress 6.4.3 Update
- Chore: Plugin updates: advanced-custom-fields-pro:6.2.6, gravityforms:2.8.3, duracelltomi-google-tag-manager:1.20,, limit-login-attempts-reloaded:2.26.2,seo-by-rank-math:1.0.212

## [2023.12]

- Added: Xdebug support for WP Cli commands.
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@php -r \"file_exists('local-config.php') || copy('local-config-sample.php', 'local-config.php');\"",
"@php -r \"file_exists('local-config.json') || copy('local-config-sample.json', 'local-config.json');\""
],
"setup-wordpress": "./vendor/bin/wp core download --version=6.4.2 --skip-content --force",
"setup-wordpress": "./vendor/bin/wp core download --version=6.4.3 --skip-content --force",
"update-db": "./vendor/bin/wp core update-db",
"post-root-package-install": [
"@setup-repo"
Expand Down Expand Up @@ -63,7 +63,7 @@
"type": "package",
"package": {
"name": "gravityforms/gravityforms",
"version": "2.8.0",
"version": "2.8.3",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
Expand Down Expand Up @@ -128,13 +128,13 @@
"vlucas/phpdotenv": "^5.5",
"wp-cli/wp-cli-bundle": "^2.8",
"wpackagist-plugin/disable-emojis": "1.7.6",
"wpackagist-plugin/duracelltomi-google-tag-manager": "1.19.1",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.25.29",
"wpackagist-plugin/duracelltomi-google-tag-manager": "1.20",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.26.2",
"wpackagist-plugin/safe-svg": "2.2.2",
"wpackagist-plugin/seo-by-rank-math": "1.0.210",
"wpackagist-plugin/seo-by-rank-math": "1.0.212",
"wpackagist-plugin/user-switching": "1.7.2",
"wpackagist-plugin/wp-tota11y": "^1.2",
"wpengine/advanced-custom-fields-pro": "6.2.4"
"wpengine/advanced-custom-fields-pro": "6.2.6"
},
"extra": {
"installer-paths": {
Expand Down
Loading

0 comments on commit c3c0789

Please sign in to comment.