Plugin Directory

Changeset 1901884


Ignore:
Timestamp:
07/01/2018 07:37:47 AM (8 years ago)
Author:
rahburma
Message:

minor fix

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

Legend:

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

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

    r1900519 r1901884  
    160160var cdbx_curLangId = cdbx_defLangId;
    161161var cdbx_curLangIdPref = cdbx_defLangId;
     162var cdbx_curEditorId = 0;
    162163var cdbx_curEditorIdPref = 0;
    163164var cdbx_run_btn_status = 1;
  • code-editor-and-compiler/trunk/compilebin.php

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

    r1901877 r1901884  
    77   public function __construct() {
    88      $this->plugin_name = "code-editor-and-compiler";
    9       $this->plugin_version = "1.3.4";
     9      $this->plugin_version = "1.3.5";
    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

    r1901877 r1901884  
    55Requires at least: 3.1
    66Tested up to: 4.9.4
    7 Stable tag: 1.3.4
     7Stable tag: 1.3.5
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    3535
    3636== Changelog ==
    37 1.3.4
     371.3.5
    3838Performance improvements
    3939
Note: See TracChangeset for help on using the changeset viewer.