Skip to content

Commit 66e238c

Browse files
Merge pull request #45 from creativecommons/update-plugins
update core plugins versions
2 parents e6aaf83 + 37cbcac commit 66e238c

File tree

4 files changed

+56
-14
lines changed

4 files changed

+56
-14
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WordPress variables
2-
WP_VERSION=6.3
2+
WP_VERSION=6.3.1
33

44
# Setup WordPress variables
55
WP_ADMIN_EMAIL=

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ See [`config/web-sites-available/000-default.conf`][dev-webconfig].
156156
157157
| Name | Version |
158158
| --------- | ------- |
159-
| WordPress | `6.3` |
159+
| WordPress | `6.3.1` |
160160
161161
Also see [`.env.example`](.env.example).
162162
@@ -165,23 +165,27 @@ Also see [`.env.example`](.env.example).
165165
166166
| Name | Version |
167167
| -------------------------------------------------------- | -------- |
168-
| [Advanced Custom Fields][adv-custom-fields] | `6.1.8` |
168+
| [Advanced Custom Fields][adv-custom-fields] | `6.2.1` |
169169
| [Advanced Custom Fields: Menu Chooser][acf-menu-chooser] | `1.1.0` |
170170
| [Classic Editor][classic-editor] | `1.6.3` |
171+
| [Monster Insights Google Analytics][monster-insights] | `8.19` |
171172
| [Redirection][redirection] | `5.3.10` |
172-
| [Tablepress][tablepress] | `1.14` |
173-
| [Wordfence][wordfence] | `7.10.3` |
173+
| [Tablepress][tablepress] | `2.1.7` |
174+
| [Wordfence][wordfence] | `7.10.4` |
174175
| [WordPress Importer][wp-importer] | `0.8.1` |
176+
| [Yoast SEO][yoast-seo] | `21.2` |
175177
176178
Also see [`config/composer/composer.json`](config/composer/composer.json).
177179
178180
[adv-custom-fields]: https://wordpress.org/plugins/advanced-custom-fields/
179181
[acf-menu-chooser]: https://github.com/reyhoun/acf-menu-chooser
180182
[classic-editor]: https://wordpress.org/plugins/classic-editor/
183+
[monster-insights]: https://wordpress.org/plugins/google-analytics-for-wordpress/
181184
[redirection]: https://wordpress.org/plugins/redirection/
182185
[tablepress]: https://wordpress.org/plugins/tablepress/
183186
[wordfence]: https://wordpress.org/plugins/wordfence/
184187
[wp-importer]: https://wordpress.org/plugins/wordpress-importer/
188+
[yoast-seo]: https://wordpress.org/plugins/wordpress-seo/
185189
186190
187191
### WordPress themes

config/composer/composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@
3535
"reyhoun/acf-menu-chooser": "1.1",
3636
"wpackagist-plugin/advanced-custom-fields": "6.1.8",
3737
"wpackagist-plugin/classic-editor": "1.6.3",
38+
"wpackagist-plugin/google-analytics-for-wordpress": "8.19",
3839
"wpackagist-plugin/redirection": "5.3.10",
39-
"wpackagist-plugin/tablepress": "1.14",
40-
"wpackagist-plugin/wordfence": "7.10.3",
40+
"wpackagist-plugin/tablepress": "2.1.7",
41+
"wpackagist-plugin/wordfence": "7.10.4",
4142
"wpackagist-plugin/wordpress-importer": "0.8.1",
43+
"wpackagist-plugin/wordpress-seo": "21.2",
4244
"wpackagist-theme/twentytwentythree": "1.2"
4345
}
4446
}

config/composer/composer.lock

+43-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)