Changeset 1400670
- Timestamp:
- 04/20/2016 06:43:25 PM (10 years ago)
- Location:
- olimometer
- Files:
-
- 65 added
- 2 edited
-
tags/2.55 (added)
-
tags/2.55/LiberationSans-Regular.ttf (added)
-
tags/2.55/jscolor (added)
-
tags/2.55/jscolor/arrow.gif (added)
-
tags/2.55/jscolor/cross.gif (added)
-
tags/2.55/jscolor/demo.html (added)
-
tags/2.55/jscolor/hs.png (added)
-
tags/2.55/jscolor/hv.png (added)
-
tags/2.55/jscolor/jscolor.js (added)
-
tags/2.55/my-script.js (added)
-
tags/2.55/olimometer-class.php (added)
-
tags/2.55/olimometer.php (added)
-
tags/2.55/readme.txt (added)
-
tags/2.55/screenshot-1.jpg (added)
-
tags/2.55/screenshot-2.jpg (added)
-
tags/2.55/screenshot-3.jpg (added)
-
tags/2.55/screenshot-4.jpg (added)
-
tags/2.55/skins (added)
-
tags/2.55/skins.php (added)
-
tags/2.55/skins.xml (added)
-
tags/2.55/skins/oli-bold-chunky (added)
-
tags/2.55/skins/oli-bold-chunky/bold-chunky-bar.png (added)
-
tags/2.55/skins/oli-bold-chunky/bold-chunky-bottom.png (added)
-
tags/2.55/skins/oli-bold-chunky/bold-chunky-top.png (added)
-
tags/2.55/skins/oli-default (added)
-
tags/2.55/skins/oli-default/therm_bar_empty.png (added)
-
tags/2.55/skins/oli-default/therm_bulb.png (added)
-
tags/2.55/skins/oli-default/therm_top.png (added)
-
tags/2.55/skins/oli-ourprogress-blue (added)
-
tags/2.55/skins/oli-ourprogress-blue/therm_bar_empty.png (added)
-
tags/2.55/skins/oli-ourprogress-blue/therm_bulb.png (added)
-
tags/2.55/skins/oli-ourprogress-blue/therm_top.png (added)
-
tags/2.55/skins/oli-ourprogress-green (added)
-
tags/2.55/skins/oli-ourprogress-green/therm_bar_empty.png (added)
-
tags/2.55/skins/oli-ourprogress-green/therm_bulb.png (added)
-
tags/2.55/skins/oli-ourprogress-green/therm_top.png (added)
-
tags/2.55/skins/oli-ourprogress-red (added)
-
tags/2.55/skins/oli-ourprogress-red/therm_bar_empty.png (added)
-
tags/2.55/skins/oli-ourprogress-red/therm_bulb.png (added)
-
tags/2.55/skins/oli-ourprogress-red/therm_top.png (added)
-
tags/2.55/skins/oli-progpress-black (added)
-
tags/2.55/skins/oli-progpress-black/left.png (added)
-
tags/2.55/skins/oli-progpress-black/middle.png (added)
-
tags/2.55/skins/oli-progpress-black/right.png (added)
-
tags/2.55/skins/oli-rounded (added)
-
tags/2.55/skins/oli-rounded/rounded_bar.png (added)
-
tags/2.55/skins/oli-rounded/rounded_bottom.png (added)
-
tags/2.55/skins/oli-rounded/rounded_top.png (added)
-
tags/2.55/skins/oli-thinblackhorizontal (added)
-
tags/2.55/skins/oli-thinblackhorizontal/left.png (added)
-
tags/2.55/skins/oli-thinblackhorizontal/middle.png (added)
-
tags/2.55/skins/oli-thinblackhorizontal/right.png (added)
-
tags/2.55/skins/oli-thinbluehorizontal (added)
-
tags/2.55/skins/oli-thinbluehorizontal/left.png (added)
-
tags/2.55/skins/oli-thinbluehorizontal/middle.png (added)
-
tags/2.55/skins/oli-thinbluehorizontal/right.png (added)
-
tags/2.55/skins/oli-thinredhorizontal (added)
-
tags/2.55/skins/oli-thinredhorizontal/left.png (added)
-
tags/2.55/skins/oli-thinredhorizontal/middle.png (added)
-
tags/2.55/skins/oli-thinredhorizontal/right.png (added)
-
tags/2.55/skins/oli-watermaster (added)
-
tags/2.55/skins/oli-watermaster/watermaster-bar.png (added)
-
tags/2.55/skins/oli-watermaster/watermaster-bottom.png (added)
-
tags/2.55/skins/oli-watermaster/watermaster-top.png (added)
-
tags/2.55/thermometer.php (added)
-
trunk/olimometer.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
olimometer/trunk/olimometer.php
r1268020 r1400670 6 6 Author: Oliver Shingler 7 7 Author URI: http://www.speaktothegeek.co.uk 8 Version: 2.5 58 Version: 2.56 9 9 */ 10 10 … … 1485 1485 // What is this user's user_id? 1486 1486 require_once (ABSPATH . WPINC . '/pluggable.php'); 1487 global $current_user; 1488 get_currentuserinfo();1487 global $current_user; $current_user = wp_get_current_user(); 1488 //get_currentuserinfo(); 1489 1489 1490 1490 update_option('olimometer_last_' . $current_user->user_login, $last_olimometer_id); … … 1495 1495 // What is this user's user_id? 1496 1496 require_once (ABSPATH . WPINC . '/pluggable.php'); 1497 global $current_user; 1498 get_currentuserinfo();1497 global $current_user; $current_user = wp_get_current_user(); 1498 //get_currentuserinfo(); 1499 1499 1500 1500 $olimometer_last = get_option('olimometer_last_' . $current_user->user_login); -
olimometer/trunk/readme.txt
r1268024 r1400670 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: 4. 36 Tested up to: 4.5 7 7 Stable tag: trunk 8 8 … … 23 23 If you wish the thermometer to have a transparent background then I suggest you still choose a background colour close to the actual background on which the thermometer will appear. This will ensure that the image blends in perfectly. 24 24 25 If you have *any* problems installing or using this plugin, or if it doesn't quite meet your needs then please let me know. Post your query on the forum http://wordpress.org/support/plugin/olimometer or visit http://www.speaktothegeek.co.uk/oliblog/olimometer and leave a comment, or via Twitter @OliverShingler 26 25 27 26 28 == Installation == … … 64 66 = I've found a bug / have a suggestion = 65 67 66 Please visit the support forum http://wordpress.org/support/plugin/olimometer or you can leave a comment on the plugin's official page http://www.speaktothegeek.co.uk/olimometer. I can't make any promises but I will do my best.68 You can contact me via Twitter @OliverShingler, chat on the forum http://wordpress.org/support/plugin/olimometer or you can leave a comment on the plugin's official page http://www.speaktothegeek.co.uk/oliblog/olimometer. I can't make any promises but I will do my best. 67 69 68 70 = How do I change the thermometer image? = … … 117 119 == Changelog == 118 120 121 = 2.56 = 122 * Updated to work with WordPress 4.5 - please note that in some cases this update will break your existing Olimometers and they may need reconfiguring. 123 119 124 = 2.55 = 120 125 * Class Constructor updated to comply with Wordpress 4.3 again but done properly this time. … … 284 289 == Upgrade Notice == 285 290 291 = 2.56 = 292 * Updated to work with WordPress 4.5 - please note that in some cases this update will break your existing Olimometers and they may need reconfiguring. 293 286 294 = 2.55 = 287 295 * Class Constructor updated to comply with Wordpress 4.3 again but done properly this time.
Note: See TracChangeset
for help on using the changeset viewer.