diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1fda30..f81ce743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 4.1 +* Removed MAL integration, added Anilist Integration +* Now uses WebP cache images when the browser supports it +* Replaces JS minifier with pre-minified scripts (Removes the need for one caching folder, too) +* Updated console command to sync Kitsu and Anilist data + ## Version 4 * Updated to use Kitsu API after discontinuation of Hummingbird * Added streaming links to list entries from the Kitsu API diff --git a/app/appConf/routes.php b/app/appConf/routes.php index 9c33f058..f5c304d0 100644 --- a/app/appConf/routes.php +++ b/app/appConf/routes.php @@ -216,8 +216,8 @@ return [ 'verb' => 'get', ], 'settings-post' => [ - 'path' => '/settings', - 'action' => 'settings', + 'path' => '/settings-save', + 'action' => 'settings_post', 'controller' => DEFAULT_CONTROLLER, 'verb' => 'post', ], diff --git a/app/views/settings.php b/app/views/settings.php index 0269231b..37b53b65 100644 --- a/app/views/settings.php +++ b/app/views/settings.php @@ -6,6 +6,7 @@ if ( ! $auth->isAuthenticated()) } $sectionMapping = [ + 'anilist' => 'Anilist API Integration', 'config' => 'General Settings', 'cache' => 'Caching', 'database' => 'Collection Database Settings', @@ -15,9 +16,7 @@ $hiddenFields = []; $nestedPrefix = 'config'; ?> -
= print_r($_POST, TRUE) ?>- -