Skip to content

Commit bb3e40c

Browse files
authored
Merge pull request #144 from ebsco/24.11-issues
EDS Autocomplete functionality and minor 24.11 fixes
2 parents 8f5f828 + 1ca2587 commit bb3e40c

7 files changed

Lines changed: 629 additions & 104 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.DS_Store
22
.vscode
3-
.perlcriticrc
4-
OMtesting.txt
3+
.perlcriticrc

Koha/Plugin/EDS.pm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ $PluginDir = $PluginDir.'/Koha/Plugin/EDS';
3131

3232
################# DO NOT TOUCH - CONTROLLED BY build.py
3333
our $MAJOR_VERSION = "24.11";
34-
our $SUB_VERSION = "001";
34+
our $SUB_VERSION = "002";
3535
our $VERSION = $MAJOR_VERSION . "" . $SUB_VERSION;
3636
our $SHA_ADD = "https://widgets.ebscohost.com/prod/api/koha/sha/1711.json";
37-
our $DATE_UPDATE = '2025-04-03';
37+
our $DATE_UPDATE = '2025-05-13';
3838
######################################################
3939

4040
## Here is our metadata, some keys are required, some are optional
@@ -151,7 +151,6 @@ sub configure {
151151
authtoken => $cgi->param('authtoken'),
152152
lastedsinfoupdate => $cgi->param('lastedsinfoupdate'),
153153
edsinfo => $cgi->param('edsinfo'),
154-
$self->store_data
155154
}
156155
);
157156

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- DO NOT TOUCH THIS FILE - controlled by build.py -->
33
<kohaplugin>
4-
<latestversion>24.11.001</latestversion>
4+
<latestversion>24.11.002</latestversion>
55
<download>https://github.com/ebsco/edsapi-koha-plugin</download>
6-
<lastupdated>2025/04/03</lastupdated>
6+
<lastupdated>2025/05/13</lastupdated>
77
<releasenotes>
8-
<release version="24.11.001" date="2025/04/03">
9-
<note id="1" author="omuzzy@ebsco.com">Upgrading EDS API Koha plugin to support Koha 24.11</note>
8+
<release version="24.11.002" date="2025/05/13">
9+
<note id="1" author="omuzzy@ebsco.com">minor fixes for Koha 24.11</note>
10+
<note id="2" author="omuzzy@ebsco.com">fix for EDS Autocomplete functionality</note>
1011
</release>
1112
</releasenotes>
1213
</kohaplugin>

Koha/Plugin/EDS/bootstrap/includes/lang/en.inc

Lines changed: 287 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)