Skip to content

Commit

Permalink
release candidate for 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Sep 9, 2024
1 parent 94a46a6 commit 2d5e801
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ x.x.x - TODO
* ...

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

3.1.1 - 20240909 Release candidate for 3.x
* Changes in config/default.php file:
- new $config['cops_front_controller'] = '' value
* Set front controller to remove index.php/ from route URLs
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"npm-asset/corejs-typeahead": "^1.3",
"npm-asset/twig": "^1.17",
"phpmailer/phpmailer": "^6.9",
"twig/twig": "^3.12"
"twig/twig": "^3.13"
},
"require-dev": {
"kiwilan/php-opds": "^2.1",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* Note: not all features will be available in this configuration, e.g.
* no kepub version or metadata updates, and no monocle epub reader
* Example (test):
* $config['calibre_external_storage'] = 'http://localhost/cops/test/BaseWithSomeBooks/';
* $config['calibre_external_storage'] = 'http://localhost/cops/tests/BaseWithSomeBooks/';
*/
$config['calibre_external_storage'] = '';

Expand Down
2 changes: 1 addition & 1 deletion src/Input/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Config
{
public const VERSION = '3.1.0';
public const VERSION = '3.1.1';
public const ENDPOINT = [
"index" => "index.php",
"feed" => "feed.php",
Expand Down

0 comments on commit 2d5e801

Please sign in to comment.