Changes between Initial Version and Version 1 of Ticket #54546, comment 15
- Timestamp:
- 12/01/2021 08:42:55 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54546, comment 15
initial v1 4 4 Yes that is what is expected to happen. The point of the test was to validate that the "to" (i.e. 5.9.0) `wp-admin/includes/update-core.php` was loaded into memory and being executed. The fact that the older version of Gutenberg was deactivated proves that 5.9's version of `update-core.php` was the file being executed. 5 5 6 Why did we do that check? Because the older versions of HTTP and Requests were the ones being executed in memory. We needed to figure out if the Updater was able older (i.e. the "from" version) or the new 5.9.0 version.6 Why did we do that check? Because the older versions of HTTP and Requests were the ones being executed in memory. We needed to figure out if the Updater was the older (i.e. the "from" version) or the new 5.9.0 version.