Skip to content

Commit 24a3931

Browse files
authored
Merge pull request #34 from emory-libraries/050823-release
Updates plugins and config files for new release to test.
2 parents 2fc1d7c + fdc6a9c commit 24a3931

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

development/config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
AppConfig[:emory_ga_tracking_public] = ''
44
AppConfig[:pui_branding_img] = '/assets/images/shield.svg'
55
AppConfig[:pui_branding_img_alt_text] = 'Emory University Libraries Logo'
6-
AppConfig[:emory_plugins_version] = 'v2023-04-17'
6+
AppConfig[:emory_plugins_version] = 'v2023-05-08'
77
AppConfig[:container_management_labels_pagesize] = {
88
"avery-5163" => {
99
"size" => "letter",

test/config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
AppConfig[:emory_ga_tracking_public] = 'G-83TR9951KC'
44
AppConfig[:pui_branding_img] = '/assets/images/shield.svg'
55
AppConfig[:pui_branding_img_alt_text] = 'Emory University Libraries Logo'
6-
AppConfig[:emory_plugins_version] = 'v2023-04-17'
6+
AppConfig[:emory_plugins_version] = 'v2023-05-08'
77
AppConfig[:container_management_labels_pagesize] = {
88
"avery-5163" => {
99
"size" => "letter",

test/plugins.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins:
22
- name: aspace_static_plugins
33
git: true
4-
branch: "v1.0.0"
4+
branch: "v1.0.1"
55
url: https://github.com/emory-libraries/aspace_static_plugins.git
66
- name: container_management_labels
77
git: true
@@ -19,4 +19,3 @@ plugins:
1919
git: true
2020
branch: "main"
2121
url: https://github.com/emory-libraries/uga-archivesspace-reports.git
22-

0 commit comments

Comments
 (0)