Plugin Directory

Changeset 714099


Ignore:
Timestamp:
05/16/2013 10:31:50 PM (13 years ago)
Author:
webternals
Message:

AdMangler v0.1.2

Location:
admangler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admangler/trunk/adMangler.class.php

    r714097 r714099  
    542542        function send_statistics($action)
    543543        {
    544             if  (in_array  ('curl', get_loaded_extensions()))
    545             {
     544           
    546545                try {
    547546                $api = new WebAPI('publicapi', 'publicapi');
     
    557556                $api->request();
    558557                } catch (Exception $e) { /* Fail quitely */ }
    559             }
    560             else
    561             {
    562                 $temp = ''; // Do Nothing for now
    563             }
    564558        }
    565559       
  • admangler/trunk/readme.txt

    r714097 r714099  
    55Requires at least: 2.8.2
    66Tested up to: 3.5.1
    7 Stable Tag: 0.1.2
     7Stable Tag: 0.1.3
    88
    99AdMangler (Beta) Display, sell, and manage ad space on your Wordpress powered site.
     
    6262== Changelog ==
    6363
    64 = 0.1.1 =
     64= 0.1.2 =
    6565* Bug fix for plugin automatic update!
    6666
Note: See TracChangeset for help on using the changeset viewer.