Plugin Directory

Changeset 2962468


Ignore:
Timestamp:
09/04/2023 10:00:54 AM (3 years ago)
Author:
fpuenteonline
Message:

1.7.2 Fixes

Location:
object-cache-4-everyone/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • object-cache-4-everyone/trunk/object-cache-4-everyone.php

    r2955727 r2962468  
    66 * Plugin URI: https://wordpress.org/plugins/object-cache-4-everyone
    77 * Author: fpuenteonline
    8  * Version: 1.7
     8 * Version: 1.7.2
    99 * Author URI: https://twitter.com/fpuenteonline
    1010 * License:     GPLv2 or later
     
    187187
    188188                $template .= "if (! defined('WP_CACHE_KEY_SALT')) {" . PHP_EOL;
    189                 $template .= "define('WP_CACHE_KEY_SALT', '" . filemtime(__FILE__) . "');" . PHP_EOL;
     189                $template .= "define('WP_CACHE_KEY_SALT', DB_NAME . DB_USER . \$table_prefix);" . PHP_EOL;
    190190                $template .= "}" . PHP_EOL;
    191191
  • object-cache-4-everyone/trunk/readme.txt

    r2955741 r2962468  
    44Requires at least: 5.0
    55Tested up to: 6.3
    6 Stable tag: 1.7.1
     6Stable tag: 1.7.2
    77Requires PHP: 7.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.