| @@ -1,21 +1,14 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: M Chart |
| 4 | -Version: 2.3 | |
| 5 | -Plugin URI: https://github.com/methnen/m-chart | |
| 6 | -Description: Manage data sets via a spreadsheet interface, display them as charts via the Chart.js chart library, and embed them via a shortcode or block. | |
| 4 | +Version: 1.0 | |
| 5 | +Plugin URI: http://github.com/methnen/m-charts | |
| 6 | +Description: Manage data sets and display them as charts in WordPress. | |
| 7 | 7 | Author: Jamie Poitra |
| 8 | -Author URI: https://methnen.com | |
| 9 | -Tags: chartjs, highcharts, graphs, charts, tables, data | |
| 10 | -Text Domain: m-chart | |
| 11 | -Domain Path: /components/languages | |
| 12 | -Requires PHP: 8.1 | |
| 8 | +Author URI: http://methnen.com | |
| 9 | +Tags: highcharts, graphs, charts, data, wordpress | |
| 13 | 10 | License: MIT |
| 14 | 11 | */ |
| 15 | 12 | |
| 16 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 17 | - exit; | |
| 18 | -} | |
| 19 | - | |
| 20 | 13 | require_once __DIR__ . '/components/class-m-chart.php'; |
| 21 | -m_chart(); | |
| 14 | +m_chart(); | |