From 282a6d609d2f1b43986a520289ffd48f36cd7b91 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 3 Aug 2023 15:31:57 +0300 Subject: [PATCH] update manifest API --- config/app.php.txt | 2 +- public/api.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/app.php.txt b/config/app.php.txt index e6f2ee3..48fc761 100644 --- a/config/app.php.txt +++ b/config/app.php.txt @@ -384,7 +384,7 @@ define('CRAWL_MANIFEST', true); * Manifest API version compatibility * */ -define('CRAWL_MANIFEST_API_VERSION', 0.11); +define('CRAWL_MANIFEST_API_VERSION', 0.12); /* * Set default auto-crawl status for new manifest added diff --git a/public/api.php b/public/api.php index de3188f..636c3b3 100644 --- a/public/api.php +++ b/public/api.php @@ -1,7 +1,7 @@ CRAWL_PAGE_SECONDS_OFFSET, 'crawlHostPageHomeSecondsOffset' => CRAWL_PAGE_HOME_SECONDS_OFFSET, 'crawlHostPageMimeIndex' => CRAWL_PAGE_MIME_INDEX, - 'cleanHostSecondsOffset' => CLEAN_HOST_SECONDS_OFFSET, 'crawlRobotsDefaultRules' => CRAWL_ROBOTS_DEFAULT_RULES, 'crawlRobotsPostfixRules' => CRAWL_ROBOTS_POSTFIX_RULES, ],