Răsfoiți Sursa

Bumped version to 0.0.17

Jannick Knudsen 5 ani în urmă
părinte
comite
397fc4f7b3
5 a modificat fișierele cu 7 adăugiri și 6 ștergeri
  1. 1 1
      VERSION
  2. 1 0
      VERSIONLOG
  3. 1 1
      package.json
  4. 2 2
      plugin.php
  5. 2 2
      pluginoptions.php

+ 1 - 1
VERSION

@@ -1 +1 @@
-v0.0.16
+v0.0.17

+ 1 - 0
VERSIONLOG

@@ -15,3 +15,4 @@ v0.0.13
 v0.0.14
 v0.0.15
 v0.0.16
+v0.0.17

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "dagsplug",
-  "version": "0.0.16",
+  "version": "0.0.17",
   "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.16
+ Version: 0.0.17
  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.16";
+	var $version = "0.0.17";
 	var $publish_date = "2020-04-24";
 	var $pluginname;
 	var $plugintitle;

+ 2 - 2
pluginoptions.php

@@ -38,7 +38,7 @@ Version: <?php echo($this->version); ?> <?php echo($this->publish_date); ?>
 			<td>
 
 			</td>
-			<td><code><?php if(method_exists($plug,"help")){echo($plug->help());}else{} ?></code>
+			<td width="120"><code><?php if(method_exists($plug,"help")){echo($plug->help());}else{} ?></code>
 			</td>
 			</tr>
 				<?php
@@ -52,7 +52,7 @@ Version: <?php echo($this->version); ?> <?php echo($this->publish_date); ?>
 			<td>
 			<?php if($vis){echo($plug->admin_line($this->pluginname.'_'.$short));}else{} ?>
 			</td>
-			<td><code><?php if(method_exists($plug,"help")){echo($plug->help());}else{} ?></code>
+			<td width="120"><code><?php if(method_exists($plug,"help")){echo($plug->help());}else{} ?></code>
 			</td>
 			</tr>
 			<?php }} ?>