Changes between Initial Version and Version 1 of Ticket #7742, comment 2
- Timestamp:
- 08/09/2024 02:13:18 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7742, comment 2
initial v1 9 9 I ''do'' believe there may have been an issue where the publicly shown version number increased, based on the above commit, where it's quite possible that `$version` was overwritten with the newer version. 10 10 If that was indeed the issue; that would explain 9.1.4, and why the version shown on WordPress.org would've had the new version, but the ZIP and all other data would've reflected the stable version. 11 The same problem ''should have'' happened with 9.2-RC however if that was the case, and as far as I know, didn't. 11 12 12 13 I've been unable to duplicate this in testing, but in theory, that variable overwrite combined with specific commit steps (adding the new tag, changing trunk files, but not changing the stable_tag, all in a single commit) could likely have been the culprit here.