Changeset 938074
- Timestamp:
- 06/24/2014 09:48:04 PM (12 years ago)
- Location:
- progrids-widgets/trunk
- Files:
-
- 4 edited
-
classes/ProGrids.php (modified) (1 diff)
-
classes/ProGridsApi.php (modified) (1 diff)
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
progrids-widgets/trunk/classes/ProGrids.php
r934038 r938074 22 22 'proGrids', //\ProGridsSettings::OPTION_NAME, 23 23 'proGrids_cache', //\ProGridsCache::OPTION_NAME, 24 'proGrids_options2', 25 'proGrids_version', 24 26 self::OPTION_NAME_ISPUBLISHED, 25 27 self::OPTION_NAME_LOGIN, -
progrids-widgets/trunk/classes/ProGridsApi.php
r934038 r938074 47 47 $content = ''; 48 48 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; 52 53 } 53 54 } -
progrids-widgets/trunk/functions.php
r934038 r938074 4 4 * Plugin Name: ProGrids Widget Plugin 5 5 * Description: ProGrids.com widget management plugin 6 * Version: 2.0. 06 * Version: 2.0.1 7 7 * Author: Sazze, Inc. 8 8 * Author URI: http://progrids.com/ -
progrids-widgets/trunk/readme.txt
r934038 r938074 3 3 Tags: related content, progrids, ads, affiliate, content ads, yarpp, pay per click, relevant ads, revenue, zemanta, fashion, nrelate 4 4 Requires at least: 3.2 5 Tested up to: 3.86 Stable tag: 2.0. 05 Tested up to: 4.1.0 6 Stable tag: 2.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 = 2.0.0 = 75 75 * 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.