Skip to content

Commit 43e1448

Browse files
committed
PCD269: bump pinned package version/reference for wp-proud-search-elastic
The repositories[].package block at composer.json:221 also hardcodes the version and source.reference for this plugin. Previous commit 5ac25ec only updated the top-level require constraint, so the build failed with "found 2026.05.04.1644 but it does not match" because composer's package metadata still pointed at the old tag. Bumps both fields to 2026.06.01.1513 to match the require line and the GitHub tag. Refs PCD269.
1 parent 5ac25ec commit 43e1448

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,11 @@
223223
"package": {
224224
"name": "proudcity/wp-proud-search-elastic",
225225
"type": "wordpress-plugin",
226-
"version": "2026.05.04.1644",
226+
"version": "2026.06.01.1513",
227227
"source": {
228228
"type": "git",
229229
"url": "https://github.com/proudcity/wp-proud-search-elastic.git",
230-
"reference": "2026.05.04.1644"
230+
"reference": "2026.06.01.1513"
231231
}
232232
}
233233
},

0 commit comments

Comments
 (0)