Skip to content

Commit 9138eb6

Browse files
committed
Generate stubs for WordPress 6.7.0
1 parent ed07e4c commit 9138eb6

File tree

3 files changed

+4793
-1778
lines changed

3 files changed

+4793
-1778
lines changed

Diff for: release-latest-versions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CORE_JSON="$(wget -q -O- "https://packagist.org/packages/johnpbloch/wordpress-co
3737
#for MINOR in 4.7 4.8 4.9 \
3838
# 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 \
3939
for MINOR in \
40-
6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7; do
40+
6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9; do
4141
# Find latest version
4242
printf -v JQ_FILTER '.package.versions[].version | select(test("^%s\\\\.%s\\\\.\\\\d+$"))' "${MINOR%.*}" "${MINOR#*.}"
4343
LATEST_FIVE="$(jq -r "$JQ_FILTER" <<<"$CORE_JSON" | sort -t "." -k 3 -g | tail -n 5)"

Diff for: source/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ext-mbstring": "*",
88
"ext-openssl": "*",
99
"ext-sodium": "*",
10-
"johnpbloch/wordpress": "6.6.2"
10+
"johnpbloch/wordpress": "6.7.0"
1111
},
1212
"minimum-stability": "stable",
1313
"config": {

0 commit comments

Comments
 (0)