Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit 1e413a9

Browse files
committed
Update Version: 1.0.0 -> 1.0.1
1 parent 346192b commit 1e413a9

5 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.1
2+
3+
* Fix: Overriding WordPress globals in blog page
4+
* Fix: Remove unused 'else' in comments.php
5+
* Update: Theme tags in 'style.css'
6+
* Fix: menu disappear when home page is blog
7+
* Fix: Remove the kirki textdomain
8+
19
## 1.0.0
210

311
* Initial version

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-indigo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Just another Minimal WordPress theme",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ See a working example at [demo.vitathemes.com/indigo](https://demo.vitathemes.co
3535

3636
== Changelog ==
3737

38+
= 1.0.1 =
39+
* Fix: Overriding WordPress globals in blog page
40+
* Fix: Remove unused 'else' in comments.php
41+
* Update: Theme tags in 'style.css'
42+
* Fix: menu disappear when home page is blog
43+
* Fix: Remove the kirki textdomain
44+
3845
= 1.0.0 =
3946
* Initial version
4047

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://demo.vitathemes.com/indigo
44
Author: VitaThemes
55
Author URI: https://vitathemes.com/
66
Description: Just another Minimal WordPress theme
7-
Version: 1.0
7+
Version: 1.0.1
88
License: MIT
99
License URI: https://opensource.org/licenses/MIT
1010
Tags: custom-header, custom-menu, featured-images, rtl-language-support, blog

0 commit comments

Comments
 (0)