Jannick Knudsen 5 лет назад
Родитель
Сommit
45ff560be8
5 измененных файлов с 7 добавлено и 6 удалено
  1. 1 1
      VERSION
  2. 1 0
      VERSIONLOG
  3. 1 1
      package.json
  4. 2 2
      plug_update_plugin.php
  5. 2 2
      plugin.php

+ 1 - 1
VERSION

@@ -1 +1 @@
-v0.0.10
+v0.0.11

+ 1 - 0
VERSIONLOG

@@ -9,3 +9,4 @@ v0.0.7
 v0.0.8
 v0.0.9
 v0.0.10
+v0.0.11

+ 1 - 1
package.json

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

+ 2 - 2
plug_update_plugin.php

@@ -37,9 +37,9 @@ if (!class_exists("plug_update_plugin")) {
 		if ( defined( 'WP_INSTALLING' ) ) return false;
 		$response = wp_remote_get( $this->ns->update_check_url );
 		list($version, $url) = explode('|', $response['body']);
-		$url = "https://git.tum.dk/tum.dk/dagsplug/archive/".$version.".zip";
+		$urlx = "https://git.tum.dk/tum.dk/dagsplug/archive/".$version.".zip";
 
-		$this->status = 'Remote version: '.$version." URL: ".$url.":::";
+		$this->status = 'Remote version: '.$version." URL: ".$url."::: ".$urlx.":::";
 
 		$this->possible = false;
 		if($this->plugin_get("Version") == $version) return false;

+ 2 - 2
plugin.php

@@ -4,14 +4,14 @@
  Plugin URI: https://git.tum.dk/tum.dk/dagsplug/
  Description: Tools 
  Author: iskedk
- Version: 0.0.10
+ Version: 0.0.11
  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.10";
+	var $version = "0.0.11";
 	var $publish_date = "2020-04-24";
 	var $pluginname;
 	var $plugintitle;