Plugin Directory

Changeset 1900536


Ignore:
Timestamp:
06/28/2018 12:15:05 PM (8 years ago)
Author:
rahburma
Message:

Minor UI fix

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

Legend:

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

    r1900519 r1900536  
    77   public function __construct() {
    88      $this->plugin_name = "code-editor-and-compiler";
    9       $this->plugin_version = "1.3.2";
     9      $this->plugin_version = "1.3.3";
    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

    r1900519 r1900536  
    136136             
    137137             $(CDBX_RUN_CODE_WEB).prop("disabled", false);
     138             $(CDBX_DIV_OUTPUT_WEB).html(cdbx_default_output);
    138139             //$(CDBX_OUTPUT_WEB_LINK).show();
    139140          }
  • code-editor-and-compiler/trunk/compilebin.php

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

    r1900519 r1900536  
    77   public function __construct() {
    88      $this->plugin_name = "code-editor-and-compiler";
    9       $this->plugin_version = "1.3.2";
     9      $this->plugin_version = "1.3.3";
    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

    r1900519 r1900536  
    55Requires at least: 3.1
    66Tested up to: 4.9.4
    7 Stable tag: 1.3.2
     7Stable tag: 1.3.3
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    3535
    3636== Changelog ==
    37 1.3.2
     371.3.3
    3838Support for syntax highlighting of languages for which compilation feature is not available.
    3939Bug fixes.
Note: See TracChangeset for help on using the changeset viewer.