File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ $PluginDir = $PluginDir.'/Koha/Plugin/EDS';
3030
3131# ################ DO NOT TOUCH - CONTROLLED BY build.py
3232our $MAJOR_VERSION = " 20.11" ;
33- our $SUB_VERSION = " 007 " ;
33+ our $SUB_VERSION = " 008 " ;
3434our $VERSION = $MAJOR_VERSION . " " . $SUB_VERSION ;
3535our $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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ edsConfig.edsprofileid = "[% edsprofileid %]";
4040var searchBlockCount = 3;
4141
4242// DO NOT TOUCH - controlled by build.py
43- var versionEDSKoha = "20.11007 ";
43+ var versionEDSKoha = "20.11008 ";
4444///////////////////////////////////////
4545
4646if (document.title == "") {
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments