Plugin Directory

Changeset 1679316


Ignore:
Timestamp:
06/15/2017 02:57:14 PM (9 years ago)
Author:
thmufl
Message:

Fix name conflicts

Location:
ipu-chart/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ipu-chart/trunk/ipu-chart.php

    r1100428 r1679316  
    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: 1.0.5
    8     Author URI: https://www.ipublia.com/author/thmufl/
     7    Version: 1.0.6
     8    Author URI: https://www.ipublia.com/thmufl/
    99    Text Domain: ipuc
    1010    Domain Path: /lang
     
    1616   
    1717// Helper to display plugin version in console logs
    18 function plugin_get_version() {
     18function ipuc_plugin_get_version() {
    1919    require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    2020    $plugin_data = get_plugin_data( __FILE__ );
     
    9191                            $format, $color, $style,
    9292                            $title, $description, $sort, $interpolate, $animate,
    93                             $img, $debug, plugin_get_version());
     93                            $img, $debug, ipuc_plugin_get_version());
    9494}
    9595
  • ipu-chart/trunk/readme.txt

    r1100428 r1679316  
    33Tags: 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
    44Requires at least: 3.0.1
    5 Tested up to: 4.1.1
    6 Stable tag: 1.0.5
     5Tested up to: 4.8
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1111
    1212== Description ==
     13
     14IPU-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!
    1315
    1416IPU-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.
     
    101103== Changelog ==
    102104
     105= 1.0.6 =
     106* Fixed name conflicts.
     107
    103108= 1.0.5 =
    104109* Fixed javascript path problem.
     
    212217== Upgrade Notice ==
    213218
     219= 1.0.6 =
     220IPU-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
    214224= 1.0.4 =
    215225* Maintenance release, updated d3 library.
Note: See TracChangeset for help on using the changeset viewer.