| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: WP Coder |
| 4 | 4 | * Plugin URI: https://wordpress.org/plugins/wp-coder/ |
| 5 | 5 | * Description: Adding custom HTML, CSS, JavaScript and PHP code to your WordPress site. |
| 6 | - * Version: 3.2 | |
| 6 | + * Version: 3.1 | |
| 7 | 7 | * Author: WPCoder |
| 8 | 8 | * Author URI: https://wpcoder.pro |
| 9 | 9 | * Author Email: dev@wpcoder.pro |
| 10 | 10 | * License: GPL-2.0+ |
| @@ -157,9 +157,8 @@ | ||
| 157 | 157 | UNIQUE KEY id (id) |
| 158 | 158 | "; |
| 159 | 159 | DBManager::create( $columns ); |
| 160 | 160 | FolderManager::create(); |
| 161 | - update_option( self::PREFIX . '_db_version', '3.2' ); | |
| 162 | 161 | |
| 163 | 162 | include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); |
| 164 | 163 | if ( is_plugin_active( 'wp-coder-pro/wp-coder-pro.php' ) ) { |
| 165 | 164 | deactivate_plugins( 'wp-coder-pro/wp-coder-pro.php' ); |