| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: Code Engine |
| 4 | 4 | Plugin URI: https://meowapps.com/code-engine |
| 5 | 5 | Description: Versatile plugin that not only manages PHP code snippets but also acts as a powerful bridge connecting WordPress, AI, and external digital platforms. |
| 6 | -Version: 0.3.8 | |
| 6 | +Version: 0.2.9 | |
| 7 | 7 | Author: Jordy Meow |
| 8 | 8 | Author URI: https://meowapps.com |
| 9 | 9 | Text Domain: code-engine |
| 10 | 10 | |
| @@ -12,15 +12,14 @@ | ||
| 12 | 12 | http://www.opensource.org/licenses/mit-license.php |
| 13 | 13 | http://www.gnu.org/licenses/gpl.html |
| 14 | 14 | */ |
| 15 | 15 | |
| 16 | -define( 'MWCODE_VERSION', '0.3.8' ); | |
| 16 | +define( 'MWCODE_VERSION', '0.2.9' ); | |
| 17 | 17 | define( 'MWCODE_PREFIX', 'mwcode' ); |
| 18 | 18 | define( 'MWCODE_DOMAIN', 'code-engine' ); |
| 19 | 19 | define( 'MWCODE_ENTRY', __FILE__ ); |
| 20 | 20 | define( 'MWCODE_PATH', dirname( __FILE__ ) ); |
| 21 | 21 | define( 'MWCODE_URL', plugin_dir_url( __FILE__ ) ); |
| 22 | -define( 'MWCODE_ITEM_ID', 23612190 ); | |
| 23 | 22 | |
| 24 | 23 | /** |
| 25 | 24 | * Define the database schema for Code Engine. |
| 26 | 25 | * |