Plugin Directory

Changeset 589629


Ignore:
Timestamp:
08/24/2012 03:36:49 AM (14 years ago)
Author:
bdoga
Message:

Updated for Wordpress 3.4.1

Location:
today-in-history/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • today-in-history/trunk/readme.txt

    r559256 r589629  
    66Tags: social, network, networks, count, friends, crowd, clan, contacts, stats, statistics, followers, readers, facebook, google+, google plus, twitter, feedburner, youtube, vimeo, number, raw
    77Requires at least: 3.0
    8 Tested up to: 3.3.2
    9 Stable tag: 0.4.1
     8Tested up to: 3.4.1
     9Stable tag: 0.4.2
    1010
    1111Today In History provides a widget that displays notable events that have occurred previously on this day in history.
     
    7171== Changelog ==
    7272
     73= 0.4.2 [2012-08-23] =
     74* Updated for Wordpress 3.4.1
     75
    7376= 0.4.1 [2012-06-16] =
    7477* Updated for Wordpress 3.4
  • today-in-history/trunk/today_in_history.php

    r559254 r589629  
    1010Description: This Widget allows the user to randomly display historically significant events that happened on that specific day in history
    1111Author: Randall Hinton
    12 Version: 0.4.1
     12Version: 0.4.2
    1313Author URI: http://www.macnative.com/
    1414*/
     
    1919    curl_setopt($curl, CURLOPT_URL, $url);
    2020    curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
    21     curl_setopt($curl, CURLOPT_USERAGENT, "Today In History Widget v0.4.1");
     21    curl_setopt($curl, CURLOPT_USERAGENT, "Today In History Widget v0.4.2");
    2222    $response = curl_exec($curl);
    2323    curl_close($curl);
Note: See TracChangeset for help on using the changeset viewer.