Skip to content

Commit

Permalink
Update VERSION for 3.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
suabahasa committed Feb 8, 2025
1 parent fbbf1a8 commit f7b5f13
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
node-version: 22

- uses: pnpm/action-setup@v4
with:
version: 9

- name: Get pnpm store directory
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class WIND_PRESS
/**
* @var string
*/
public const VERSION = '3.2.25';
public const VERSION = '3.2.26';

/**
* @var string
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://ko-fi.com/Q5Q75XSF7
Tags: tailwind, tailwindcss, tailwind css
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 3.2.25
Stable tag: 3.2.26
Requires PHP: 7.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -19,7 +19,7 @@ WindPress is a platform agnostic [Tailwind CSS](https://tailwindcss.com/) integr

**Tailwind CSS version**:
- 3.4.17
- 4.0.3
- 4.0.4

### Features

Expand Down Expand Up @@ -114,6 +114,10 @@ For instance:
Free version 1.**0**.4
Pro version 1.**1**.4

= 3.2.26 =
* **New**: Upgraded to Tailwind CSS v4 (4.0.4 latest)
* **Change**: Now, generating the CSS cache will only output used CSS variables. To safelist or always include specific CSS variables, add them within the `@theme static { }` block in the `main.css` file.

= 3.2.25 =
* **New**: Upgraded to Tailwind CSS v4 (4.0.3 latest)

Expand Down
2 changes: 1 addition & 1 deletion windpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin Name: WindPress
* Plugin URI: https://wind.press
* Description: Integrate Tailwind CSS into WordPress seamlessly, in just seconds. Works well with the block editor, page builders, plugins, themes, and custom code.
* Version: 3.2.25
* Version: 3.2.26
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: WindPress
Expand Down

0 comments on commit f7b5f13

Please sign in to comment.