Plugin Directory

Changeset 816481


Ignore:
Timestamp:
12/07/2013 03:36:28 PM (12 years ago)
Author:
thmufl
Message:

bug fix

Location:
ipu-chart
Files:
4 edited
5 copied

Legend:

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

    r815885 r816481  
    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: 0.95
     7    Version: 0.95.1
    88    Author URI: https://www.ipublia.com/author/thmufl/
    99    Text Domain: ipuc
  • ipu-chart/tags/0.95.1/license.php

    r809273 r816481  
    11<?php
    22/*
    3     ip3 - Templates for d3 and more.
     3    ip4 - Templates for d3 and more.
    44
    55    Copyright (C) 2013  Thomas Müller Flury <thmf@ipublia.com>
  • ipu-chart/tags/0.95.1/readme.txt

    r815885 r816481  
    44Requires at least: 3.0.1
    55Tested up to: 3.7.1
    6 Stable tag: 0.95
     6Stable tag: 0.95.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    104104== Changelog ==
    105105
     106= 0.95.1 =
     107* Bug fix
     108
    106109= 0.95 =
    107110* Pie Charts with ip4 interface added
     
    196199== Upgrade Notice ==
    197200
    198 = 0.9 =
    199 * Line charts with ip4 interface added
    200 * Changed group/value data attributes for bar charts to x/y
    201 * Minor bug fixes
    202 
    203 = 0.8.1 =
    204 * Missing libraries added
    205 
    206 = 0.8 =
    207 * ip4 template engine added
    208 * json configuration for bar charts
    209 
    210 = 0.7.3 =
    211 * Fixed tooltips in Google Chrome.
    212 * Fixed license activation problems with multi series extension.
    213 * Tested with WordPress 3.6
    214 
    215 = 0.7.2 =
    216 * Minor bug fixes and name changes.
    217 
    218 = 0.7.1 =
    219 This version adds support for negative values for horizontal bar charts. A second shortcode set with the prefix 'ipu-' was added for interoperability with some plugins and themes.
    220 
    221 = 0.7 =
    222 * Support for json added.
    223 * Support for data adapters added.
    224 * Minor layout changes (tooltip).
    225 
    226 = 0.6.2 =
    227 * Better calculation of left margin for bar, scatter and line charts
    228 * Update for bubble charts with 0 values in the data series
    229 * Sort for bubble charts
    230 
    231 = 0.6.1 =
    232 * Minor update for the interoperability with the IPU-Chart Editor
    233 
    234 = 0.6 =
    235 * Support for animated, multi-series bubble charts added
    236 
    237 = 0.5.1 =
    238 * Patch for number formats
    239 
    240 = 0.5 =
    241 * World Map chart type (map.world.countries) added
    242 * number (n) as format added
    243 * Improvements in formatting numbers
    244 
    245 = 0.4.1 =
    246 * [tsv] shortcode added for better Excel compability (use it like the [csv] but with tab separated data)
    247 * Tables can now be defined with [chart type="table" ...]. The columns to display can now be choosen with the 'category' and 'value' attributes.
    248 * The [table] shortcode is still supported but deprecated.
    249 
    250 = 0.4 =
    251 Scatter charts added.
    252 Shortcodes inside [csv][/csv] are processed now.
    253 Minor bug fixes.
    254 
    255 = 0.3.3 =
    256 This version adds bug fixes in the documentation.
    257 
    258 = 0.3.1 =
    259 This version adds labels for x- and y-axis and some bug fixes.
    260 
    261 = 0.3 =
    262 This version adds support for donut charts. Line chars can be interpolated. Bar charts can be animated (click or tap the bar charts to start the animation).
    263 
    264 = 0.2 =
    265 This version adds support for pie and line charts. Furthermore formats for dates, integers and floats can be specified.
     201= 0.95.1 =
     202* Bug fix
  • ipu-chart/trunk/ipu-chart.php

    r815885 r816481  
    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: 0.95
     7    Version: 0.95.1
    88    Author URI: https://www.ipublia.com/author/thmufl/
    99    Text Domain: ipuc
  • ipu-chart/trunk/license.php

    r809273 r816481  
    11<?php
    22/*
    3     ip3 - Templates for d3 and more.
     3    ip4 - Templates for d3 and more.
    44
    55    Copyright (C) 2013  Thomas Müller Flury <thmf@ipublia.com>
  • ipu-chart/trunk/readme.txt

    r815885 r816481  
    44Requires at least: 3.0.1
    55Tested up to: 3.7.1
    6 Stable tag: 0.95
     6Stable tag: 0.95.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    104104== Changelog ==
    105105
     106= 0.95.1 =
     107* Bug fix
     108
    106109= 0.95 =
    107110* Pie Charts with ip4 interface added
     
    196199== Upgrade Notice ==
    197200
    198 = 0.9 =
    199 * Line charts with ip4 interface added
    200 * Changed group/value data attributes for bar charts to x/y
    201 * Minor bug fixes
    202 
    203 = 0.8.1 =
    204 * Missing libraries added
    205 
    206 = 0.8 =
    207 * ip4 template engine added
    208 * json configuration for bar charts
    209 
    210 = 0.7.3 =
    211 * Fixed tooltips in Google Chrome.
    212 * Fixed license activation problems with multi series extension.
    213 * Tested with WordPress 3.6
    214 
    215 = 0.7.2 =
    216 * Minor bug fixes and name changes.
    217 
    218 = 0.7.1 =
    219 This version adds support for negative values for horizontal bar charts. A second shortcode set with the prefix 'ipu-' was added for interoperability with some plugins and themes.
    220 
    221 = 0.7 =
    222 * Support for json added.
    223 * Support for data adapters added.
    224 * Minor layout changes (tooltip).
    225 
    226 = 0.6.2 =
    227 * Better calculation of left margin for bar, scatter and line charts
    228 * Update for bubble charts with 0 values in the data series
    229 * Sort for bubble charts
    230 
    231 = 0.6.1 =
    232 * Minor update for the interoperability with the IPU-Chart Editor
    233 
    234 = 0.6 =
    235 * Support for animated, multi-series bubble charts added
    236 
    237 = 0.5.1 =
    238 * Patch for number formats
    239 
    240 = 0.5 =
    241 * World Map chart type (map.world.countries) added
    242 * number (n) as format added
    243 * Improvements in formatting numbers
    244 
    245 = 0.4.1 =
    246 * [tsv] shortcode added for better Excel compability (use it like the [csv] but with tab separated data)
    247 * Tables can now be defined with [chart type="table" ...]. The columns to display can now be choosen with the 'category' and 'value' attributes.
    248 * The [table] shortcode is still supported but deprecated.
    249 
    250 = 0.4 =
    251 Scatter charts added.
    252 Shortcodes inside [csv][/csv] are processed now.
    253 Minor bug fixes.
    254 
    255 = 0.3.3 =
    256 This version adds bug fixes in the documentation.
    257 
    258 = 0.3.1 =
    259 This version adds labels for x- and y-axis and some bug fixes.
    260 
    261 = 0.3 =
    262 This version adds support for donut charts. Line chars can be interpolated. Bar charts can be animated (click or tap the bar charts to start the animation).
    263 
    264 = 0.2 =
    265 This version adds support for pie and line charts. Furthermore formats for dates, integers and floats can be specified.
     201= 0.95.1 =
     202* Bug fix
Note: See TracChangeset for help on using the changeset viewer.