Plugin Directory


Ignore:
Timestamp:
02/24/2025 05:57:05 PM (13 months ago)
Author:
ReneHermi
Message:

Update to version 4.1.0 from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-staging/trunk/opcacheBootstrap.php

    r3230736 r3245924  
    4949 * We use the "Version" from the headers of the main file of the plugin to compare.
    5050 */
    51 $runtimeVersionDifferentFromBuildVersion = get_file_data($pluginFilePath, ['Version' => 'Version'])['Version'] !== '4.0.0';
     51$runtimeVersionDifferentFromBuildVersion = get_file_data($pluginFilePath, ['Version' => 'Version'])['Version'] !== '4.1.0';
    5252$lastCheckHappenedAfterInterval          = current_time('timestamp') > (int)get_site_transient('wpstg.bootstrap.opcache.lastCleared') + 5 * MINUTE_IN_SECONDS;
    5353
Note: See TracChangeset for help on using the changeset viewer.