| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | * Plugin Name: Code Block Pro |
| 4 | 4 | * Description: Code highlighting powered by the VS Code engine |
| 5 | 5 | * Requires at least: 6.0 |
| 6 | 6 | * Requires PHP: 7.0 |
| 7 | - * Version: 1.3.0 | |
| 7 | + * Version: 1.2.4 | |
| 8 | 8 | * Author: Kevin Batdorf |
| 9 | 9 | * License: GPL-2.0-or-later |
| 10 | 10 | * License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 11 | 11 | * Text Domain: code-block-pro |
| @@ -21,7 +21,4 @@ | ||
| 21 | 21 | wp_add_inline_script('kevinbatdorf-code-block-pro-editor-script', 'window.codeBlockPro = ' . wp_json_encode([ |
| 22 | 22 | 'pluginUrl' => esc_url_raw(plugin_dir_url(__FILE__)), |
| 23 | 23 | ]) . ';'); |
| 24 | 24 | }); |
| 25 | - | |
| 26 | -include_once(__DIR__ . '/php/compatibility.php'); | |
| 27 | -include_once(__DIR__ . '/php/settings.php'); | |