Skip to content

Commit

Permalink
Merge pull request #137 from moderntribe/chore/updates
Browse files Browse the repository at this point in the history
Chore/updates
  • Loading branch information
dpellenwood authored Apr 9, 2024
2 parents f9e46c2 + 433946f commit 4de8fe8
Show file tree
Hide file tree
Showing 6 changed files with 2,618 additions and 2,687 deletions.
6 changes: 5 additions & 1 deletion 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).

## [2024.04]
- 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.

## [2024.03]
- Fixed: Fixed an issue with the Terms block where if a post ID wasn't provided it would error out. [Panopto Slack thread.](https://tribe.slack.com/archives/C061UC7B2F9/p1710250320818599)
- Added: Styling for editor title bar (http://p.tri.be/i/Dszjax). [[MOOSE-111]](https://moderntribe.atlassian.net/browse/MOOSE-111)
Expand All @@ -10,7 +15,6 @@ All notable changes to this project will be documented in this file. The format
- Changed: Layout styles are now properly separated between FE & editor. [[MOOSE-84]](https://moderntribe.atlassian.net/browse/MOOSE-84)
- Changed: `theme.json` now contains static widths for content and wide widths. [[MOOSE-84]](https://moderntribe.atlassian.net/browse/MOOSE-84)
- Added: `theme.json` now contains a new static "grid" width. [[MOOSE-84]](https://moderntribe.atlassian.net/browse/MOOSE-84)
- 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.

## [2024.02]
- Chore: WordPress 6.4.3 Update
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,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.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.212",
"wpackagist-plugin/user-switching": "1.7.2",
"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/user-switching": "1.7.3",
"wpackagist-plugin/wp-tota11y": "^1.2",
"wpengine/advanced-custom-fields-pro": "6.2.6"
"wpengine/advanced-custom-fields-pro": "6.2.9"
},
"extra": {
"installer-paths": {
Expand Down
Loading

0 comments on commit 4de8fe8

Please sign in to comment.