Changeset 1679316
- Timestamp:
- 06/15/2017 02:57:14 PM (9 years ago)
- Location:
- ipu-chart/trunk
- Files:
-
- 2 edited
-
ipu-chart.php (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipu-chart/trunk/ipu-chart.php
r1100428 r1679316 5 5 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. 6 6 Author: Thomas Müller Flury, ipublia 7 Version: 1.0. 58 Author URI: https://www.ipublia.com/ author/thmufl/7 Version: 1.0.6 8 Author URI: https://www.ipublia.com/thmufl/ 9 9 Text Domain: ipuc 10 10 Domain Path: /lang … … 16 16 17 17 // Helper to display plugin version in console logs 18 function plugin_get_version() {18 function ipuc_plugin_get_version() { 19 19 require_once( ABSPATH . 'wp-admin/includes/plugin.php' ); 20 20 $plugin_data = get_plugin_data( __FILE__ ); … … 91 91 $format, $color, $style, 92 92 $title, $description, $sort, $interpolate, $animate, 93 $img, $debug, plugin_get_version());93 $img, $debug, ipuc_plugin_get_version()); 94 94 } 95 95 -
ipu-chart/trunk/readme.txt
r1100428 r1679316 3 3 Tags: 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 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 1.16 Stable tag: 1.0. 55 Tested up to: 4.8 6 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 11 11 12 12 == Description == 13 14 IPU-Chart will be replaced by **Diagram Factory** in the near future. The [Diagram Factory Plugin](https://wordpress.org/plugins/diagram-factory) is much easier to use because it provides a dialog-based user interface. Try it! 13 15 14 16 IPU-Chart is a Wordpress shortcode to create many different chart types inside your blog or page. It works perfectly on large computer screens as well as on tablets and smaller mobile screens. The data to display can reside directly in the document or it can be fetched from a remote service. … … 101 103 == Changelog == 102 104 105 = 1.0.6 = 106 * Fixed name conflicts. 107 103 108 = 1.0.5 = 104 109 * Fixed javascript path problem. … … 212 217 == Upgrade Notice == 213 218 219 = 1.0.6 = 220 IPU-Chart will be replaced by *Diagram Factory* in the near future. The [Diagram Factory Plugin](https://wordpress.org/plugins/diagram-factory) is much easier to use because it provides a dialog-based user interface. 221 222 **Attention**: Since the two plugins use different library versions (of d3), they can unfortunately *not be activated in parallel*. 223 214 224 = 1.0.4 = 215 225 * Maintenance release, updated d3 library.
Note: See TracChangeset
for help on using the changeset viewer.