Changeset 845145
- Timestamp:
- 01/25/2014 09:43:53 AM (12 years ago)
- Location:
- olimometer
- Files:
-
- 65 added
- 3 edited
-
tags/2.49 (added)
-
tags/2.49/LiberationSans-Regular.ttf (added)
-
tags/2.49/jscolor (added)
-
tags/2.49/jscolor/arrow.gif (added)
-
tags/2.49/jscolor/cross.gif (added)
-
tags/2.49/jscolor/demo.html (added)
-
tags/2.49/jscolor/hs.png (added)
-
tags/2.49/jscolor/hv.png (added)
-
tags/2.49/jscolor/jscolor.js (added)
-
tags/2.49/my-script.js (added)
-
tags/2.49/olimometer-class.php (added)
-
tags/2.49/olimometer.php (added)
-
tags/2.49/readme.txt (added)
-
tags/2.49/screenshot-1.jpg (added)
-
tags/2.49/screenshot-2.jpg (added)
-
tags/2.49/screenshot-3.jpg (added)
-
tags/2.49/screenshot-4.jpg (added)
-
tags/2.49/skins (added)
-
tags/2.49/skins.php (added)
-
tags/2.49/skins.xml (added)
-
tags/2.49/skins/oli-bold-chunky (added)
-
tags/2.49/skins/oli-bold-chunky/bold-chunky-bar.png (added)
-
tags/2.49/skins/oli-bold-chunky/bold-chunky-bottom.png (added)
-
tags/2.49/skins/oli-bold-chunky/bold-chunky-top.png (added)
-
tags/2.49/skins/oli-default (added)
-
tags/2.49/skins/oli-default/therm_bar_empty.png (added)
-
tags/2.49/skins/oli-default/therm_bulb.png (added)
-
tags/2.49/skins/oli-default/therm_top.png (added)
-
tags/2.49/skins/oli-ourprogress-blue (added)
-
tags/2.49/skins/oli-ourprogress-blue/therm_bar_empty.png (added)
-
tags/2.49/skins/oli-ourprogress-blue/therm_bulb.png (added)
-
tags/2.49/skins/oli-ourprogress-blue/therm_top.png (added)
-
tags/2.49/skins/oli-ourprogress-green (added)
-
tags/2.49/skins/oli-ourprogress-green/therm_bar_empty.png (added)
-
tags/2.49/skins/oli-ourprogress-green/therm_bulb.png (added)
-
tags/2.49/skins/oli-ourprogress-green/therm_top.png (added)
-
tags/2.49/skins/oli-ourprogress-red (added)
-
tags/2.49/skins/oli-ourprogress-red/therm_bar_empty.png (added)
-
tags/2.49/skins/oli-ourprogress-red/therm_bulb.png (added)
-
tags/2.49/skins/oli-ourprogress-red/therm_top.png (added)
-
tags/2.49/skins/oli-progpress-black (added)
-
tags/2.49/skins/oli-progpress-black/left.png (added)
-
tags/2.49/skins/oli-progpress-black/middle.png (added)
-
tags/2.49/skins/oli-progpress-black/right.png (added)
-
tags/2.49/skins/oli-rounded (added)
-
tags/2.49/skins/oli-rounded/rounded_bar.png (added)
-
tags/2.49/skins/oli-rounded/rounded_bottom.png (added)
-
tags/2.49/skins/oli-rounded/rounded_top.png (added)
-
tags/2.49/skins/oli-thinblackhorizontal (added)
-
tags/2.49/skins/oli-thinblackhorizontal/left.png (added)
-
tags/2.49/skins/oli-thinblackhorizontal/middle.png (added)
-
tags/2.49/skins/oli-thinblackhorizontal/right.png (added)
-
tags/2.49/skins/oli-thinbluehorizontal (added)
-
tags/2.49/skins/oli-thinbluehorizontal/left.png (added)
-
tags/2.49/skins/oli-thinbluehorizontal/middle.png (added)
-
tags/2.49/skins/oli-thinbluehorizontal/right.png (added)
-
tags/2.49/skins/oli-thinredhorizontal (added)
-
tags/2.49/skins/oli-thinredhorizontal/left.png (added)
-
tags/2.49/skins/oli-thinredhorizontal/middle.png (added)
-
tags/2.49/skins/oli-thinredhorizontal/right.png (added)
-
tags/2.49/skins/oli-watermaster (added)
-
tags/2.49/skins/oli-watermaster/watermaster-bar.png (added)
-
tags/2.49/skins/oli-watermaster/watermaster-bottom.png (added)
-
tags/2.49/skins/oli-watermaster/watermaster-top.png (added)
-
tags/2.49/thermometer.php (added)
-
trunk/olimometer-class.php (modified) (2 diffs)
-
trunk/olimometer.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
olimometer/trunk/olimometer-class.php
r835992 r845145 238 238 $the_olimometer_text = $the_olimometer_text." class='".$css_class."'"; 239 239 } 240 $the_olimometer_text = $the_olimometer_text." alt='Olimometer 2. 49'>";240 $the_olimometer_text = $the_olimometer_text." alt='Olimometer 2.50'>"; 241 241 if($this->olimometer_link_disable == 0) { 242 242 $the_olimometer_text = $the_olimometer_text."</a>"; … … 373 373 $ch = curl_init(); 374 374 curl_setopt($ch, CURLOPT_URL, $API_Endpoint); 375 curl_setopt($ch, CURLOPT_VERBOSE, 1);375 curl_setopt($ch, CURLOPT_VERBOSE, 0); 376 376 377 377 // turning off the server and peer verification(TrustManager Concept). -
olimometer/trunk/olimometer.php
r835992 r845145 6 6 Author: Oliver Shingler 7 7 Author URI: http://www.speaktothegeek.co.uk 8 Version: 2. 498 Version: 2.50 9 9 */ 10 10 -
olimometer/trunk/readme.txt
r835992 r845145 4 4 Tags: charities, charity, counter, donate, donate goals, donate meter, donation, donations, fund, fundraise, fundraising, fundraising goal, fundraising thermometer, goal, olimometer, paypal, progress, sidebar, sponsor, sponsorship, thermometer, widget, stayclassy 5 5 Requires at least: 3.1 6 Tested up to: 3.8 6 Tested up to: 3.8.1 7 7 Stable tag: trunk 8 8 … … 119 119 == Changelog == 120 120 121 = 2.50 = 122 * Turned off Curl verbose logging - should stop server logs being filled up unnecessarily. 123 121 124 = 2.49 = 122 125 * Adverts are now responsive (so they shouldn't be more intrusive than necessary) … … 268 271 == Upgrade Notice == 269 272 273 = 2.50 = 274 * Turned off Curl verbose logging - should stop server logs being filled up unnecessarily. 275 270 276 = 2.49 = 271 277 * Adverts are now responsive (so they shouldn't be more intrusive than necessary)
Note: See TracChangeset
for help on using the changeset viewer.