Skip to content

Commit

Permalink
Merge branch 'main' into fix/patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffDusome authored Jun 19, 2024
2 parents 293fe3b + c3a66ac commit dd164d5
Show file tree
Hide file tree
Showing 20 changed files with 326 additions and 239 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ All notable changes to this project will be documented in this file. The format
- Updated: Search Result Post Card should now use the Read More block instead of the Post Title block for it's link wrapper
- Updated: Search template has been updated to reflect this card change
- Removed: Utility that helped the Post Title block act as a link wrapper for cards. It's not being used anywhere within core Moose anymore, so it's not needed.
- Added: Post Split Header pattern to act as an example of an alternate post pattern. This pattern can be deleted if not necessary.
- 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)
- Changed: Remove Gravity Forms as a composer dependency and the respective mtribe.site composer utility. Gravity Forms should be added directly to a project repo when required.
- Chore: Composer updates including plugins: advanced-custom-fields-pro:6.2.9, duracelltomi-google-tag-manager:1.20.2, limit-login-attempts-reloaded:2.26.8, safe-svg:2.2.4, seo-by-rank-math:1.0.216, user-switching:1.7.3
- Chore: Update NPM packages, including swapping browser-sync-webpack-plugin to browser-sync-v3-webpack-plugin for correct version support.
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 dd164d5

Please sign in to comment.