Skip to content

Commit 8722dd7

Browse files
committed
🚀 RELEASE: v0.3.0
1 parent 7850416 commit 8722dd7

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

‎captaincore-helm.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: CaptainCore Helm
44
* Description: Take the helm of your WordPress admin.
5-
* Version: 0.2.0
5+
* Version: 0.3.0
66
* Author: CaptainCore
77
* Author URI: https://captaincore.io
88
* License: MIT License
@@ -14,7 +14,7 @@
1414
exit;
1515
}
1616

17-
define('CCHELM_VER', '0.2.0');
17+
define('CCHELM_VER', '0.3.0');
1818
define('CCHELM_FILE', __FILE__);
1919
define('CCHELM_DIR', plugin_dir_path(__FILE__));
2020
define('CCHELM_URL', plugin_dir_url(__FILE__));

‎changelog.md‎

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
2-
s
2+
3+
## 0.3.0 - 2025-08-12
4+
5+
### Added
6+
7+
* **Etch Editor Integration:** Helm now ensures the admin bar remains visible and functional within the Etch editor interface.
8+
* **Fallback Admin Color Schemes:** A set of default admin color schemes is now included within the plugin to ensure UI consistency even when WordPress's color scheme data is not available.
9+
10+
### Changed
11+
12+
* **Updater Versioning:** The plugin updater now dynamically uses the `CCHELM_VER` constant for the version number instead of a hardcoded value.
13+
* **Admin Bar Styling:** The admin bar background now uses the user's selected color scheme. Item hover and focus colors in the admin bar also adapt to the user's theme for better integration.
14+
15+
### Fixed
16+
17+
* **Updater Stability:** The updater is now more robust, preventing errors if the remote request for the manifest fails by returning the original transient data. It also adds required properties to the `no_update` transient to prevent warnings in WP-CLI.
18+
* **Admin Color Scheme Loading:** The plugin now proactively registers admin color schemes on the frontend if they haven't been loaded, ensuring custom colors are available outside of the admin area.
19+
320
## 0.2.0 - 2025-08-11
421

522
### Added

‎manifest.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"author": "<a href=\"https://captaincore.io\">CaptainCore</a>",
55
"author_profile": "https://captaincore.io",
66
"donate_link": "https://github.com/sponsors/austinginder",
7-
"version": "0.2.0",
8-
"download_url": "https://github.com/CaptainCore/Helm/releases/download/v0.2.0/captaincore-helm.zip",
7+
"version": "0.3.0",
8+
"download_url": "https://github.com/CaptainCore/Helm/releases/download/v0.3.0/captaincore-helm.zip",
99
"requires": "5.6",
1010
"tested": "6.8.2",
1111
"requires_php": "5.6",
1212
"added": "2025-08-10 16:00:00",
13-
"last_updated": "2025-08-11 16:00:00",
13+
"last_updated": "2025-08-12 16:00:00",
1414
"homepage": "https://captaincore.io/helm",
1515
"sections": {
1616
"description": "Take the helm of your WordPress admin."

0 commit comments

Comments
 (0)