Skip to content

Commit

Permalink
Upgrade ArchivesSpace to 3.5.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelemlih authored May 3, 2024
1 parent 0e9e899 commit 8c7666e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion development/config.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AppConfig[:plugins] = ['aspace_static_plugins', 'container_management_labels', 'lcnaf', 'aeon-fulfillment-plugin', 'uga-archivesspace-reports']
AppConfig[:public_url] = "http://localhost:3001"
# AppConfig[:archivesspace_version] = "3.3.1"
# AppConfig[:archivesspace_version] = "3.5.0"
AppConfig[:emory_ga_tracking_public] = ''
AppConfig[:pui_branding_img] = '/assets/images/shield.svg'
AppConfig[:pui_branding_img_alt_text] = 'Emory University Libraries Logo'
Expand Down
4 changes: 2 additions & 2 deletions production/config.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# AppConfig[:plugins] = ['aspace_static_plugins', 'container_management_labels', 'lcnaf', 'aeon-fulfillment-plugin', 'uga-archivesspace-reports']
# AppConfig[:public_url] = "https://archives.libraries.emory.edu"
# AppConfig[:archivesspace_version] = "3.3.1"
# AppConfig[:archivesspace_version] = "3.5.0"
AppConfig[:emory_ga_tracking_public] = 'G-83TR9951KC'
AppConfig[:pui_branding_img] = '/assets/images/shield.svg'
AppConfig[:pui_branding_img_alt_text] = 'Emory University Libraries Logo'
AppConfig[:emory_plugins_version] = 'v2023-05-24'
AppConfig[:emory_plugins_version] = 'v2023-07-10'
AppConfig[:container_management_labels_pagesize] = {
"avery-5163" => {
"size" => "letter",
Expand Down
2 changes: 1 addition & 1 deletion production/plugins.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins:
- name: aspace_static_plugins
git: true
branch: "v2.0.1"
branch: "v2.1.0"
url: https://github.com/emory-libraries/aspace_static_plugins.git
- name: container_management_labels
git: true
Expand Down
2 changes: 1 addition & 1 deletion test/config.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AppConfig[:plugins] = ['aspace_static_plugins', 'container_management_labels', 'lcnaf', 'aeon-fulfillment-plugin', 'uga-archivesspace-reports']
# AppConfig[:public_url] = "https://archives-test.libraries.emory.edu"
# AppConfig[:archivesspace_version] = "3.3.1"
# AppConfig[:archivesspace_version] = "3.5.0"
AppConfig[:emory_ga_tracking_public] = 'G-83TR9951KC'
AppConfig[:pui_branding_img] = '/assets/images/shield.svg'
AppConfig[:pui_branding_img_alt_text] = 'Emory University Libraries Logo'
Expand Down

0 comments on commit 8c7666e

Please sign in to comment.