Skip to content

Commit c6e8b5a

Browse files
committed
reverting update to version.json
1 parent 573459a commit c6e8b5a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Koha/Plugin/EDS.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ $PluginDir = $PluginDir.'/Koha/Plugin/EDS';
3333
our $MAJOR_VERSION = "25.05";
3434
our $SUB_VERSION = "001";
3535
our $VERSION = $MAJOR_VERSION . "" . $SUB_VERSION;
36-
our $SHA_ADD = "https://widgets.ebscohost.com/prod/api/koha/sha/2505.json";
37-
our $DATE_UPDATE = '2025-08-08';
36+
our $SHA_ADD = "https://widgets.ebscohost.com/prod/api/koha/sha/1711.json";
37+
our $DATE_UPDATE = '2025-08-13';
3838
######################################################
3939

4040
## Here is our metadata, some keys are required, some are optional

Koha/Plugin/EDS/admin/release_notes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<kohaplugin>
44
<latestversion>25.05.001</latestversion>
55
<download>https://github.com/ebsco/edsapi-koha-plugin</download>
6-
<lastupdated>2025/08/08</lastupdated>
6+
<lastupdated>2025/08/13</lastupdated>
77
<releasenotes>
8-
<release version="25.05.001" date="2025/08/08">
8+
<release version="25.05.001" date="2025/08/13">
99
<note id="1" author="omuzzy@ebsco.com">Updating EDS API Koha plugin to support Koha 25.05</note>
1010
</release>
1111
</releasenotes>

eds_plugin_25.05001.kpz

3 Bytes
Binary file not shown.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"note": "Updating EDS API Koha plugin to support Koha 25.05"
88
}
99
],
10-
"ShaAdd": "https://widgets.ebscohost.com/prod/api/koha/sha/2505.json"
10+
"ShaAdd": "https://widgets.ebscohost.com/prod/api/koha/sha/1711.json"
1111
}

0 commit comments

Comments
 (0)