Skip to content

Commit

Permalink
Merge pull request #60 from AlexanderBlanchardAC/24.06.00_add-to-econ…
Browse files Browse the repository at this point in the history
…tent

refactor: move updates to 24.06.00 branch
  • Loading branch information
AlexanderBlanchardAC authored May 30, 2024
2 parents e5297e2 + 656fd2f commit 892bf37
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
10 changes: 9 additions & 1 deletion code/web/release_notes/24.06.00.MD
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,18 @@
- Added new Documentation links to several settings pages (*MKD*)
- Updates to default user roles: removed testing roles and a couple uncommonly used roles; updated role titles (*MKD*)

//alexander
### Other Updates
- Added eResource to iType so that it displays as an access online button


## This release includes code contributions from
- ByWater Solutions
- Mark Noble (MDN)
- Kirstin Kroeger (KK)
- Kodi Lein (KL)
- Liz Rea (LR)
- Morgan Daigneault (MKD)
- Morgan Daigneault (MKD)

- PTFS Europe
- Alexander Blanchard(AB)
8 changes: 0 additions & 8 deletions code/web/sys/DBMaintenance/version_updates/23.12.01.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,5 @@ function getUpdates23_12_01(): array {
'UPDATE overdrive_settings SET runFullUpdate = 1',
]
], //force_overdrive_full_update
'summon_ip_addresses' => [
'title' => 'Summon IP address configuration',
'description' => 'Allow configuration of which IP addresses should automatically authenticate with Summon',
'continueOnError' => true,
'sql' => [
'ALTER TABLE ip_lookup ADD COLUMN authenticatedForSummon TINYINT DEFAULT 0',
]
], //summon authentication
];
}
9 changes: 9 additions & 0 deletions code/web/sys/DBMaintenance/version_updates/24.06.00.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ function getUpdates24_06_00(): array {
],
], //full_text_limiter

//alexander - PTFS Europe
'summon_ip_addresses' => [
'title' => 'Summon IP address configuration',
'description' => 'Allow configuration of which IP addresses should automatically authenticate with Summon',
'continueOnError' => true,
'sql' => [
'ALTER TABLE ip_lookup ADD COLUMN authenticatedForSummon TINYINT DEFAULT 0',
]
],
//other


Expand Down

0 comments on commit 892bf37

Please sign in to comment.