Selaa lähdekoodia

Release 1.0.5

sirjeff 1 viikko sitten
vanhempi
commit
edcb06eb1d
3 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  1. 1 1
      Plugin.php
  2. 4 0
      release.md
  3. 1 1
      ver

+ 1 - 1
Plugin.php

@@ -49,7 +49,7 @@ class Plugin extends Base {
   }
   
   public function getPluginVersion() {
-    return "1.0.4";
+    return "1.0.5";
   }
   
   public function getPluginHomepage() {

+ 4 - 0
release.md

@@ -1,5 +1,9 @@
 # Release Notes  
 
+## v1.0.5 2025-08-30 *[fixsomebugs]*  
+- style tweaks (padding-bottom in header and icons use foreground colour)  
+- fixed bug #2 , added required parameter , `$colors` to controller  
+  
 ## v1.0.4 2025-08-14 *[more_styles]*  
 Why the version jump? This was so I could test the database `drop table` which only kicks in via a version _after_ the initial one.  
 I think it took 2 tries to get it going :/  

+ 1 - 1
ver

@@ -1 +1 @@
-1.0.4
+1.0.5