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,11 +30,11 @@ my ($PluginDir) = grep { -f $_ . "/Koha/Plugin/EDS.pm" } @pluginsdir;
3030$PluginDir = $PluginDir .' /Koha/Plugin/EDS' ;
3131
3232# ################ DO NOT TOUCH - CONTROLLED BY build.py
33- our $MAJOR_VERSION = " 21.05 " ;
34- our $SUB_VERSION = " 003 " ;
33+ our $MAJOR_VERSION = " 21.11 " ;
34+ our $SUB_VERSION = " 001 " ;
3535our $VERSION = $MAJOR_VERSION . " " . $SUB_VERSION ;
3636our $SHA_ADD = " https://widgets.ebscohost.com/prod/api/koha/sha/1711.json" ;
37- our $DATE_UPDATE = ' 2022-02-21 ' ;
37+ our $DATE_UPDATE = ' 2022-05-09 ' ;
3838# #####################################################
3939
4040# # 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 >21.05.003 </latestversion >
4+ <latestversion >21.11.001 </latestversion >
55 <download >https://github.com/ebsco/edsapi-koha-plugin</download >
6- <lastupdated >2022/02/21 </lastupdated >
6+ <lastupdated >2022/05/09 </lastupdated >
77 <releasenotes >
8- <release version =" 21.05.003 " date =" 2022/02/21 " >
9- <note id =" 1" author =" mabrahamson@ebsco.com" >Fixes issues with Research Starter Display .</note >
8+ <release version =" 21.11.001 " date =" 2022/05/09 " >
9+ <note id =" 1" author =" mabrahamson@ebsco.com" >Addresses issue 116 importing PR 117 from PerplexedTheta .</note >
1010 </release >
1111 </releasenotes >
1212</kohaplugin >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ edsConfig.pluginhttppath = "[% PLUGIN_HTTP_PATH %]";
4141var searchBlockCount = 3;
4242
4343// DO NOT TOUCH - controlled by build.py
44- var versionEDSKoha = "21.05003 ";
44+ var versionEDSKoha = "21.11001 ";
4545///////////////////////////////////////
4646
4747if (document.title == "") {
Original file line number Diff line number Diff line change 11{
2- "MajorVersion" : " 21.05 " ,
3- "MinorVersion" : " 003 " ,
2+ "MajorVersion" : " 21.11 " ,
3+ "MinorVersion" : " 001 " ,
44 "ReleaseNotes" : [
55 {
66 "author" : " mabrahamson@ebsco.com" ,
7- "note" : " Fixes issues with Research Starter Display ."
7+ "note" : " Addresses issue 116 importing PR 117 from PerplexedTheta ."
88 }
99 ],
1010 "ShaAdd" : " https://widgets.ebscohost.com/prod/api/koha/sha/1711.json"
You can’t perform that action at this time.
0 commit comments