Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into feature/lighthouse-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMKindred committed Oct 16, 2023
2 parents ec05bfb + 862a945 commit 44894de
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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).

## [2023.10]

- Updated: WordPress Core update to 6.3.2
- Updated: Disable Emojis to 1.7.6, Limit Login Attempts Reloaded to 2.25.25, RankMath to 1.0.203, ACF Pro to 6.2.1.1

## [2023.08]

- Added: GTM4WP Plugin for handling Google Tag Manager.
Expand Down
11 changes: 6 additions & 5 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.3.1 --quiet --skip-content --force",
"setup-wordpress": "./vendor/bin/wp core download --version=6.3.2 --quiet --skip-content --force",
"post-root-package-install": [
"@setup-repo"
],
Expand Down Expand Up @@ -111,6 +111,7 @@
},
"require": {
"php": "^8.0|^8.1",
"block-editor-custom-alignments/block-editor-custom-alignments": "^1.0",
"composer/installers": "^2.2",
"gravityforms/gravityforms": "*",
"humanmade/s3-uploads": "^3.0",
Expand All @@ -124,14 +125,14 @@
"vinkla/extended-acf": "^13.6",
"vlucas/phpdotenv": "^5.5",
"wp-cli/wp-cli-bundle": "^2.8",
"wpackagist-plugin/disable-emojis": "^1.7",
"wpackagist-plugin/disable-emojis": "1.7.6",
"wpackagist-plugin/duracelltomi-google-tag-manager": "1.18.1",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.25.23",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.25.25",
"wpackagist-plugin/safe-svg": "2.2.0",
"wpackagist-plugin/seo-by-rank-math": "^1.0",
"wpackagist-plugin/seo-by-rank-math": "1.0.203",
"wpackagist-plugin/user-switching": "^1.7",
"wpackagist-plugin/wp-tota11y": "^1.2",
"wpengine/advanced-custom-fields-pro": "6.2"
"wpengine/advanced-custom-fields-pro": "6.2.1.1"
},
"extra": {
"installer-paths": {
Expand Down
36 changes: 24 additions & 12 deletions composer.lock

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

0 comments on commit 44894de

Please sign in to comment.