Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64673b9

Browse files
committed
Bump to 2.2.1 (2.2.0 already live on wp.org)
2.2.0 was shipped, so the post-rebrand UI tweaks (leaf menu icon, Sitewise coming-soon) need a fresh version. Bump header + WP_DISABLE_VERSION + readme Stable tag to 2.2.1; add 2.2.1 changelog entries.
1 parent 10ceef1 commit 64673b9

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ Use the prefixes **Added / Changed / Fixed / Security / Removed / Deprecated**.
1010

1111
---
1212

13+
## [2.2.1] — 2026-06-08 — suite UI polish
14+
15+
### Changed
16+
- **Folium UI → 1.0.3.** Shared admin-menu mark swapped from the legacy chat-bubble
17+
SVG to a **leaf** (`menu_icon()`) — "folium" is Latin for leaf. Re-vendored into
18+
Featherweight + Sitewise.
19+
- **Sitewise flagged `coming` in the catalog.** On sites where Sitewise isn't
20+
installed, the overview now shows "Coming soon" instead of a broken Install link
21+
to the old `wp-call-me-back` listing. The flag is gated on `!has_file`, so a
22+
genuinely-installed Sitewise still shows its real state.
23+
24+
> Note: 2.2.0 shipped to wp.org via manual workflow_dispatch (no git tag); 2.2.1 is
25+
> the follow-up so these post-release UI tweaks ship under a fresh version.
26+
1327
## [2.2.0] — 2026-06-08 — Featherweight rebrand + dead-code purge
1428

1529
### Changed

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: disable emoji, disable embeds, remove query strings, performance, optimiza
44
Requires at least: 6.4
55
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 2.2.0
7+
Stable tag: 2.2.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -83,6 +83,9 @@ Yes — minification helps on-page performance, but that's outside the remit of
8383

8484

8585
== Changelog ==
86+
= 2.2.1 =
87+
* The Folium suite menu now uses a leaf icon (fitting — "Folium" is Latin for leaf).
88+
* Sitewise now shows as "Coming soon" in the Folium overview until it's publicly released, rather than linking out.
8689
= 2.2.0 =
8790
* **WP Disable is now Featherweight** — a new name and look as part of the Folium Studio suite. Nothing else changes: same plugin, same slug, same settings (everything you've configured carries over automatically on update).
8891
* New plugin icon and banner.

wpperformance.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Featherweight
44
* Plugin URI: https://foliumstudio.co.uk
55
* Description: Featherweight (formerly WP Disable) speeds up WordPress by switching off the features you don't use. <a href="admin.php?page=wp-disable">Open Settings</a>
6-
* Version: 2.2.0
6+
* Version: 2.2.1
77
* Requires at least: 6.4
88
* Requires PHP: 7.4
99
* Author: Folium Studio
@@ -25,7 +25,7 @@
2525
define( 'WP_DISABLE_FILE', __FILE__ );
2626
define( 'WP_DISABLE_DIR', plugin_dir_path( __FILE__ ) );
2727
define( 'WP_DISABLE_URL', plugin_dir_url( __FILE__ ) );
28-
define( 'WP_DISABLE_VERSION', '2.2.0' );
28+
define( 'WP_DISABLE_VERSION', '2.2.1' );
2929

3030
// Shared Folium UI design framework (vendored, newest-wins). Boots on
3131
// plugins_loaded:4 and owns the single "Folium" admin menu + app frame.

0 commit comments

Comments
 (0)