From 8e8efc5ecb5dabdae9261d5e8f1cb3e5043632cf Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Sat, 25 Feb 2023 14:56:10 +0200 Subject: [PATCH] Fix merge conflict, open changelog --- CHANGELOG.md | 7 +++++++ README.md | 3 +-- package.json | 4 ++-- readme.txt | 7 ------- simple-dark-dark-mode-for-wp-dashboard.php | 4 ++-- 5 files changed, 12 insertions(+), 13 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5e15f29 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +### 1.0.1: 2023-02-25 + +* Add Koko Analytics support + +### 1.0.0: 2021-12-16 + +* First release \ No newline at end of file diff --git a/README.md b/README.md index 2713c56..78ec7b9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ The theme tries to respect the original WordPress colors as much as possible. - Advanced Custom Fields and Advanced Custom Field Pro - Simple History - Instant Images -- Koko analytics ## Development @@ -30,4 +29,4 @@ The theme tries to respect the original WordPress colors as much as possible. 2. Run `npm install` 3. Run `gulp` 4. Start editing assets/scss/ -5. Commit and send a PR +5. Commit and send a PR \ No newline at end of file diff --git a/package.json b/package.json index c4d98a4..0c1095d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-dark-mode-for-wp-dashboard", - "version": "1.0.0", + "version": "1.0.1", "description": "The simplest way to make your WordPress admin dashboard dark", "author": "Roni Laukkarinen (roni@dude.fi)", "devDependencies": { @@ -29,4 +29,4 @@ "stylelint-order": "^5.0.0", "stylelint-scss": "^4.0.0" } -} +} \ No newline at end of file diff --git a/readme.txt b/readme.txt index 7a077c0..4115d87 100644 --- a/readme.txt +++ b/readme.txt @@ -11,9 +11,6 @@ The simplest way to make your WordPress admin dashboard dark. Just activate and get a dark WP-Admin Dashboard theme! -Plugins officially supported: -* Yoast SEO - == Installation == 1. Upload the plugin package to the plugins directory. @@ -24,7 +21,3 @@ Plugins officially supported: 1. Dashboard 2. Plugins 3. Themes - -== Changelog == -= 1.0.0 = -- First version online diff --git a/simple-dark-dark-mode-for-wp-dashboard.php b/simple-dark-dark-mode-for-wp-dashboard.php index 0b2dfc6..8d129c2 100644 --- a/simple-dark-dark-mode-for-wp-dashboard.php +++ b/simple-dark-dark-mode-for-wp-dashboard.php @@ -6,7 +6,7 @@ * Author: Roni Laukkarinen * Author URI: https://github.com/ronilaukkarinen * Text Domain: dark-mode-dashboard - * Version: 1.0.0 + * Version: 1.0.1 * * @package dark-mode-dashboard */ @@ -15,7 +15,7 @@ die(); } -define( 'SIMPLE_DARK_MODE_DASHBOARD_VERSION', '1.0.0' ); +define( 'SIMPLE_DARK_MODE_DASHBOARD_VERSION', '1.0.1' ); define( 'SIMPLE_DARK_MODE_DASHBOARD_PLUGIN_PATH', plugin_dir_url( __FILE__ ) ); // Styles