From aebf8a7f7416b79f3adca82bd7eb15f019d2afee Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Mon, 26 Aug 2024 21:06:10 -0400 Subject: [PATCH] 1.0.4 --- package.json | 2 +- readme.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a52c5b..648bc7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kanso", - "version": "1.0.3", + "version": "1.0.4", "description": "The WordPress theme for https://rich.blog", "author": "Rich Tabor", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 5502f95..abd19bd 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: richtabor Requires at least: 6.6 Tested up to: 6.6 Requires PHP: 5.6 -Stable tag: 1.0.3 +Stable tag: 1.0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -13,6 +13,10 @@ Kanso is a simple and intuitive blog block theme designed with a focus on writin == Changelog == += 1.0.4 = +* Add styles for the Dark Mode Toggle block on WordPress.org. +* Remove duplicate title in the Cards, Tools pattern. + = 1.0.3 = * Improve navigation submenu. * Use core blocks instead of the tabor/cards block, until its available on the plugins directory.