Changeset 1900536
- Timestamp:
- 06/28/2018 12:15:05 PM (8 years ago)
- Location:
- code-editor-and-compiler/trunk
- Files:
-
- 5 edited
-
admin/compilebin-admin.php (modified) (1 diff)
-
admin/js/editor-handler.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
r1900519 r1900536 7 7 public function __construct() { 8 8 $this->plugin_name = "code-editor-and-compiler"; 9 $this->plugin_version = "1.3. 2";9 $this->plugin_version = "1.3.3"; 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/admin/js/editor-handler.js
r1900519 r1900536 136 136 137 137 $(CDBX_RUN_CODE_WEB).prop("disabled", false); 138 $(CDBX_DIV_OUTPUT_WEB).html(cdbx_default_output); 138 139 //$(CDBX_OUTPUT_WEB_LINK).show(); 139 140 } -
code-editor-and-compiler/trunk/compilebin.php
r1900519 r1900536 10 10 * Plugin URI: https://www.compilebin.com 11 11 * Description: Syntax highlighter and code compiler. 12 * Version: 1.3. 212 * Version: 1.3.3 13 13 * Author: Compilebin 14 14 * Author URI: https://www.compilebin.com -
code-editor-and-compiler/trunk/public/compilebin-public.php
r1900519 r1900536 7 7 public function __construct() { 8 8 $this->plugin_name = "code-editor-and-compiler"; 9 $this->plugin_version = "1.3. 2";9 $this->plugin_version = "1.3.3"; 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
r1900519 r1900536 5 5 Requires at least: 3.1 6 6 Tested up to: 4.9.4 7 Stable tag: 1.3. 27 Stable tag: 1.3.3 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 35 35 36 36 == Changelog == 37 1.3. 237 1.3.3 38 38 Support for syntax highlighting of languages for which compilation feature is not available. 39 39 Bug fixes.
Note: See TracChangeset
for help on using the changeset viewer.