Changeset 589629
- Timestamp:
- 08/24/2012 03:36:49 AM (14 years ago)
- Location:
- today-in-history/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
today_in_history.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
today-in-history/trunk/readme.txt
r559256 r589629 6 6 Tags: social, network, networks, count, friends, crowd, clan, contacts, stats, statistics, followers, readers, facebook, google+, google plus, twitter, feedburner, youtube, vimeo, number, raw 7 7 Requires at least: 3.0 8 Tested up to: 3. 3.29 Stable tag: 0.4. 18 Tested up to: 3.4.1 9 Stable tag: 0.4.2 10 10 11 11 Today In History provides a widget that displays notable events that have occurred previously on this day in history. … … 71 71 == Changelog == 72 72 73 = 0.4.2 [2012-08-23] = 74 * Updated for Wordpress 3.4.1 75 73 76 = 0.4.1 [2012-06-16] = 74 77 * Updated for Wordpress 3.4 -
today-in-history/trunk/today_in_history.php
r559254 r589629 10 10 Description: This Widget allows the user to randomly display historically significant events that happened on that specific day in history 11 11 Author: Randall Hinton 12 Version: 0.4. 112 Version: 0.4.2 13 13 Author URI: http://www.macnative.com/ 14 14 */ … … 19 19 curl_setopt($curl, CURLOPT_URL, $url); 20 20 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"); 22 22 $response = curl_exec($curl); 23 23 curl_close($curl);
Note: See TracChangeset
for help on using the changeset viewer.