Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Dec 8, 2024
1 parent a688dc2 commit d97c802
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 176 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ x.x.x - TODO
* ...

3.x.x - 2024xxxx
* ...

3.4.6 - 20241208 Fix issues + update css link
* Changes in config/default.php file:
- new $config['calibre_database_field_image'] for 'image' field from epub-loader
* Fix custom column detail page + not set entry - see issue #121 by @Mossop
* Use minified bootstrap icons css - see PR #120 from @dunxd
* Fix url-encode query for search in feeds - see issue #119 by @cebo29

3.4.5 - 20241105 Use route names to generate links
* Changes in config/default.php file:
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ext-xml": "*",
"ext-zip": "*",
"ext-zlib": "*",
"mikespub/epubjs-reader": "^2024.10",
"mikespub/epubjs-reader": "^2024.11",
"mikespub/php-epub-meta": "^3.3",
"nikic/fast-route": "2.0.0-beta1",
"npm-asset/bootstrap": "^3.4",
Expand All @@ -39,22 +39,22 @@
"npm-asset/corejs-typeahead": "^1.3",
"npm-asset/twig": "^1.17",
"phpmailer/phpmailer": "^6.9",
"twig/twig": "^3.15"
"twig/twig": "^3.16"
},
"require-dev": {
"kiwilan/php-opds": "^2.1",
"phpunit/phpunit": "^10.5||^11.4",
"phpunit/phpunit": "^10.5||^11.5",
"php-webdriver/webdriver": "dev-main",
"symfony/browser-kit": "^6.4||^7.1",
"symfony/http-client": "^6.4||^7.1",
"symfony/http-foundation": "^6.4||^7.1",
"symfony/config": "^6.4||^7.1",
"symfony/routing": "^6.4||^7.1",
"symfony/string": "^6.4||^7.1",
"symfony/browser-kit": "^6.4||^7.2",
"symfony/http-client": "^6.4||^7.2",
"symfony/http-foundation": "^6.4||^7.2",
"symfony/config": "^6.4||^7.2",
"symfony/routing": "^6.4||^7.2",
"symfony/string": "^6.4||^7.2",
"symfony/translation-contracts": "^3.5",
"mikespub/epub-loader": "^3.5",
"opis/json-schema": "^2.3",
"webonyx/graphql-php": "^15.18"
"webonyx/graphql-php": "^15.19"
},
"suggest": {
"mikespub/epub-loader": "epub-loader is a utility package for ebooks"
Expand Down
Loading

0 comments on commit d97c802

Please sign in to comment.