Skip to content

Commit

Permalink
Generate stubs for WordPress 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Nov 24, 2024
1 parent ed07e4c commit 9138eb6
Show file tree
Hide file tree
Showing 3 changed files with 4,793 additions and 1,778 deletions.
2 changes: 1 addition & 1 deletion release-latest-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CORE_JSON="$(wget -q -O- "https://packagist.org/packages/johnpbloch/wordpress-co
#for MINOR in 4.7 4.8 4.9 \
# 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 \
for MINOR in \
6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7; do
6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9; do
# Find latest version
printf -v JQ_FILTER '.package.versions[].version | select(test("^%s\\\\.%s\\\\.\\\\d+$"))' "${MINOR%.*}" "${MINOR#*.}"
LATEST_FIVE="$(jq -r "$JQ_FILTER" <<<"$CORE_JSON" | sort -t "." -k 3 -g | tail -n 5)"
Expand Down
2 changes: 1 addition & 1 deletion source/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-sodium": "*",
"johnpbloch/wordpress": "6.6.2"
"johnpbloch/wordpress": "6.7.0"
},
"minimum-stability": "stable",
"config": {
Expand Down
Loading

0 comments on commit 9138eb6

Please sign in to comment.