Skip to content

Commit b2e983c

Browse files
committed
🚀 RELEASE: v1.0.1
1 parent 7e810b6 commit b2e983c

3 files changed

Lines changed: 19 additions & 5 deletions

File tree

‎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: 1.0.0
5+
* Version: 1.0.1
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', '1.0.0');
17+
define('CCHELM_VER', '1.0.1');
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.0.1 - 2026-01-23
4+
5+
### Added
6+
7+
* **Menu Cache Purge:** Added a dedicated AJAX endpoint (`cch_purge_menu_cache`) to clear the user's stored menu snapshot. This allows for forcing a refresh of the Quick Menu structure if it becomes out of sync. Search for "Refresh Menu".
8+
9+
### Changed
10+
11+
* **Compatibility:** Updated "Tested up to" version to WordPress 6.9.
12+
13+
### Fixed
14+
15+
* **Block Editor Layout:** Updated CSS selectors for the block editor to ensure the canvas area properly fills the full height of the screen, resolving layout issues in certain contexts (removed `.editor-styles-wrapper` dependency).
16+
317
## 1.0.0 - 2026-01-12
418

519
**Major Release: The Island Update**

‎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": "1.0.0",
8-
"download_url": "https://github.com/CaptainCore/Helm/releases/download/v1.0.0/captaincore-helm.zip",
7+
"version": "1.0.1",
8+
"download_url": "https://github.com/CaptainCore/Helm/releases/download/v1.0.1/captaincore-helm.zip",
99
"requires": "5.6",
1010
"tested": "6.9",
1111
"requires_php": "7.1",
1212
"added": "2025-08-10 16:00:00",
13-
"last_updated": "2026-01-12 18:00:00",
13+
"last_updated": "2026-01-23 18:00:00",
1414
"homepage": "https://captaincore.io/helm",
1515
"sections": {
1616
"description": "Take the helm of your WordPress admin."

0 commit comments

Comments
 (0)