Skip to content

Commit

Permalink
Setup default files for 25.01
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Dec 4, 2024
1 parent 02d88e8 commit dc3bda1
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
52 changes: 52 additions & 0 deletions code/web/release_notes/25.01.00.MD
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
-
34 changes: 34 additions & 0 deletions code/web/sys/DBMaintenance/version_updates/25.01.00.php
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

];
}

0 comments on commit dc3bda1

Please sign in to comment.