Changeset 1895982
- Timestamp:
- 06/20/2018 05:49:48 PM (8 years ago)
- Location:
- code-editor-and-compiler/trunk
- Files:
-
- 4 edited
-
admin/compilebin-admin.php (modified) (1 diff)
-
compilebin.php (modified) (1 diff)
-
public/compilebin-public.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
code-editor-and-compiler/trunk/admin/compilebin-admin.php
r1895965 r1895982 7 7 public function __construct() { 8 8 $this->plugin_name = "code-editor-and-compiler"; 9 $this->plugin_version = "1.2. 2";9 $this->plugin_version = "1.2.3"; 10 10 add_action('admin_enqueue_scripts', array(&$this, 'enqueueScripts')); 11 11 add_action('admin_enqueue_scripts', array(&$this, 'enqueueStyles')); -
code-editor-and-compiler/trunk/compilebin.php
r1895978 r1895982 10 10 * Plugin URI: https://www.compilebin.com 11 11 * Description: Execute code online. 12 * Version: 1.2. 212 * Version: 1.2.3 13 13 * Author: Compilebin 14 14 * Author URI: https://www.compilebin.com/about -
code-editor-and-compiler/trunk/public/compilebin-public.php
r1895965 r1895982 7 7 public function __construct() { 8 8 $this->plugin_name = "code-editor-and-compiler"; 9 $this->plugin_version = "1.2. 2";9 $this->plugin_version = "1.2.3"; 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
r1895965 r1895982 5 5 Requires at least: 3.1 6 6 Tested up to: 4.9.4 7 Stable tag: 1.2. 27 Stable tag: 1.2.3 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 35 35 36 36 == Changelog == 37 1.2. 237 1.2.3 38 38 Resolved notices thrown in wp_debug mode. 39 39
Note: See TracChangeset
for help on using the changeset viewer.