github linuxserver/docker-cops 2.1.4-ls161

latest releases: 3.2.2-ls225, 3.1.3-ls224, 3.1.3-ls223...
12 months ago

LinuxServer Changes:

Undeprecate and add new branch with mikespub fork which is actively maintained.

seblucas-cops Changes:

The 2.x.x releases will support PHP >= 8.1 which is typical for most source code & docker image installs now.
The 1.x.x releases will be the only ones supporting PHP >= 7.4 in the future.

This release includes changes since the initial 2.0.1 release, with new translations, bootstrap5 template, various fixes and downloading books.
In development mode (source code install), there are also more improvements on OPDS 2.0 and REST API interface

2.1.4 - Translations, Bootstrap5, Route URLs and REST API (PHP >= 8.1)

  • Changes in config_default.php file:
    • new $config['cops_use_route_urls']
    • new $config['cops_api_key']
  • Translations update sept 2023 - see pull request #52 from @horus68
  • Improve submenu and filters in bootstrap5 template - see pull requests from @dunxd
  • Fix distinct count for identifiers
  • Add swagger-ui interface and api key config for REST API tests
  • Add json schema validation for OPDS 2.0 tests - ok with 1.0.30 except pagination
  • Use nikic/fast-route to match route urls (if enabled)
  • Use route urls in code and absolute paths in templates

2.1.3 - Try route urls + improve sort in bootstrap5 (PHP >= 8.1)

  • Use nikic/fast-route to match route urls (dev only)
  • Start route urls in code and absolute paths in templates
  • Improve sorting in bootstrap5 template - see pull requests from @dunxd

2.1.2 - Fix TOC children + improve bootstrap5 template (PHP >= 8.1)

  • Fix sort asc/desc for author and rating - see issue #44
  • Show TOC with children in epub reader with mikespub/php-epub-meta 2.1+
  • Improve bootstrap5 template some more - see pull requests from @dunxd

2.1.1 - Download books per page/series/author, fix search form + add epub-loader (PHP >= 8.1)

  • Changes in config_default.php file:
    • new $config['cops_download_page']
    • new $config['cops_download_series']
    • new $config['cops_download_author']
  • Use kiwilan/php-opds to generate OPDS 2.0 catalog with opds.php (besides OPDS 1.2 with feed.php) (dev only)
  • Add download.php to allow downloading all books of a series or author, or all books on a page
  • Fix search form with server-side rendering in bootstrap* templates - see pull request #38 from @dunxd
  • Add loader.php for integration of epub-loader (development mode only)

Full Changelog: mikespub-org/seblucas-cops@2.0.1...2.1.4

Don't miss a new docker-cops release

NewReleases is sending notifications on new releases.