Plugin Directory

Changeset 853289


Ignore:
Timestamp:
02/07/2014 03:05:38 PM (12 years ago)
Author:
thmufl
Message:

Fixed error when loading json data from an url

Location:
ipu-chart
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ipu-chart/tags/1.0.2/ipu-chart.php

    r827446 r853289  
    55    Description: D3/SVG based charts out of your csv, tsv or json data. Currently supports bar, pie, donut, line, scatter, bubble and world map charts.
    66    Author: Thomas Müller Flury, ipublia
    7     Version: 1.0.1
     7    Version: 1.0.2
    88    Author URI: https://www.ipublia.com/author/thmufl/
    99    Text Domain: ipuc
  • ipu-chart/tags/1.0.2/license.php

    r816481 r853289  
    33    ip4 - Templates for d3 and more.
    44
    5     Copyright (C) 2013  Thomas Müller Flury <thmf@ipublia.com>
     5    Copyright (C) 2014  Thomas Müller Flury <thmf@ipublia.com>
    66
    77    This program is free software: you can redistribute it and/or modify
  • ipu-chart/tags/1.0.2/readme.txt

    r827446 r853289  
    33Tags: chart, chart editor, bar chart, pie chart, line chart, donut chart, scatter chart, bubble chart, world map, map, countries, animation, quotes, diagram, csv, tsv, json, excel, numbers, svg, d3, d3js
    44Requires at least: 3.0.1
    5 Tested up to: 3.8
    6 Stable tag: 1.0.1
     5Tested up to: 3.8.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Add beautiful, interactive live charts to your blog!
     10Present your data with interactive live charts to your users!
    1111
    1212== Description ==
     
    106106
    107107== Changelog ==
     108
     109= 1.0.2 =
     110* Fixed error when loading json data from an url
     111
     112= 1.0.1 =
     113* Bug fixes
     114
    108115= 0.95.1 =
    109116* Bug fix
     
    201208== Upgrade Notice ==
    202209
    203 = 1.0 =
    204 * Added ip4.dataReader
    205 * Redefined data adapters (integrated with data reader)
    206 * Enhanced error handling
    207 * Enhanced template functionality
    208 
     210= 1.0.2 =
     211* Fixed error when loading json data from an url
  • ipu-chart/trunk/ipu-chart.php

    r827446 r853289  
    55    Description: D3/SVG based charts out of your csv, tsv or json data. Currently supports bar, pie, donut, line, scatter, bubble and world map charts.
    66    Author: Thomas Müller Flury, ipublia
    7     Version: 1.0.1
     7    Version: 1.0.2
    88    Author URI: https://www.ipublia.com/author/thmufl/
    99    Text Domain: ipuc
  • ipu-chart/trunk/license.php

    r816481 r853289  
    33    ip4 - Templates for d3 and more.
    44
    5     Copyright (C) 2013  Thomas Müller Flury <thmf@ipublia.com>
     5    Copyright (C) 2014  Thomas Müller Flury <thmf@ipublia.com>
    66
    77    This program is free software: you can redistribute it and/or modify
  • ipu-chart/trunk/readme.txt

    r827446 r853289  
    33Tags: chart, chart editor, bar chart, pie chart, line chart, donut chart, scatter chart, bubble chart, world map, map, countries, animation, quotes, diagram, csv, tsv, json, excel, numbers, svg, d3, d3js
    44Requires at least: 3.0.1
    5 Tested up to: 3.8
    6 Stable tag: 1.0.1
     5Tested up to: 3.8.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Add beautiful, interactive live charts to your blog!
     10Present your data with interactive live charts to your users!
    1111
    1212== Description ==
     
    106106
    107107== Changelog ==
     108
     109= 1.0.2 =
     110* Fixed error when loading json data from an url
     111
     112= 1.0.1 =
     113* Bug fixes
     114
    108115= 0.95.1 =
    109116* Bug fix
     
    201208== Upgrade Notice ==
    202209
    203 = 1.0 =
    204 * Added ip4.dataReader
    205 * Redefined data adapters (integrated with data reader)
    206 * Enhanced error handling
    207 * Enhanced template functionality
    208 
     210= 1.0.2 =
     211* Fixed error when loading json data from an url
Note: See TracChangeset for help on using the changeset viewer.