From 6c821dd3984a30c26ce6e6e32c1417a0b878b649 Mon Sep 17 00:00:00 2001 From: danpros Date: Thu, 11 Jan 2024 07:01:08 +0700 Subject: [PATCH] Update --- README.md | 2 +- cache/installedVersion.json | 2 +- index.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6476e31..2947a7d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Here's the explanation: * `tag1,tag2` are the tags, separated by commas * `my-post-slug` is the URL -**Note:** the filename metadata (data, tags, slug) separated by an underscore. +**Note:** the filename metadata (post date, tags, slug) separated by an underscore. With a structure like above, the post can now be visited even though it's just a folder structure and filename. diff --git a/cache/installedVersion.json b/cache/installedVersion.json index 7296cb6..27124a8 100644 --- a/cache/installedVersion.json +++ b/cache/installedVersion.json @@ -1,3 +1,3 @@ { - "tag_name": "v2.8.9" + "tag_name": "v2.9.0" } \ No newline at end of file diff --git a/index.php b/index.php index 94b3cf8..f81aa7d 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@