Skip to content

Commit 193e525

Browse files
author
Ian Walls
committed
Libki Server v5.0.0
Due to changes to DataTables API endpoints, both in parameter processing and returned data, marking up to a new full version number. This should not effect compatibility with any external services, as DataTables API endpoints are meant for internal consumption by the Web UI, but better safe than sorry, right?
1 parent c43f983 commit 193e525

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [5.0.0] [r25.05]
8+
### Added
9+
- return 'filename' for print jobs
10+
11+
### Changed
12+
- Upgraded to DataTables 2.2.2; uses new parameters for sort/search/etc, and responds with DataTables 2 data structure
13+
714
## [4.9.0]
815
### Added
916
- Add passwordless mode support to Print Manager authentication api

lib/Libki.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use DateTime::Format::MySQL;
1313
use DateTime;
1414
use File::Slurp;
1515

16-
our $VERSION = '4.9.1';
16+
our $VERSION = '5.0.0';
1717

1818
# Set flags and add plugins for the application.
1919
#

0 commit comments

Comments
 (0)