Plugin Directory

Changeset 2236671


Ignore:
Timestamp:
01/31/2020 09:35:16 PM (6 years ago)
Author:
recombee
Message:

2.8.1

Location:
recombee-recommendation-engine/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • recombee-recommendation-engine/trunk/includes/class-RecombeeRe.php

    r2236436 r2236671  
    725725    public function on_activation(){
    726726       
    727         $path = RRE_ABSPATH . 'includes/data-RreActive.php';
    728         include_once( $path );
    729         @unlink($path);
    730        
    731727        if (!wp_next_scheduled('recombee_purge_transients_cron')) {     
    732728            wp_schedule_event( time(), 'hourly', 'recombee_purge_transients_cron');
  • recombee-recommendation-engine/trunk/readme.txt

    r2236402 r2236671  
    44Requires at least: 4.9
    55Tested up to: 5.3
    6 Stable tag: 2.8.0
     6Stable tag: 2.8.1
    77Requires PHP: 5.5
    88WC requires at least: 3.3
     
    6060
    6161== 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
    6265= 2.8.0 - 31-01-2020 =
    6366* Fix - WC 3.9 compatibility
  • recombee-recommendation-engine/trunk/recombee-re.php

    r2236402 r2236671  
    55 * Author: Recombee
    66 * Author URI: https://recombee.com
    7  * Version: 2.8.0
     7 * Version: 2.8.1
    88 * License: GPLv3
    99 * Text Domain: recombee-recommendation-engine
Note: See TracChangeset for help on using the changeset viewer.