Sfoglia il codice sorgente

Bumped version to 0.0.4

Jannick Knudsen 5 anni fa
parent
commit
42c532ab3d
4 ha cambiato i file con 6 aggiunte e 5 eliminazioni
  1. 1 1
      VERSION
  2. 1 0
      VERSIONLOG
  3. 1 1
      package.json
  4. 3 3
      plugin.php

+ 1 - 1
VERSION

@@ -1 +1 @@
-v0.0.3
+v0.0.4

+ 1 - 0
VERSIONLOG

@@ -2,3 +2,4 @@ v0.0.0
 v0.0.1
 v0.0.2
 v0.0.3
+v0.0.4

+ 1 - 1
package.json

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

+ 3 - 3
plugin.php

@@ -1,17 +1,17 @@
 <?php
 /*
  Plugin Name: dagsplug
- Plugin URI: https://github.com/iskedk/WPPLUGINS/tree/master/dagsplug
+ Plugin URI: https://git.tum.dk/tum.dk/dagsplug
  Description: Tools 
  Author: iskedk
- Version: 0.0.3
+ Version: 0.0.4
  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.3";
+	var $version = "0.0.4";
 	var $publish_date = "2020-04-24";
 	var $pluginname;
 	var $plugintitle;