Changeset 2236671
- Timestamp:
- 01/31/2020 09:35:16 PM (6 years ago)
- Location:
- recombee-recommendation-engine/trunk
- Files:
-
- 1 deleted
- 3 edited
-
includes/class-RecombeeRe.php (modified) (1 diff)
-
includes/data-RreActive.php (deleted)
-
readme.txt (modified) (2 diffs)
-
recombee-re.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recombee-recommendation-engine/trunk/includes/class-RecombeeRe.php
r2236436 r2236671 725 725 public function on_activation(){ 726 726 727 $path = RRE_ABSPATH . 'includes/data-RreActive.php';728 include_once( $path );729 @unlink($path);730 731 727 if (!wp_next_scheduled('recombee_purge_transients_cron')) { 732 728 wp_schedule_event( time(), 'hourly', 'recombee_purge_transients_cron'); -
recombee-recommendation-engine/trunk/readme.txt
r2236402 r2236671 4 4 Requires at least: 4.9 5 5 Tested up to: 5.3 6 Stable tag: 2.8. 06 Stable tag: 2.8.1 7 7 Requires PHP: 5.5 8 8 WC requires at least: 3.3 … … 60 60 61 61 == Changelog == 62 = 2.8.1 - 31-01-2020 = 63 * Fix - Set Permalinks for RRE ajax virtual page to avoid visiting Admin permalinks pge manualy 64 62 65 = 2.8.0 - 31-01-2020 = 63 66 * Fix - WC 3.9 compatibility -
recombee-recommendation-engine/trunk/recombee-re.php
r2236402 r2236671 5 5 * Author: Recombee 6 6 * Author URI: https://recombee.com 7 * Version: 2.8. 07 * Version: 2.8.1 8 8 * License: GPLv3 9 9 * Text Domain: recombee-recommendation-engine
Note: See TracChangeset
for help on using the changeset viewer.