Plugin Directory

Changeset 1895982


Ignore:
Timestamp:
06/20/2018 05:49:48 PM (8 years ago)
Author:
rahburma
Message:

plugin version updated

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

Legend:

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

    r1895965 r1895982  
    77   public function __construct() {
    88      $this->plugin_name = "code-editor-and-compiler";
    9       $this->plugin_version = "1.2.2";
     9      $this->plugin_version = "1.2.3";
    1010      add_action('admin_enqueue_scripts', array(&$this, 'enqueueScripts'));
    1111      add_action('admin_enqueue_scripts', array(&$this, 'enqueueStyles'));
  • code-editor-and-compiler/trunk/compilebin.php

    r1895978 r1895982  
    1010 * Plugin URI:        https://www.compilebin.com
    1111 * Description:       Execute code online.
    12  * Version:           1.2.2
     12 * Version:           1.2.3
    1313 * Author:            Compilebin
    1414 * Author URI:        https://www.compilebin.com/about
  • code-editor-and-compiler/trunk/public/compilebin-public.php

    r1895965 r1895982  
    77   public function __construct() {
    88      $this->plugin_name = "code-editor-and-compiler";
    9       $this->plugin_version = "1.2.2";
     9      $this->plugin_version = "1.2.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

    r1895965 r1895982  
    55Requires at least: 3.1
    66Tested up to: 4.9.4
    7 Stable tag: 1.2.2
     7Stable tag: 1.2.3
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    3535
    3636== Changelog ==
    37 1.2.2
     371.2.3
    3838Resolved notices thrown in wp_debug mode.
    3939
Note: See TracChangeset for help on using the changeset viewer.