Plugin Directory

Changeset 1898486


Ignore:
Timestamp:
06/25/2018 12:49:47 PM (8 years ago)
Author:
matteobarale
Message:

4.1.8

  • Bugfix
Location:
ginger
Files:
86 added
3 edited

Legend:

Unmodified
Added
Removed
  • ginger/trunk/common/ginger.share.data.php

    r1898480 r1898486  
    1717    $rCname = checkdnsrr($httpHost, "CNAME");
    1818
    19     if (!wp_next_scheduled('ginger_send_data_hook') && ($rA || $rCname)) {
    20         wp_schedule_event(time(), 'ginger_weekly', 'ginger_send_data_hook');
     19    if (wp_next_scheduled('ginger_send_data_hook')){
     20        wp_clear_scheduled_hook('ginger_send_data_hook');
     21    }
     22
     23    if (!wp_next_scheduled('ginger_share_data_hook') && ($rA || $rCname)) {
     24        wp_schedule_event(time(), 'ginger_weekly', 'ginger_share_data_hook');
    2125    }
    2226}
     
    7074    }
    7175}
    72 add_action('ginger_send_data_hook', 'ginger_send_data');
     76add_action('ginger_share_data_hook', 'ginger_send_data');
    7377
    7478function ginger_prepare_data()
  • ginger/trunk/ginger-eu-cookie-law.php

    r1898468 r1898486  
    44Plugin URI: http://www.ginger-cookielaw.com/
    55Description: Make your website compliant with EU Cookie Policy and GDPR! Now totally free and unlocked
    6 Version: 4.1.7
     6Version: 4.1.8
    77Author: Manafactory
    88Author URI: http://manafactory.it/
  • ginger/trunk/readme.txt

    r1898468 r1898486  
    55Requires at least: 3.0.1
    66Tested up to: 4.9.6
    7 Stable tag: 4.1.7
     7Stable tag: 4.1.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9191== Changelog ==
    9292
     93= 4.1.8 =
     94* Bugfix
     95
    9396= 4.1.7 =
    9497* added reset cookie shortcode
Note: See TracChangeset for help on using the changeset viewer.