mirror of
https://github.com/CaptainCore/Helm.git
synced 2025-08-18 03:31:11 +08:00
🚀 RELEASE: v0.3.0
This commit is contained in:
parent
78504161f9
commit
8722dd7841
3 changed files with 23 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Plugin Name: CaptainCore Helm
|
||||
* Description: Take the helm of your WordPress admin.
|
||||
* Version: 0.2.0
|
||||
* Version: 0.3.0
|
||||
* Author: CaptainCore
|
||||
* Author URI: https://captaincore.io
|
||||
* License: MIT License
|
||||
|
@ -14,7 +14,7 @@ if (!defined('ABSPATH')) {
|
|||
exit;
|
||||
}
|
||||
|
||||
define('CCHELM_VER', '0.2.0');
|
||||
define('CCHELM_VER', '0.3.0');
|
||||
define('CCHELM_FILE', __FILE__);
|
||||
define('CCHELM_DIR', plugin_dir_path(__FILE__));
|
||||
define('CCHELM_URL', plugin_dir_url(__FILE__));
|
||||
|
|
19
changelog.md
19
changelog.md
|
@ -1,5 +1,22 @@
|
|||
# Changelog
|
||||
s
|
||||
|
||||
## 0.3.0 - 2025-08-12
|
||||
|
||||
### Added
|
||||
|
||||
* **Etch Editor Integration:** Helm now ensures the admin bar remains visible and functional within the Etch editor interface.
|
||||
* **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.
|
||||
|
||||
### Changed
|
||||
|
||||
* **Updater Versioning:** The plugin updater now dynamically uses the `CCHELM_VER` constant for the version number instead of a hardcoded value.
|
||||
* **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.
|
||||
|
||||
### Fixed
|
||||
|
||||
* **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.
|
||||
* **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.
|
||||
|
||||
## 0.2.0 - 2025-08-11
|
||||
|
||||
### Added
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
"author": "<a href=\"https://captaincore.io\">CaptainCore</a>",
|
||||
"author_profile": "https://captaincore.io",
|
||||
"donate_link": "https://github.com/sponsors/austinginder",
|
||||
"version": "0.2.0",
|
||||
"download_url": "https://github.com/CaptainCore/Helm/releases/download/v0.2.0/captaincore-helm.zip",
|
||||
"version": "0.3.0",
|
||||
"download_url": "https://github.com/CaptainCore/Helm/releases/download/v0.3.0/captaincore-helm.zip",
|
||||
"requires": "5.6",
|
||||
"tested": "6.8.2",
|
||||
"requires_php": "5.6",
|
||||
"added": "2025-08-10 16:00:00",
|
||||
"last_updated": "2025-08-11 16:00:00",
|
||||
"last_updated": "2025-08-12 16:00:00",
|
||||
"homepage": "https://captaincore.io/helm",
|
||||
"sections": {
|
||||
"description": "Take the helm of your WordPress admin."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue