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 @@