Changeset 1901877
- Timestamp:
- 07/01/2018 06:32:27 AM (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) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
code-editor-and-compiler/trunk/admin/compilebin-admin.php
r1900536 r1901877 7 7 public function __construct() { 8 8 $this->plugin_name = "code-editor-and-compiler"; 9 $this->plugin_version = "1.3. 3";9 $this->plugin_version = "1.3.4"; 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
r1901873 r1901877 1340 1340 </button> \ 1341 1341 </div> \ 1342 <div id="cdbx-div-output-web" style="width: 100%"> \1342 <div id="cdbx-div-output-web" style="width:98%"> \ 1343 1343 Output Appears Here ... \ 1344 1344 </div> \ -
code-editor-and-compiler/trunk/compilebin.php
r1900536 r1901877 10 10 * Plugin URI: https://www.compilebin.com 11 11 * Description: Syntax highlighter and code compiler. 12 * Version: 1.3. 312 * Version: 1.3.4 13 13 * Author: Compilebin 14 14 * Author URI: https://www.compilebin.com -
code-editor-and-compiler/trunk/public/compilebin-public.php
r1900536 r1901877 7 7 public function __construct() { 8 8 $this->plugin_name = "code-editor-and-compiler"; 9 $this->plugin_version = "1.3. 3";9 $this->plugin_version = "1.3.4"; 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
r1900536 r1901877 1 1 === Compilebin === 2 2 Contributors: rahburma 3 Tags: Online compiler, code editor, syntax highlighter, compiler plugin3 Tags: online compiler, code editor, syntax highlighter, compiler plugin, embed code snippets, code, highlight 4 4 Plugin URI: https://www.compilebin.com 5 5 Requires at least: 3.1 6 6 Tested up to: 4.9.4 7 Stable tag: 1.3. 37 Stable tag: 1.3.4 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 17 17 2) Ace code editor 18 18 Please visit https://www.compilebin.com for more information about the service. 19 Note that this plugin can also be used purely as a syntax highlighter only by hiding the run button on your code snippets. This mode of usage is free of any charges. Run button w ould be visible on admin view but noton public view.19 Note that this plugin can also be used purely as a syntax highlighter only by hiding the run button on your code snippets. This mode of usage is free of any charges. Run button will not be visible on public view. 20 20 Please report issues to support@compilebin.com 21 21 This plugin is actively maintained and we will fix the reported issues as soon as possible. … … 35 35 36 36 == Changelog == 37 1.3.4 38 Performance improvements 39 37 40 1.3.3 38 41 Support for syntax highlighting of languages for which compilation feature is not available.
Note: See TracChangeset
for help on using the changeset viewer.