Skip to content

Commit

Permalink
Fix merge conflict, open changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Feb 25, 2023
1 parent 6d059f7 commit 8e8efc5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### 1.0.1: 2023-02-25

* Add Koko Analytics support

### 1.0.0: 2021-12-16

* First release
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ 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

1. Fork this repository
2. Run `npm install`
3. Run `gulp`
4. Start editing assets/scss/
5. Commit and send a PR
5. Commit and send a PR
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 ([email protected])",
"devDependencies": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.0"
}
}
}
7 changes: 0 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -24,7 +21,3 @@ Plugins officially supported:
1. Dashboard
2. Plugins
3. Themes

== Changelog ==
= 1.0.0 =
- First version online
4 changes: 2 additions & 2 deletions simple-dark-dark-mode-for-wp-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
Expand Down

0 comments on commit 8e8efc5

Please sign in to comment.