Changeset 2386652
- Timestamp:
- 09/22/2020 09:24:27 PM (6 years ago)
- Location:
- robera/trunk
- Files:
-
- 3 edited
-
libraries/recommender-background-process.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
recommender.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
robera/trunk/libraries/recommender-background-process.php
r2385554 r2386652 330 330 protected function memoryExceeded() 331 331 { 332 $memory_limit = $this->getMemoryLimit() * 0. 9; // 90% of max memory332 $memory_limit = $this->getMemoryLimit() * 0.7; // 70% of max memory 333 333 $current_memory = memory_get_usage(true); 334 334 $return = false; -
robera/trunk/readme.txt
r2386607 r2386652 4 4 License: GPLv2 or later 5 5 License URI: https://www.gnu.org/licenses/gpl-2.0.html 6 Stable tag: 1.0.1 06 Stable tag: 1.0.11 7 7 Tested up to: 5.4.2 8 8 -
robera/trunk/recommender.php
r2386607 r2386652 12 12 * Description: This Plugins help you interact with your WooCommerce users smarter by recommend products and related-products to them according to their preferences. 13 13 * Text Domain: robera-recommender 14 * Version: 1.0.1 014 * Version: 1.0.11 15 15 */ 16 16
Note: See TracChangeset
for help on using the changeset viewer.