Plugin Directory

Changeset 2275508


Ignore:
Timestamp:
04/03/2020 10:14:22 PM (6 years ago)
Author:
munger41
Message:
  • 1.7.4 - new maximum_fraction_digits parameter
Location:
maxicharts/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • maxicharts/trunk/maxicharts.php

    r2270375 r2275508  
    44 * Plugin URI: https://maxicharts.com/
    55 * Description: Create beautiful interactive HTML5 charts from Gravity Forms / CSV into your posts with a simple shortcode. Uses chart.js.
    6  * Version: 1.7.3
     6 * Version: 1.7.4
    77 * Author: MaxiCharts
    88 * Author URI: https://profiles.wordpress.org/maxicharts
     
    10431043                'tooltip_title_prefix' => '',
    10441044                'number_format' => 'en-US',
    1045                 'maximum_fraction_digits' => 2,
     1045                'maximum_fraction_digits' => '2',
    10461046                'custom_search_criteria' => '',
    10471047                'fillopacity' => '0.7',
  • maxicharts/trunk/readme.txt

    r2266839 r2275508  
    8888
    8989[>> Demonstration site <<](https://maxicharts.com/random-demos/ "Demonstration")
     90
     91* 1.7.4 - new maximum_fraction_digits parameter
    9092
    9193* 1.7.3 - js rounding issue fixed
Note: See TracChangeset for help on using the changeset viewer.