Plugin Directory

Changeset 559254


Ignore:
Timestamp:
06/16/2012 11:30:05 PM (14 years ago)
Author:
bdoga
Message:

Updated for Wordpress 3.4

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

Legend:

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

    r536478 r559254  
    7171== Changelog ==
    7272
     73= 0.4.1 [2012-06-16] =
     74* Updated for Wordpress 3.4
     75
    7376= 0.4 [2012-04-25] =
    7477* Updated for Wordpress 3.3.2
  • today-in-history/trunk/today_in_history.php

    r536479 r559254  
    33 * @package Today_In_History
    44 * @author Randall Hinton
    5  * @version 0.4
     5 * @version 0.4.1
    66 */
    77/*
     
    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
     12Version: 0.4.1
    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");
     21    curl_setopt($curl, CURLOPT_USERAGENT, "Today In History Widget v0.4.1");
    2222    $response = curl_exec($curl);
    2323    curl_close($curl);
Note: See TracChangeset for help on using the changeset viewer.