Plugin Directory

Changeset 195604


Ignore:
Timestamp:
01/20/2010 12:45:52 AM (16 years ago)
Author:
dugbug
Message:

0.6.1 tweak

Location:
easy-chart-builder/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easy-chart-builder/trunk/easy-chart-builder.php

    r195588 r195604  
    22/*
    33Plugin Name: Easy Chart Builder
    4 Version: 0.6
     4Version: 0.6.1
    55Plugin URI: http://www.dyerware.com/main/easy-chart-builder
    66Description: Creates a chart directly in your post or page via shortcut.  Manages sizing of chart to support wptouch and other mobile themes.
     
    3333    {   
    3434        $jsDir = get_option('siteurl') . '/wp-content/plugins/easy-chart-builder/js/';
    35         wp_register_script('wpEasyCharts', "{$jsDir}easy-chart-builder.js", false, '0.7');       
     35        wp_register_script('wpEasyCharts', "{$jsDir}easy-chart-builder.js", false, '0.8');       
    3636    }
    3737
  • easy-chart-builder/trunk/js/easy-chart-builder.js

    r195588 r195604  
    11/**
    22 * Handle: easyChartBuilder
    3  * Version: 0.7
     3 * Version: 0.8
    44 * Enqueue: true
    55 *
     
    262262    var wm = new Array();
    263263   
     264    if (wmString.length == 0)
     265    {return "";}
     266   
    264267    wm = this.extractValues(wmString, ",", 2);
    265268    if (wm.length == 0)
    266269    {return "";}
    267        
     270           
    268271    if (wm.length == 1)
    269272        wm[1] = maxMin[1];
  • easy-chart-builder/trunk/readme.txt

    r195588 r195604  
    66Requires at least: 2.8
    77Tested up to: 2.9.1
    8 Stable tag: 0.6
     8Stable tag: 0.6.1
    99
    1010This plugin allows you to easily create charts within your blog by use of shortcodes.
     
    61616. The line chart sans data table (colors are configurable)
    6262
     63
    6364== Upgrade Notice ==
     65
     66= 0.6.1 =
     67Watermark glitch introduced in 0.6
     68
     69= 0.6 =
     70New chart type, new currency display options
    6471
    6572= 0.5.1 =
     
    6875
    6976== Changelog ==
     77
     78= 0.6.1 -
     79 * Oops! Small watermark parameter parsing glitch.  ALL that testing this slips through.. *sigh*
    7080
    7181= 0.6 =
Note: See TracChangeset for help on using the changeset viewer.