Skip to content

Commit

Permalink
Merge pull request #138 from moderntribe/chore/package-updates-05-24
Browse files Browse the repository at this point in the history
[CHORE] WP Update to 6.5.2; Package Updates
  • Loading branch information
GeoffDusome authored May 30, 2024
2 parents 69bacc2 + acfe5c8 commit c3a66ac
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 97 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.05]
- Chore: Composer updates including plugins: seo-by-rank-math:1.0.218, block-editor-custom-alignment:1.0.7
- Choice: WP version to 6.5.2

## [2024.04]
- Removed: `example` custom block in favor of custom block generation through `npm run create-block`.
- Added: Custom block external template (+ documentation) that allows us to quickly create blocks through the command line using `npm run create-block`. [[MOOSE-77]](https://moderntribe.atlassian.net/browse/MOOSE-77)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.5 --skip-content --force",
"setup-wordpress": "./vendor/bin/wp core download --version=6.5.3 --skip-content --force",
"update-db": "./vendor/bin/wp core update-db",
"post-root-package-install": [
"@setup-repo"
Expand Down Expand Up @@ -114,7 +114,7 @@
"wpackagist-plugin/duracelltomi-google-tag-manager": "1.20.2",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.26.8",
"wpackagist-plugin/safe-svg": "2.2.4",
"wpackagist-plugin/seo-by-rank-math": "1.0.216",
"wpackagist-plugin/seo-by-rank-math": "1.0.218",
"wpackagist-plugin/social-sharing-block": "^1.0",
"wpackagist-plugin/user-switching": "1.7.3",
"wpackagist-plugin/wp-tota11y": "^1.2",
Expand Down
Loading

0 comments on commit c3a66ac

Please sign in to comment.