| @@ -1,16 +1,14 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: M Chart |
| 4 | -Version: 1.10 | |
| 5 | -Plugin URI: http://github.com/methnen/m-chart | |
| 4 | +Version: 1.0 | |
| 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 | -Tags: chartjs, graphs, charts, data, wordpress | |
| 10 | -Text Domain: m-chart | |
| 11 | -Domain Path: /components/languages | |
| 9 | +Tags: highcharts, graphs, charts, data, wordpress | |
| 12 | 10 | License: MIT |
| 13 | 11 | */ |
| 14 | 12 | |
| 15 | 13 | require_once __DIR__ . '/components/class-m-chart.php'; |
| 16 | 14 | m_chart(); |