Plugin Directory

Changeset 184540


Ignore:
Timestamp:
12/18/2009 08:28:37 PM (16 years ago)
Author:
dugbug
Message:

0.5.1

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

Legend:

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

    r184527 r184540  
    106106                'imgstyle' => 'text-align:center;float:center;',
    107107                'watermark' => '',
    108                 'watermarkColor' => 'A0BAE9')
     108                'watermarkcolor' => 'A0BAE9')
    109109                , $atts );
    110110
  • easy-chart-builder/trunk/js/easy-chart-builder.js

    r184527 r184540  
    127127   
    128128    tempString = chartHandle["watermark"];
    129     var wmColor = chartHandle["watermarkColor"];
     129    var wmColor = chartHandle["watermarkcolor"];
    130130    var wmPrep = this.buildWatermark(maxMin, tempString, wmColor); 
    131131       
     
    190190    var maxMin = this.normalizeValues(chartValues); 
    191191    tempString = chartHandle["watermark"];
    192     var wmColor = chartHandle["watermarkColor"];
     192    var wmColor = chartHandle["watermarkcolor"];
    193193    var wmPrep = this.buildWatermark(maxMin, tempString, wmColor); 
    194194         
     
    253253    var maxMin = this.normalizeValues(chartValues);   
    254254    tempString = chartHandle["watermark"];
    255     var wmColor = chartHandle["watermarkColor"];
     255    var wmColor = chartHandle["watermarkcolor"];
    256256    var wmPrep = this.buildWatermark(maxMin, tempString, wmColor);   
    257257
  • easy-chart-builder/trunk/readme.txt

    r184527 r184540  
    66Requires at least: 2.8
    77Tested up to: 2.9
    8 Stable tag: 0.5
     8Stable tag: 0.5.1
    99
    1010This plugin allows you to easily create charts within your blog by use of shortcodes.
     
    59595. A chart showing the watermark feature.
    6060
     61== Upgrade Notice ==
     62
     63= 0.5.1 =
     64Adds watermark feature
     65
    6166
    6267== Changelog ==
     68
     69= 0.5.1 =
     70 * Small nit with watermarkcolor
    6371
    6472= 0.5 =
Note: See TracChangeset for help on using the changeset viewer.