Skip to content

Commit

Permalink
update to version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Jun 9, 2023
1 parent 7f0a047 commit 3478bf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ x.x.x - TODO
* Upgrade npm-asset/jquery 1.12.4 to 3.7.0
* Upgrade npm-asset/js-cookie 2.2.1 to 3.0.5

1.3.x - 202306xx Fix EPUB 3 TOC + replace other npm asset dependencies
1.3.4 - 20230609 Fix EPUB 3 TOC, replace other npm assets and use namespace in PHP resources
* Fix TOC for EPUB 3 files in resources/php-epub-meta for epubreader
* Switch from dimsemenov/magnific-popup 1.1.0 to npm-asset/magnific-popup 1.1.0 (last updated in 2016)
* Switch from twitter/typeahead.js 0.11.1 to npm-asset/typeahead.js 0.11.1 (last updated in 2015)
* Switch from twbs/bootstrap 3.4.1 to npm-asset/bootstrap 3.4.1
* Use PHP namespace in resources/dot-php: SebLucas\Template
* Use PHP namespace in resources/epub-loader: Marsender\EPubLoader
* Use PHP namespace in resources/php-epub-meta: SebLucas\EPubMeta
* Use PHP namespace in resources/tbszip: SebLucas\TbsZip

1.3.3 - 20230327 Update npm asset dependencies
* Fix link to typeahead.css for bootstrap2 templates
Expand Down
2 changes: 1 addition & 1 deletion base.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
require 'config.php';
/** @var array $config */

define('VERSION', '1.3.3');
define('VERSION', '1.3.4');
define('DB', 'db');
define('TEMPLATE_DIR', 'templates/');
date_default_timezone_set($config['default_timezone']);
Expand Down

0 comments on commit 3478bf3

Please sign in to comment.