PluginProbe
M Chart / 1.0
M Chart v1.0
2.3.2 2.3.1 2.3 2.2.2 2.2.1 2.2 trunk 1.0 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.10 1.10.1 1.11 1.11.1 1.11.2 1.12 1.2 1.2.1 1.3 1.3.1 1.3.2 All 53 releases
← All changes | m-chart.php +1 -3 1.21.0 View file →
@@ -1,16 +1,14 @@
1 1 <?php
2 2 /*
3 3 Plugin Name: M Chart
4 -Version: 1.2
4 +Version: 1.0
5 5 Plugin URI: http://github.com/methnen/m-charts
6 6 Description: Manage data sets and display them as charts in WordPress.
7 7 Author: Jamie Poitra
8 8 Author URI: http://methnen.com
9 9 Tags: highcharts, graphs, charts, data, wordpress
10 -Text Domain: m-chart
11 -Domain Path: /components/languages
12 10 License: MIT
13 11 */
14 12
15 13 require_once __DIR__ . '/components/class-m-chart.php';
16 14 m_chart();