Changeset 1901884
- Timestamp:
- 07/01/2018 07:37:47 AM (8 years ago)
- Location:
- code-editor-and-compiler/trunk
- Files:
-
- 5 edited
-
admin/compilebin-admin.php (modified) (1 diff)
-
common/js/include.js (modified) (1 diff)
-
compilebin.php (modified) (1 diff)
-
public/compilebin-public.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
code-editor-and-compiler/trunk/admin/compilebin-admin.php
r1901877 r1901884 7 7 public function __construct() { 8 8 $this->plugin_name = "code-editor-and-compiler"; 9 $this->plugin_version = "1.3. 4";9 $this->plugin_version = "1.3.5"; 10 10 add_action('admin_notices', array($this, 'plugin_activation')); 11 11 add_action('deactivated_plugin', array($this, 'plugin_deactivation')); -
code-editor-and-compiler/trunk/common/js/include.js
r1900519 r1901884 160 160 var cdbx_curLangId = cdbx_defLangId; 161 161 var cdbx_curLangIdPref = cdbx_defLangId; 162 var cdbx_curEditorId = 0; 162 163 var cdbx_curEditorIdPref = 0; 163 164 var cdbx_run_btn_status = 1; -
code-editor-and-compiler/trunk/compilebin.php
r1901877 r1901884 10 10 * Plugin URI: https://www.compilebin.com 11 11 * Description: Syntax highlighter and code compiler. 12 * Version: 1.3. 412 * Version: 1.3.5 13 13 * Author: Compilebin 14 14 * Author URI: https://www.compilebin.com -
code-editor-and-compiler/trunk/public/compilebin-public.php
r1901877 r1901884 7 7 public function __construct() { 8 8 $this->plugin_name = "code-editor-and-compiler"; 9 $this->plugin_version = "1.3. 4";9 $this->plugin_version = "1.3.5"; 10 10 add_action('wp_enqueue_scripts', array(&$this, 'enqueueScripts')); 11 11 add_action('wp_enqueue_scripts', array(&$this, 'enqueueStyles')); -
code-editor-and-compiler/trunk/readme.txt
r1901877 r1901884 5 5 Requires at least: 3.1 6 6 Tested up to: 4.9.4 7 Stable tag: 1.3. 47 Stable tag: 1.3.5 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 35 35 36 36 == Changelog == 37 1.3. 437 1.3.5 38 38 Performance improvements 39 39
Note: See TracChangeset
for help on using the changeset viewer.