Introduce WP_PATCH_VERSION that allows reusing patch across the versions

In most cases, there is no need for new patch, as it's exactly the same. There were no changes recorded between versions 5.9.1 and 6.2.2
This commit is contained in:
2023-08-06 22:26:46 +02:00
parent f2d68e2d55
commit 6178bbb0f8

View File

@@ -41,7 +41,7 @@ function "get-args" {
params = [version, patch_version]
result = {
WP_VERSION = version
WP_PATCH_VERSION = patch_version)
WP_PATCH_VERSION = patch_version
}
}