Skip to content

Releases: mikespub-org/seblucas-cops

1.3.6 Send EPUB to Kindle, limit email address, fix custom colums + add REST API

14 Jul 14:09
Compare
Choose a tag to compare

This release supports sending EPUB to Kindle and limit the email address. It also fixes some old issues for custom columns with series and csv test, and adds support for wildcard selection of custom columns in index, list and display. Also, it introduces a basic REST API as another way to access the JSON Renderer.

1.3.6 - 20230714 Add REST API, limit email address, clean up constants + fix book test
incl. Limit sending to a single email address - see pull request #7 from @dunxd

1.3.5 - 20230712 Send EPUB, fix custom columns, support wildcard + add tests
incl. Replace offering to email MOBI with EPUB - see pull request #6 from @dunxd

See previous releases for other changes compared to the original

1.3.4 Fix EPUB 3 TOC, replace npm asset dependencies and use namespace in resources

10 Jun 12:01
Compare
Choose a tag to compare

This release supports reading EPUB 3 files via the browser, and provides some generic clean-up by replacing old bower assets with npm asset dependencies and adding namespaces to PHP packages in resources

1.3.4 - 20230609 Fix EPUB 3 TOC, replace other npm assets and use namespace in PHP resources
1.3.3 - 20230327 Update npm asset dependencies

See previous releases for other changes compared to the original

1.3.2 Add bootstrap2 templates + improve tests and security

25 Mar 21:30
Compare
Choose a tag to compare

This release includes the merge of 3 major updates from other contributors to COPS:

1.3.2 Improve tests and security
Merge branch 'master' of https://github.com/peltos/cops - see @peltos

1.3.1 Update epub-loader resources
Merge commit 'refs/pull/424/head' of https://github.com/seblucas/cops - see seblucas#424 from @marsender

1.3.0 Add bootstrap2 templates
Merge branch 'master' of https://github.com/SenorSmartyPants/cops - see seblucas#497 and earlier from @SenorSmartyPants

See previous release for other changes compared to the original

1.2.3 Add fixes for PHP 8.2

24 Mar 19:05
Compare
Choose a tag to compare

This is a slightly modified version of COPS 1.1.3 available from https://github.com/seblucas/cops that runs on PHP 8.2

Changes compared to the original include:
1.2.3 Add fixes for PHP 8.2
1.2.2 Update fetch.php to lower memory consumption
Merge commit 'refs/pull/518/head' of https://github.com/seblucas/cops - see seblucas#518 from @allandanton
1.2.1 Add phpstan baseline + fixes
1.2.0 Migration to PHP 8.x

Note: the cops-1.2.3b.zip file here contains the complete vendor/ directory. If you have php composer available, you can download the smaller source.zip file -or clone the master branch of this repository- and run "composer install" yourself.

$ composer install --no-dev -o

That will:

  • composer install: (re-)install all the needed run packages,
  • --no-dev: remove the development packages (if any), and
  • -o: update & optimize the autoload files again.

The original cops-1.2.3.zip package here contained the wrong autoload files as reported by @dunxd and it has been removed.