| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | === WindPress - Tailwind CSS integration for WordPress === |
| 2 | -Contributors: suabahasa, rosua | |
| 2 | +Contributors: suasgn, suabahasa | |
| 3 | 3 | Donate link: https://ko-fi.com/Q5Q75XSF7 |
| 4 | 4 | Tags: tailwind, tailwindcss, tailwind css, block |
| 5 | 5 | Requires at least: 6.0 |
| 6 | 6 | Tested up to: 7.0 |
| 7 | -Stable tag: 3.2.86 | |
| 7 | +Stable tag: 3.2.90 | |
| 8 | 8 | Requires PHP: 7.4 |
| 9 | 9 | License: GPLv3 |
| 10 | 10 | License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| 11 | 11 | |
| @@ -40,9 +40,9 @@ | ||
| 40 | 40 | * **Sort the classes**: Sort the Tailwind CSS classes on the input field. |
| 41 | 41 | * **Hover Preview the classes**: Hover over the classes to see the complete outputted CSS and the preview of the design canvas. |
| 42 | 42 | * **Ubiquitous Panel**: A floating panel that allows you to quickly access the WindPress settings from anywhere on the page. |
| 43 | 43 | |
| 44 | -Visit [our website](https://wind.press) for more information. | |
| 44 | +Visit [our documentation](https://jooo.si/docs/windpress) for more information. | |
| 45 | 45 | |
| 46 | 46 | ### Seamless Integration |
| 47 | 47 | |
| 48 | 48 | It's easy to build design with Tailwind CSS thanks to the seamless integration with the most popular visual/page builders: |
| @@ -72,14 +72,14 @@ | ||
| 72 | 72 | |
| 73 | 73 | ### Bring Your Own Integration |
| 74 | 74 | |
| 75 | 75 | WindPress is designed to be easily extensible, so you can build your integrations with Tailwind CSS. The plugin provides a simple API for adding integrations. |
| 76 | -Check out our detailed [guide](https://wind.press/docs/integrations/custom-theme) to get started. | |
| 76 | +Check out our detailed [guide](https://jooo.si/docs/windpress/integrations/custom-theme) to get started. | |
| 77 | 77 | |
| 78 | 78 | |
| 79 | 79 | = Love WindPress? = |
| 80 | 80 | - Give a [5-star review](https://wordpress.org/support/plugin/windpress/reviews/?filter=5/#new-post) |
| 81 | -- Purchase the [Pro version](https://wind.press) | |
| 81 | +- Purchase the [Pro version](https://windpress.jooo.si) | |
| 82 | 82 | - Join our [Facebook Group](https://www.facebook.com/groups/1142662969627943) |
| 83 | 83 | - Sponsor us on [GitHub](https://github.com/sponsors/suasgn) or [Ko-fi](https://ko-fi.com/Q5Q75XSF7) |
| 84 | 84 | |
| 85 | 85 | = Credits = |
| @@ -118,8 +118,45 @@ | ||
| 118 | 118 | WindPress is compatible with any WordPress theme. A small adjustment may be needed for the compiler scanner to detect the used classes in the theme. |
| 119 | 119 | |
| 120 | 120 | == Changelog == |
| 121 | 121 | |
| 122 | += 3.2.90 - 2026-09-19 = | |
| 123 | + | |
| 124 | +**Fixed** | |
| 125 | + | |
| 126 | +* [Bricks] Missing WindPress Tailwind class input in the Bricks 2.4 builder editor. | |
| 127 | + | |
| 128 | += 3.2.89 - 2026-09-16 = | |
| 129 | + | |
| 130 | +**Changed** | |
| 131 | + | |
| 132 | +* Improved backend scanning and incremental cache builds, including detection of changed and deleted sources. | |
| 133 | + | |
| 134 | +**Fixed** | |
| 135 | + | |
| 136 | +* Prevented fatal errors when upgrading from older versions with a different updater SDK [#83](https://github.com/jooosi-project/windpress/issues/83). | |
| 137 | + | |
| 138 | += 3.2.88 - 2026-09-02 = | |
| 139 | + | |
| 140 | +**Fixed** | |
| 141 | + | |
| 142 | +* [Wizard] Wizard settings now stay synchronized with direct edits to `wizard.css`. | |
| 143 | +* Fixed the Fluid Generator so complete spacing and text scales are created on the first attempt. | |
| 144 | + | |
| 145 | += 3.2.87 - 2026-08-29 = | |
| 146 | + | |
| 147 | +**Added** | |
| 148 | + | |
| 149 | +* File tree drag-and-drop support. | |
| 150 | +* Folder actions for creating files and folders. | |
| 151 | + | |
| 152 | +**Fixed** | |
| 153 | + | |
| 154 | +* Drag preview scrollbar flicker. | |
| 155 | +* File editor hotkeys not working correctly on MacOS. | |
| 156 | +* [Gutenberg] Canvas compatibility issue on the latest WordPress 7.1 | |
| 157 | +* [Wizard] Reported volume save failures instead of displaying a false success message [#81](https://github.com/jooosi-project/windpress/issues/81) | |
| 158 | + | |
| 122 | 159 | = 3.2.86 - 2026-07-17 = |
| 123 | 160 | |
| 124 | 161 | **Added** |
| 125 | 162 | |
| @@ -126,9 +163,9 @@ | ||
| 126 | 163 | * Updated bundled Tailwind CSS v4 to 4.3.3. |
| 127 | 164 | |
| 128 | 165 | **Fixed** |
| 129 | 166 | |
| 130 | -* [TW3] Browser compiler throws "Unable to determine current node version" [#78](https://github.com/wind-press/windpress/issues/78) | |
| 167 | +* [TW3] Browser compiler throws "Unable to determine current node version" [#78](https://github.com/jooosi-project/windpress/issues/78) | |
| 131 | 168 | * [Gutenberg] Fixed saving issues when WPML is enabled. |
| 132 | 169 | |
| 133 | 170 | = 3.2.85 - 2026-06-18 = |
| 134 | 171 | |
| @@ -175,15 +212,15 @@ | ||
| 175 | 212 | = 3.2.79 - 2026-04-07 = |
| 176 | 213 | |
| 177 | 214 | **Fixed** |
| 178 | 215 | |
| 179 | -* [Bricks] Prevented cache scans from crashing when `_cssGlobalClasses` is stored as a string [#77](https://github.com/wind-press/windpress/issues/77) | |
| 216 | +* [Bricks] Prevented cache scans from crashing when `_cssGlobalClasses` is stored as a string [#77](https://github.com/jooosi-project/windpress/issues/77) | |
| 180 | 217 | |
| 181 | 218 | = 3.2.78 - 2026-03-27 = |
| 182 | 219 | |
| 183 | 220 | **Fixed** |
| 184 | 221 | |
| 185 | -* [Internal] Prevented no-input Abilities API callbacks from crashing when WordPress omits the input argument [#76](https://github.com/wind-press/windpress/issues/76) | |
| 222 | +* [Internal] Prevented no-input Abilities API callbacks from crashing when WordPress omits the input argument [#76](https://github.com/jooosi-project/windpress/issues/76) | |
| 186 | 223 | |
| 187 | 224 | = 3.2.77 - 2026-03-27 = |
| 188 | 225 | |
| 189 | 226 | **Added** |
| @@ -281,9 +318,9 @@ | ||
| 281 | 318 | * Redefined how styles are loaded on the front page based on the selected Performance Mode: Hybrid, Cached, or Compiler. |
| 282 | 319 | |
| 283 | 320 | **Removed** |
| 284 | 321 | |
| 285 | -* Reverted file version history feature introduced in v3.2.65 due to complexity and performance concerns | |
| 322 | +* Reverted file version history feature introduced in v3.3.65 due to complexity and performance concerns | |
| 286 | 323 | |
| 287 | 324 | = 3.2.67 - 2025-11-04 = |
| 288 | 325 | |
| 289 | 326 | **Changed** |
| @@ -311,16 +348,16 @@ | ||
| 311 | 348 | * [TW4] Source Map support for easier debugging in the browser DevTools (experimental) |
| 312 | 349 | |
| 313 | 350 | **Fixed** |
| 314 | 351 | |
| 315 | -* Wizard tree doesn't show the children nodes correctly [#66](https://github.com/wind-press/windpress/issues/66) | |
| 316 | -* [Bricks] Paste HTML feature keyboard shortcut not working correctly [#64](https://github.com/wind-press/windpress/issues/64) [#67](https://github.com/wind-press/windpress/issues/67) [#68](https://github.com/wind-press/windpress/issues/68) | |
| 352 | +* Wizard tree doesn't show the children nodes correctly [#66](https://github.com/jooosi-project/windpress/issues/66) | |
| 353 | +* [Bricks] Paste HTML feature keyboard shortcut not working correctly [#64](https://github.com/jooosi-project/windpress/issues/64) [#67](https://github.com/jooosi-project/windpress/issues/67) [#68](https://github.com/jooosi-project/windpress/issues/68) | |
| 317 | 354 | |
| 318 | 355 | = 3.2.63 - 2025-09-27 = |
| 319 | 356 | |
| 320 | 357 | **Fixed** |
| 321 | 358 | |
| 322 | -* [Breakdance] Integration doesn't load on the recent version of Breakdance (v2.4.1) | |
| 359 | +* [Breakdance] Integration doesn't load on the recent version of Breakdance (v2.5.1) | |
| 323 | 360 | * [TW4] IntelliSense was failing to correctly clean up `@apply` directives |
| 324 | 361 | |
| 325 | 362 | = 3.2.62 - 2025-09-13 = |
| 326 | 363 | |
| @@ -359,9 +396,9 @@ | ||
| 359 | 396 | * Restricted the IntelliSense on the Files tab feature to work exclusively with Tailwind CSS v4 |
| 360 | 397 | |
| 361 | 398 | **Fixed** |
| 362 | 399 | |
| 363 | -* [TW3] Tailwind hover tooltips no longer show px equivalents [#58](https://github.com/wind-press/windpress/issues/58) | |
| 400 | +* [TW3] Tailwind hover tooltips no longer show px equivalents [#58](https://github.com/jooosi-project/windpress/issues/58) | |
| 364 | 401 | |
| 365 | 402 | = 3.2.56 - 2025-08-13 = |
| 366 | 403 | |
| 367 | 404 | **Fixed** |
| @@ -372,9 +409,9 @@ | ||
| 372 | 409 | |
| 373 | 410 | **Added** |
| 374 | 411 | |
| 375 | 412 | * [TW4] IntelliSense on the Files tab for the CSS file |
| 376 | -* WP-Rocket exclusion for the WindPress CSS and JavaScript files [#54](https://github.com/wind-press/windpress/issues/54) | |
| 413 | +* WP-Rocket exclusion for the WindPress CSS and JavaScript files [#54](https://github.com/jooosi-project/windpress/issues/54) | |
| 377 | 414 | |
| 378 | 415 | **Changed** |
| 379 | 416 | |
| 380 | 417 | * [TW4] Autocompletion feature searches now is faster |
| @@ -386,9 +423,9 @@ | ||
| 386 | 423 | = 3.2.54 - 2025-07-24 = |
| 387 | 424 | |
| 388 | 425 | **Changed** |
| 389 | 426 | |
| 390 | -* [Gutenberg] Compiler: The raw block data is now appended on the scanner data to improve the class name detection [#53](https://github.com/wind-press/windpress/issues/53) | |
| 427 | +* [Gutenberg] Compiler: The raw block data is now appended on the scanner data to improve the class name detection [#53](https://github.com/jooosi-project/windpress/issues/53) | |
| 391 | 428 | * [Wizard] The Wizard's data is now can saved directly without the need to switch the Files tab first |
| 392 | 429 | |
| 393 | 430 | **Fixed** |
| 394 | 431 | |
| @@ -501,14 +538,14 @@ | ||
| 501 | 538 | = 3.2.30 - 2025-04-29 = |
| 502 | 539 | |
| 503 | 540 | **Changed** |
| 504 | 541 | |
| 505 | -* [Gutenberg] Loaded the Play Observer / Compiler in Pattern preview [#40](https://github.com/wind-press/windpress/issues/40) | |
| 506 | -* [Bricks] The Plain Classes feature compatibility for version 2.0-alpha [#42](https://github.com/wind-press/windpress/issues/42) | |
| 542 | +* [Gutenberg] Loaded the Play Observer / Compiler in Pattern preview [#40](https://github.com/jooosi-project/windpress/issues/40) | |
| 543 | +* [Bricks] The Plain Classes feature compatibility for version 2.0-alpha [#42](https://github.com/jooosi-project/windpress/issues/42) | |
| 507 | 544 | |
| 508 | 545 | **Fixed** |
| 509 | 546 | |
| 510 | -* [Bricks] The Plain Classes field is not synchronized with the history (undo/redo) actions [#44](https://github.com/wind-press/windpress/issues/44) | |
| 547 | +* [Bricks] The Plain Classes field is not synchronized with the history (undo/redo) actions [#44](https://github.com/jooosi-project/windpress/issues/44) | |
| 511 | 548 | |
| 512 | 549 | = 3.2.29 - 2025-04-15 = |
| 513 | 550 | |
| 514 | 551 | **Added** |
| @@ -563,9 +600,9 @@ | ||
| 563 | 600 | = 3.2.22 - 2025-03-28 = |
| 564 | 601 | |
| 565 | 602 | **Fixed** |
| 566 | 603 | |
| 567 | -* Storage issue on the Incremental Generate Cache feature [#34](https://github.com/wind-press/windpress/issues/34) | |
| 604 | +* Storage issue on the Incremental Generate Cache feature [#34](https://github.com/jooosi-project/windpress/issues/34) | |
| 568 | 605 | |
| 569 | 606 | = 3.2.21 - 2025-03-28 = |
| 570 | 607 | |
| 571 | 608 | **Changed** |
| @@ -687,9 +724,9 @@ | ||
| 687 | 724 | |
| 688 | 725 | **Added** |
| 689 | 726 | |
| 690 | 727 | * Updated bundled Tailwind CSS v4 to 4.0.6 |
| 691 | -* [TW4] The `@source` directive is now supported but differs from the official Tailwind CSS version. Please refer to [our documentation](https://wind.press/docs/configuration/file-main-css#scanning-additional-sources) for details. | |
| 728 | +* [TW4] The `@source` directive is now supported but differs from the official Tailwind CSS version. Please refer to [our documentation](https://jooo.si/docs/windpress/configuration/file-main-css#scanning-additional-sources) for details. | |
| 692 | 729 | |
| 693 | 730 | = 3.1.28 - 2024-12-19 = |
| 694 | 731 | |
| 695 | 732 | **Added** |
| @@ -771,14 +808,14 @@ | ||
| 771 | 808 | = 3.1.17 - 2024-12-19 = |
| 772 | 809 | |
| 773 | 810 | **Added** |
| 774 | 811 | |
| 775 | -* The new website and documentation is now live at [wind.press](https://wind.press) | |
| 812 | +* The new website and documentation is now live at [windpress.jooo.si](https://windpress.jooo.si) | |
| 776 | 813 | * Updated bundled Tailwind CSS v4 to 4.0.0-beta.2 |
| 777 | 814 | |
| 778 | 815 | **Fixed** |
| 779 | 816 | |
| 780 | -* Scanned classes names are not unescaped correctly ([#4](https://github.com/wind-press/windpress/issues/4)) | |
| 817 | +* Scanned classes names are not unescaped correctly ([#4](https://github.com/jooosi-project/windpress/issues/4)) | |
| 781 | 818 | |
| 782 | 819 | = 3.1.16 - 2024-12-19 = |
| 783 | 820 | |
| 784 | 821 | **Added** |
| @@ -994,5 +1031,5 @@ | ||
| 994 | 1031 | **Added** |
| 995 | 1032 | |
| 996 | 1033 | * 🐣 Initial release. |
| 997 | 1034 | |
| 998 | -[See changelog for all versions.](https://github.com/wind-press/windpress/blob/main/CHANGELOG.md) | |
| 1035 | +[See changelog for all versions.](https://github.com/jooosi-project/windpress/blob/main/CHANGELOG.md) | |