lbs update

This commit is contained in:
simon 2026-09-08 15:12:22 +02:00
parent c759c4a3c0
commit fb15dfb48f
2 changed files with 3 additions and 3 deletions

View file

@ -1,14 +1,14 @@
# Datenstrom Yellow extension settings # Datenstrom Yellow extension settings
Extension: LBS Extension: LBS
Version: 0.9.0 Version: 0.9.01
Description: LBS ist das offizielle louis-bar-syndrom.info Theme. Description: LBS ist das offizielle louis-bar-syndrom.info Theme.
Developer: Simon Pipe Developer: Simon Pipe
Tag: theme Tag: theme
Download: https://git.thepipes.ch/simon/yellow-lbs/archive/main.zip Download: https://git.thepipes.ch/simon/yellow-lbs/archive/main.zip
Documentation: https://git.thepipes.ch/simon/yellow-lbs Documentation: https://git.thepipes.ch/simon/yellow-lbs
DocumentationLanguage: de DocumentationLanguage: de
Published: 2026-09-28 14:50:00 Published: 2026-09-28 15:10:00
Status: available Status: available
system/workers/lbs.php: lbs.php, create, update system/workers/lbs.php: lbs.php, create, update
system/themes/lbs.css: lbs.css, create, update, careful system/themes/lbs.css: lbs.css, create, update, careful

View file

@ -2,7 +2,7 @@
// LBS extension, https://git.thepipes.ch/simon/yellow-lbs // LBS extension, https://git.thepipes.ch/simon/yellow-lbs
class YellowLBS { class YellowLBS {
const VERSION = "0.9.0"; const VERSION = "0.9.1";
public $yellow; // access to API public $yellow; // access to API
// Handle initialisation // Handle initialisation