lbs update
This commit is contained in:
parent
c759c4a3c0
commit
fb15dfb48f
2 changed files with 3 additions and 3 deletions
|
|
@ -1,14 +1,14 @@
|
|||
# Datenstrom Yellow extension settings
|
||||
|
||||
Extension: LBS
|
||||
Version: 0.9.0
|
||||
Version: 0.9.01
|
||||
Description: LBS ist das offizielle louis-bar-syndrom.info Theme.
|
||||
Developer: Simon Pipe
|
||||
Tag: theme
|
||||
Download: https://git.thepipes.ch/simon/yellow-lbs/archive/main.zip
|
||||
Documentation: https://git.thepipes.ch/simon/yellow-lbs
|
||||
DocumentationLanguage: de
|
||||
Published: 2026-09-28 14:50:00
|
||||
Published: 2026-09-28 15:10:00
|
||||
Status: available
|
||||
system/workers/lbs.php: lbs.php, create, update
|
||||
system/themes/lbs.css: lbs.css, create, update, careful
|
||||
|
|
|
|||
2
lbs.php
2
lbs.php
|
|
@ -2,7 +2,7 @@
|
|||
// LBS extension, https://git.thepipes.ch/simon/yellow-lbs
|
||||
|
||||
class YellowLBS {
|
||||
const VERSION = "0.9.0";
|
||||
const VERSION = "0.9.1";
|
||||
public $yellow; // access to API
|
||||
|
||||
// Handle initialisation
|
||||
|
|
|
|||
Loading…
Reference in a new issue