Plugin Directory

Changeset 845145


Ignore:
Timestamp:
01/25/2014 09:43:53 AM (12 years ago)
Author:
oshingler
Message:

2.50

  • Turned off Curl verbose logging - should stop server logs being filled up unnecessarily.
Location:
olimometer
Files:
65 added
3 edited

Legend:

Unmodified
Added
Removed
  • olimometer/trunk/olimometer-class.php

    r835992 r845145  
    238238            $the_olimometer_text = $the_olimometer_text." class='".$css_class."'";
    239239        }
    240         $the_olimometer_text = $the_olimometer_text." alt='Olimometer 2.49'>";
     240        $the_olimometer_text = $the_olimometer_text." alt='Olimometer 2.50'>";
    241241        if($this->olimometer_link_disable == 0) {
    242242            $the_olimometer_text = $the_olimometer_text."</a>";
     
    373373        $ch = curl_init();
    374374        curl_setopt($ch, CURLOPT_URL, $API_Endpoint);
    375         curl_setopt($ch, CURLOPT_VERBOSE, 1);
     375        curl_setopt($ch, CURLOPT_VERBOSE, 0);
    376376   
    377377        // turning off the server and peer verification(TrustManager Concept).
  • olimometer/trunk/olimometer.php

    r835992 r845145  
    66Author: Oliver Shingler
    77Author URI: http://www.speaktothegeek.co.uk
    8 Version: 2.49
     8Version: 2.50
    99*/
    1010
  • olimometer/trunk/readme.txt

    r835992 r845145  
    44Tags: 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
    55Requires at least: 3.1
    6 Tested up to: 3.8
     6Tested up to: 3.8.1
    77Stable tag: trunk
    88
     
    119119== Changelog ==
    120120
     121= 2.50 =
     122* Turned off Curl verbose logging - should stop server logs being filled up unnecessarily.
     123
    121124= 2.49 =
    122125* Adverts are now responsive (so they shouldn't be more intrusive than necessary)
     
    268271== Upgrade Notice ==
    269272
     273= 2.50 =
     274* Turned off Curl verbose logging - should stop server logs being filled up unnecessarily.
     275
    270276= 2.49 =
    271277* Adverts are now responsive (so they shouldn't be more intrusive than necessary)
Note: See TracChangeset for help on using the changeset viewer.