Plugin Directory

Changeset 938074


Ignore:
Timestamp:
06/24/2014 09:48:04 PM (12 years ago)
Author:
sazze
Message:

fixed invalid headers

Location:
progrids-widgets/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • progrids-widgets/trunk/classes/ProGrids.php

    r934038 r938074  
    2222        'proGrids', //\ProGridsSettings::OPTION_NAME,
    2323        'proGrids_cache', //\ProGridsCache::OPTION_NAME,
     24        'proGrids_options2',
     25        'proGrids_version',
    2426        self::OPTION_NAME_ISPUBLISHED,
    2527        self::OPTION_NAME_LOGIN,
  • progrids-widgets/trunk/classes/ProGridsApi.php

    r934038 r938074  
    4747        $content = '';
    4848        if ($widgetId) {
    49             $content = $this->request(PROGRIDS_API_BASE_URL . "/widget/$widgetId/code");
    50             if (!is_array($content) && isset($content->error) && !$content->error) {
    51                 $content = $content->html;
     49            $data = $this->request(PROGRIDS_API_BASE_URL . "/widget/$widgetId/code");
     50            PGLog::log($data);
     51            if (!is_array($data) && isset($data->error) && !$data->error) {
     52                $content = $data->html;
    5253            }
    5354        }
  • progrids-widgets/trunk/functions.php

    r934038 r938074  
    44 * Plugin Name: ProGrids Widget Plugin
    55 * Description: ProGrids.com widget management plugin
    6  * Version:     2.0.0
     6 * Version:     2.0.1
    77 * Author:      Sazze, Inc.
    88 * Author URI: http://progrids.com/
  • progrids-widgets/trunk/readme.txt

    r934038 r938074  
    33Tags: related content, progrids, ads, affiliate, content ads, yarpp, pay per click, relevant ads, revenue, zemanta, fashion, nrelate
    44Requires at least: 3.2
    5 Tested up to: 3.8
    6 Stable tag: 2.0.0
     5Tested up to: 4.1.0
     6Stable tag: 2.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7474= 2.0.0 =
    7575* Bug fixes<br>
     76
     77= 2.0.1 =
     78* Fixed an issue some users experienced with "invalid header"<br>
Note: See TracChangeset for help on using the changeset viewer.