Plugin Directory

Changeset 117920


Ignore:
Timestamp:
05/14/2009 03:15:55 PM (16 years ago)
Author:
Phoenixheart
Message:

+ version 4.0.2 - another hot fix

Location:
referrer-detector
Files:
61 added
3 edited

Legend:

Unmodified
Added
Removed
  • referrer-detector/trunk/rd.class.php

    r117646 r117920  
    444444        foreach ($excluded_urls as $url)
    445445        {
     446            // deal with "empty delimiter" warning
     447            if (!$url) continue;
     448           
    446449            if (strpos(strtolower($referrer), strtolower($url)) === 0)
    447450            {
  • referrer-detector/trunk/readme.txt

    r117646 r117920  
    55Requires at least: 2.2
    66Tested up to: 2.7.1
    7 Stable tag: 4.0.1
     7Stable tag: 4.0.2
    88
    99Helps your blog detect where the user comes from and automatically displays the corresponding greetings.
     
    110110
    111111== History ==
    112 * 4.0.1 - A hot fix attempting to fix allow_call_time_pass_reference problem
     112* 4.0.1, 4.0.2 - Hot fixes
    113113* 4.0
    1141141. Completely rewritten code - now optimized OOP
  • referrer-detector/trunk/referrer_detector.php

    r117646 r117920  
    55Description: Helps your blog detect where the user comes from and automatically displays the corresponding greetings.
    66IMPORTANT: In order for this version to work, you may have to wait for the cache (if any) to expire or manually delete it.
    7 Version: 4.0.1
     7Version: 4.0.2
    88Author: Phoenixheart
    99Author URI: http://www.phoenixheart.net
Note: See TracChangeset for help on using the changeset viewer.