Skip to content

Commit

Permalink
Update VERSION for 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
suabahasa committed Nov 29, 2024
1 parent 381b654 commit 244ca78
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
# - LiveCanvas
# - Builderius (Planned)
# else, remove the premium version
- run: rm -rf src/Integration/{Blockstudio,Builderius,Breakdance,Beaver,Blocksy,Bricks,Cwicly,Divi,Oxygen}
- run: rm -rf src/Integration/{Blockstudio,Builderius,Breakdance,Beaver,Blocksy,Bricks,Cwicly,Divi,MetaBox,Oxygen}
- run: rm -rf assets/integration/{breakdance,bricks,builderius,livecanvas,oxygen}

- run: ls -la
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Seamless integration with the most popular visual/page builders:
* [Breakdance](https://breakdance.com/ref/165/)**Pro**
* [Bricks](https://bricksbuilder.io/)**Pro**
* [Builderius](https://builderius.io/?referral=afdfca82c8)**Pro**
* [Meta Box Views](https://metabox.io/plugins/mb-views/)**Pro**
* [Oxygen](https://oxygenbuilder.com/)**Pro**

#### Planned / In Progress
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.17';
public const VERSION = '3.2.18';

/**
* @var string
Expand Down
9 changes: 7 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.17
Stable tag: 3.2.18
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.15
- 4.0.0-beta.2 next
- 4.0.0-beta.4 next

### Features

Expand Down Expand Up @@ -52,6 +52,7 @@ It's easy to build design with Tailwind CSS thanks to the seamless integration w
* [Breakdance](https://breakdance.com/ref/165/) — **Pro**
* [Bricks](https://bricksbuilder.io/) — **Pro**
* [Builderius](https://builderius.io/?referral=afdfca82c8) — **Pro**
* [Meta Box Views](https://metabox.io/plugins/mb-views/) — **Pro**
* [Oxygen](https://oxygenbuilder.com/) — **Pro**

Planned / In Progress
Expand Down Expand Up @@ -112,6 +113,10 @@ For instance:
Free version 1.**0**.4
Pro version 1.**1**.4

= 3.2.18 =
* **New**: Upgraded to Tailwind CSS v4 (4.0.0-beta.4 next)
* **New**: [Meta Box Views](https://metabox.io/plugins/mb-views/) integration **[Pro]**

= 3.2.17 =
* **New**: The new website and documentation is now live at [wind.press](https://wind.press)
* **New**: Upgraded to Tailwind CSS v4 (4.0.0-beta.2 next)
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.17
* Version: 3.2.18
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: WindPress
Expand Down

0 comments on commit 244ca78

Please sign in to comment.