Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class App extends Application
{
const NAME = "Doil Version 20260223 - build 2026-02-23";
const NAME = "Doil Version 20260224 - build 2026-02-24";

public function __construct(Command ...$commands)
{
Expand Down
4 changes: 2 additions & 2 deletions setup/updates/update-20260223.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

doil_update_20250223() {
doil_update_20260223() {
cp -r ${SCRIPT_DIR}/../app/src/* /usr/local/lib/doil/app/src/
cp -r ${SCRIPT_DIR}/../setup/stack/states/enable-saml/saml/SetIdpV10.php.j2 /usr/local/share/doil/stack/enable-saml/saml/SetIdpV10.php.j2
cp -r ${SCRIPT_DIR}/../setup/stack/states/enable-saml/saml/SetIdpV10.php.j2 /usr/local/share/doil/stack/states/enable-saml/saml/SetIdpV10.php.j2

return $?
}
8 changes: 8 additions & 0 deletions setup/updates/update-20260224.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

doil_update_20260224() {
cp -r ${SCRIPT_DIR}/../app/src/* /usr/local/lib/doil/app/src/
cp -r ${SCRIPT_DIR}/../setup/stack/states/enable-saml/saml/SetIdpV10.php.j2 /usr/local/share/doil/stack/states/enable-saml/saml/SetIdpV10.php.j2

return $?
}