Skip to content

Commit

Permalink
feat,doc: updated all dependencies to latest + document changelog for…
Browse files Browse the repository at this point in the history
… this new release v4.0.0
  • Loading branch information
wkhayrattee committed Oct 28, 2023
1 parent fd1c9da commit 1ce9bff
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
## CHANGELOG

### v4.0.0 (Oct 28, 2023)

* UPDATED:
* WordPress Core:
* from v5.9.x to v6.3.2
* Dependencies:
* theme: twentytwentythree
* plugin: akismet


* UPDATED:
- updated `vlucas/phpdotenv` to run on PHP 8.0+
- updated `composer/installers` to run on PHP 8.0+

* BREAKING:
* Removed the platform block - taking away the forced PHP 7.4 version constraint from the composer
* Removed all optional theme and plugins - we not stick with one default theme (twentytwentythree) and one default plugin (Akismet). It is now your choice to include whichever plugins or themes you need. We try to make this bundle as generic and less opinionated as possible.

### v3.1.0 (March 1, 2022)

* UPDATED:
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
}
},
"require": {
"vlucas/phpdotenv": "5.4.1",
"composer/installers": "2.0.1",
"johnpbloch/wordpress": "5.9.1",
"wpackagist-theme/twentytwenty": "1.9",
"wpackagist-plugin/akismet": "4.2.2"
"vlucas/phpdotenv": "5.5.0",
"composer/installers": "2.2.0",
"johnpbloch/wordpress": "6.3.2",
"wpackagist-theme/twentytwentythree": "1.2",
"wpackagist-plugin/akismet": "5.3"
},
"require-dev": {
"wpackagist-plugin/query-monitor": "3.8.2",
"wpackagist-plugin/debug-bar": "1.1.2",
"wpackagist-plugin/query-monitor": "3.14.1",
"wpackagist-plugin/debug-bar": "1.1.4",
"roave/security-advisories": "dev-master",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"wp-coding-standards/wpcs": "*"
Expand Down

0 comments on commit 1ce9bff

Please sign in to comment.