From 7e19c6bad81aafc165a85449f5aa2ad3b1c6320f Mon Sep 17 00:00:00 2001 From: danpros Date: Mon, 14 Oct 2024 04:49:19 +0700 Subject: [PATCH] Update version --- cache/installedVersion.json | 2 +- config/config.ini.example | 6 +++--- index.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cache/installedVersion.json b/cache/installedVersion.json index a621ecfc..c59ca463 100644 --- a/cache/installedVersion.json +++ b/cache/installedVersion.json @@ -1,3 +1,3 @@ { - "tag_name": "v3.0.0" + "tag_name": "v3.0.1" } \ No newline at end of file diff --git a/config/config.ini.example b/config/config.ini.example index b8a99a33..13eba078 100644 --- a/config/config.ini.example +++ b/config/config.ini.example @@ -110,12 +110,12 @@ teaser.behave = "default" ; Teaser character count teaser.char = "200" -; rss description type. body or meta -rss.description = "body" - ; Description character count description.char = "150" +; rss description type. body or meta +rss.description = "body" + ; RSS feed count rss.count = "10" diff --git a/index.php b/index.php index d31610ce..90373979 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@