Skip to content

Commit d4b5c42

Browse files
committed
Build kpz
1 parent 89f65e6 commit d4b5c42

5 files changed

Lines changed: 13 additions & 8 deletions

File tree

Koha/Plugin/EDS.pm

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

3131
################# DO NOT TOUCH - CONTROLLED BY build.py
3232
our $MAJOR_VERSION = "20.11";
33-
our $SUB_VERSION = "007";
33+
our $SUB_VERSION = "008";
3434
our $VERSION = $MAJOR_VERSION . "" . $SUB_VERSION;
3535
our $SHA_ADD = "https://widgets.ebscohost.com/prod/api/koha/sha/1711.json";
36-
our $DATE_UPDATE = '2021-06-11';
36+
our $DATE_UPDATE = '2021-06-14';
3737
######################################################
3838

3939
## Here is our metadata, some keys are required, some are optional
Lines changed: 4 additions & 3 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>20.11.007</latestversion>
4+
<latestversion>20.11.008</latestversion>
55
<download>https://github.com/ebsco/edsapi-koha-plugin</download>
6-
<lastupdated>2021/06/11</lastupdated>
6+
<lastupdated>2021/06/14</lastupdated>
77
<releasenotes>
8-
<release version="20.11.007" date="2021/06/11">
8+
<release version="20.11.008" date="2021/06/14">
99
<note id="1" author="agupta@ebsco.com">Addresses issues with Koha 20.11. Removed EDSScript.js file.</note>
10+
<note id="2" author="mabrahamson@ebsco.com">Updates issues with http API calls and links.</note>
1011
</release>
1112
</releasenotes>
1213
</kohaplugin>

Koha/Plugin/EDS/js/EDSScript.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ edsConfig.edsprofileid = "[% edsprofileid %]";
4040
var searchBlockCount = 3;
4141

4242
// DO NOT TOUCH - controlled by build.py
43-
var versionEDSKoha = "20.11007";
43+
var versionEDSKoha = "20.11008";
4444
///////////////////////////////////////
4545

4646
if (document.title == "") {

version.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"MajorVersion": "20.11",
3-
"MinorVersion": "007",
3+
"MinorVersion": "008",
44
"ReleaseNotes": [
55
{
66
"author": "agupta@ebsco.com",
77
"note": "Addresses issues with Koha 20.11. Removed EDSScript.js file."
8+
},
9+
{
10+
"author": "mabrahamson@ebsco.com",
11+
"note": "Updates issues with http API calls and links."
812
}
913
],
1014
"ShaAdd": "https://widgets.ebscohost.com/prod/api/koha/sha/1711.json"
11-
}
15+
}

0 commit comments

Comments
 (0)