Releases: bnomei/kirby3-janitor
Releases · bnomei/kirby3-janitor
v3.3.0: :pencil: typo in readme page -> model (thx @samzii)
closes #100 Signed-off-by: bnomei <[email protected]>
v3.2.2: :art: php 8.2
Signed-off-by: bnomei <[email protected]>
v3.2.1: :bug: allow jobs without models
Signed-off-by: bnomei <[email protected]>
v3.2.0: :sparkles: smartly delaying query language with {( query )}
Signed-off-by: bnomei <[email protected]>
v3.1.0: :sparkles: api uses post (infinite command length)
:arrow_up: k3.8.2 Query class changes closes #93 closes #94 Signed-off-by: bnomei <[email protected]>
v3.0.2: :bug: non-composer install find class in commands
Signed-off-by: bnomei <[email protected]>
v3.0.1: :bug: vendor folder
Signed-off-by: bnomei <[email protected]>
📣 Kirby CLI commands (and callback)
Janitor v3 built on top of Kirby CLI commands.
changes
- removed logging
- removed jobs from classes
- removed wiki
- removed my plugins dependency to CLImate
+ added dependency to getkirby/cli (which uses CLImate)
+ rebuilt all jobs to commands on top of CLI commands
+ renamed a few api endpoints keys
+ can change label and icon with api endpoint keys => label, message, icon
v2.16.3: :wrench: assure kirby 3.8 compatiblity (by @teichsta)
closes #86 Signed-off-by: bnomei <[email protected]>
upgraded dependencies and min php8
:bug: cooldown from field prop not working closes #81 Signed-off-by: bnomei <[email protected]>