Changeset 3195215
- Timestamp:
- 11/22/2024 08:42:00 PM (16 months ago)
- Location:
- wsa-cachepurge/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
lib/wsa-cachepurge_wp-module.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wsa-cachepurge/trunk/README.txt
r3123948 r3195215 3 3 Tags: cache, purge, wsa, cpwsa, wsa-cachepurge, website acceleration 4 4 Requires at least: 3.5 5 Tested up to: 6. 65 Tested up to: 6.7.1 6 6 Requires PHP: 5.6 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == Changelog == 32 33 = 1.1.3 = 34 * Change the autoload options in the wp_option table from true (default WordPress value) to false to save memory usage. 32 35 33 36 = 1.1.2 = -
wsa-cachepurge/trunk/lib/wsa-cachepurge_wp-module.class.php
r2901928 r3195215 189 189 } 190 190 191 // add/update t the option in the WP database192 update_option($singleOptions, $value );191 // add/update the option in the WP database 192 update_option($singleOptions, $value, false); 193 193 } 194 194 }
Note: See TracChangeset
for help on using the changeset viewer.