Skip to content

Commit 0dc5d8d

Browse files
committed
Renaming all $ to jQuery. Adding additional logging options. Replacing jquery.cookie with built in Cookies.
1 parent e1b72d2 commit 0dc5d8d

4 files changed

Lines changed: 249 additions & 186 deletions

File tree

Koha/Plugin/EDS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ our $MAJOR_VERSION = "21.11";
3434
our $SUB_VERSION = "001";
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 = '2022-05-09';
37+
our $DATE_UPDATE = '2022-05-10';
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>21.11.001</latestversion>
55
<download>https://github.com/ebsco/edsapi-koha-plugin</download>
6-
<lastupdated>2022/05/09</lastupdated>
6+
<lastupdated>2022/05/10</lastupdated>
77
<releasenotes>
8-
<release version="21.11.001" date="2022/05/09">
8+
<release version="21.11.001" date="2022/05/10">
99
<note id="1" author="mabrahamson@ebsco.com">Addresses issue 116 importing PR 117 from PerplexedTheta.</note>
1010
</release>
1111
</releasenotes>

0 commit comments

Comments
 (0)