Plugin Directory

Changeset 1901877


Ignore:
Timestamp:
07/01/2018 06:32:27 AM (8 years ago)
Author:
rahburma
Message:

Modify version for next release

Location:
code-editor-and-compiler/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • code-editor-and-compiler/trunk/admin/compilebin-admin.php

    r1900536 r1901877  
    77   public function __construct() {
    88      $this->plugin_name = "code-editor-and-compiler";
    9       $this->plugin_version = "1.3.3";
     9      $this->plugin_version = "1.3.4";
    1010      add_action('admin_notices', array($this, 'plugin_activation'));
    1111      add_action('deactivated_plugin', array($this, 'plugin_deactivation'));   
  • code-editor-and-compiler/trunk/admin/js/editor-handler.js

    r1901873 r1901877  
    13401340                     </button> \
    13411341                    </div> \
    1342                     <div id="cdbx-div-output-web" style="width:100%"> \
     1342                    <div id="cdbx-div-output-web" style="width:98%"> \
    13431343                        Output Appears Here ... \
    13441344                    </div> \
  • code-editor-and-compiler/trunk/compilebin.php

    r1900536 r1901877  
    1010 * Plugin URI:        https://www.compilebin.com
    1111 * Description:       Syntax highlighter and code compiler.
    12  * Version:           1.3.3
     12 * Version:           1.3.4
    1313 * Author:            Compilebin
    1414 * Author URI:        https://www.compilebin.com
  • code-editor-and-compiler/trunk/public/compilebin-public.php

    r1900536 r1901877  
    77   public function __construct() {
    88      $this->plugin_name = "code-editor-and-compiler";
    9       $this->plugin_version = "1.3.3";
     9      $this->plugin_version = "1.3.4";
    1010      add_action('wp_enqueue_scripts', array(&$this, 'enqueueScripts'));
    1111      add_action('wp_enqueue_scripts', array(&$this, 'enqueueStyles'));
  • code-editor-and-compiler/trunk/readme.txt

    r1900536 r1901877  
    11=== Compilebin ===
    22Contributors: rahburma
    3 Tags: Online compiler, code editor, syntax highlighter, compiler plugin
     3Tags: online compiler, code editor, syntax highlighter, compiler plugin, embed code snippets, code, highlight
    44Plugin URI: https://www.compilebin.com
    55Requires at least: 3.1
    66Tested up to: 4.9.4
    7 Stable tag: 1.3.3
     7Stable tag: 1.3.4
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    17172) Ace code editor
    1818Please 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 would be visible on admin view but not on public view.
     19Note 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.
    2020Please report issues to support@compilebin.com
    2121This plugin is actively maintained and we will fix the reported issues as soon as possible.
     
    3535
    3636== Changelog ==
     371.3.4
     38Performance improvements
     39
    37401.3.3
    3841Support for syntax highlighting of languages for which compilation feature is not available.
Note: See TracChangeset for help on using the changeset viewer.