From 1c8aaea818fc6caa1047575b3491560b2522e0cd Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Mon, 26 Aug 2024 21:04:37 -0400 Subject: [PATCH] 1.0.4 --- dark-mode-toggle-block.php | 2 +- package.json | 2 +- readme.txt | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dark-mode-toggle-block.php b/dark-mode-toggle-block.php index 5b9a6c0..fb594ce 100644 --- a/dark-mode-toggle-block.php +++ b/dark-mode-toggle-block.php @@ -5,7 +5,7 @@ * Plugin URI: https://rich.blog/dark-mode-toggle-block * Requires at least: 6.4 * Requires PHP: 7.0 - * Version: 1.0.3 + * Version: 1.0.4 * Author: Rich Tabor * Author URI: https://rich.blog * License: GPL-2.0-or-later diff --git a/package.json b/package.json index b9976df..0351f29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dark-mode-toggle-block", - "version": "1.0.3", + "version": "1.0.4", "description": "A WordPress block for toggling between between light and dark appearance on your site.", "author": { "name": "richtabor", diff --git a/readme.txt b/readme.txt index 2f32c0c..7f76a2d 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: richtabor Tags: block Tested up to: 6.6 -Stable tag: 1.0.3 +Stable tag: 1.0.4 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -27,6 +27,9 @@ You can find the development files for the block on [GitHub](https://github.com/ == Changelog == += 1.0.4 = +* Improve default colors. + = 1.0.3 = * Update readme.