-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
## Aspen LiDA Updates | ||
|
||
## Aspen Discovery Updates | ||
//mark | ||
|
||
//katherine | ||
|
||
//kirstien | ||
|
||
//james | ||
|
||
//alexander | ||
|
||
//chloe | ||
|
||
//pedro | ||
|
||
// lucas | ||
|
||
// tomas | ||
|
||
// kyle | ||
|
||
## This release includes code contributions from | ||
### ByWater Solutions | ||
- Kyle Hall (KMH) | ||
|
||
### Grove For Libraries | ||
- Mark Noble (MDN) | ||
- Kirstien Kroeger (KK-G) | ||
- Katherine Perdue (KP) | ||
|
||
### Nashville Public Library | ||
- James Staub (JStaub) | ||
|
||
### PTFS-Europe | ||
- Alexander Blanchard (AB) | ||
- Chloe Zermatten (CZ) | ||
- Pedro Amorim (PA) | ||
|
||
### Theke Solutions | ||
- Lucas Montoya (LM) | ||
- Tomás Cohen Arazi (TC) | ||
|
||
### Independent | ||
- Kirstien Kroeger (KK) | ||
|
||
## Special Testing thanks to | ||
- | ||
|
||
## This release includes sponsored developments from | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?php | ||
|
||
function getUpdates25_01_00(): array { | ||
$curTime = time(); | ||
return [ | ||
/*'name' => [ | ||
'title' => '', | ||
'description' => '', | ||
'continueOnError' => false, | ||
'sql' => [ | ||
'' | ||
] | ||
], //name*/ | ||
|
||
//mark - Grove | ||
|
||
//katherine | ||
|
||
//kirstien | ||
|
||
//kodi | ||
|
||
//alexander - PTFS-Europe | ||
|
||
//chloe - PTFS-Europe | ||
|
||
//James Staub - Nashville Public Library | ||
|
||
//Lucas Montoya - Theke Solutions | ||
|
||
//other | ||
|
||
]; | ||
} |