Ver Fonte

Bumped version to 0.0.23

Jannick Knudsen há 4 anos atrás
pai
commit
e265761aaf
5 ficheiros alterados com 18 adições e 7 exclusões
  1. 1 1
      VERSION
  2. 1 0
      VERSIONLOG
  3. 1 1
      package.json
  4. 2 2
      plugin.php
  5. 13 3
      pluginoptions.php

+ 1 - 1
VERSION

@@ -1 +1 @@
-v0.0.22
+v0.0.23

+ 1 - 0
VERSIONLOG

@@ -21,3 +21,4 @@ v0.0.19
 v0.0.20
 v0.0.21
 v0.0.22
+v0.0.23

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "dagsplug",
-  "version": "0.0.22",
+  "version": "0.0.23",
   "description": "",
   "main": "script_backend.js",
   "scripts": {

+ 2 - 2
plugin.php

@@ -4,14 +4,14 @@
  Plugin URI: https://git.tum.dk/tum.dk/dagsplug/
  Description: Tools 
  Author: iskedk
- Version: 0.0.22
+ Version: 0.0.23
  Date: Fri Jan 31 2014 13:19:21 GMT+0100 (CET)
  Author URI: https://iske.dk/
  */
 
 $wp_dagsopt = new dagsopt ( );
 class dagsopt {
-	var $version = "0.0.22";
+	var $version = "0.0.23";
 	var $publish_date = "2021-01-23";
 	var $pluginname;
 	var $plugintitle;

+ 13 - 3
pluginoptions.php

@@ -147,12 +147,22 @@ Version: <?php echo($this->version); ?> <?php echo($this->publish_date); ?>
 
 <div>
 <h3>Debug</h3>
-<textarea style="width: 100%; height: 600px;">
+<textarea style="width: 100%; height: 300px;">
+<?php $ttt=get_defined_vars();print_r($ttt); ?>
+</textarea>
+<textarea style="width: 100%; height: 300px;">
+<?php $ttt=get_defined_vars();print_r($ttt); ?>
+</textarea>
+<textarea style="width: 100%; height: 300px;">
 <?php $tt=getenv();print_r($tt); ?>
-
+</textarea>
+<textarea style="width: 100%; height: 300px;">
 <?php print_r($_ENV); ?>
-
+</textarea>
+<textarea style="width: 100%; height: 300px;">
 <?php print_r($_SERVER); ?>
+</textarea>
+<textarea style="width: 100%; height: 300px;">
 		  
 </textarea>
 </div>