From 703a87f2951c28126a53f253db32253ff15f83a8 Mon Sep 17 00:00:00 2001 From: Joshua Gugun Siagian Date: Tue, 12 Nov 2024 18:07:55 +0700 Subject: [PATCH] Update VERSION for 3.2.12 --- constant.php | 2 +- readme.txt | 7 ++++--- stubs/tailwindcss-v3/tailwind.config.js | 3 +++ windpress.php | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/constant.php b/constant.php index 92f806f..b7aa70c 100644 --- a/constant.php +++ b/constant.php @@ -26,7 +26,7 @@ class WIND_PRESS /** * @var string */ - public const VERSION = '3.2.11'; + public const VERSION = '3.2.12'; /** * @var string diff --git a/readme.txt b/readme.txt index e5a2b27..9d90328 100644 --- a/readme.txt +++ b/readme.txt @@ -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.6 -Stable tag: 3.2.11 +Stable tag: 3.2.12 Requires PHP: 7.4 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -19,7 +19,7 @@ WindPress is a platform agnostic [Tailwind CSS](https://tailwindcss.com/) integr **Tailwind CSS version**: - 3.4.14 -- 4.0.0-alpha.32 next +- 4.0.0-alpha.33 next ### Features @@ -112,10 +112,11 @@ For instance: Free version 1.**0**.4 Pro version 1.**1**.4 -= 3.2.11 = += 3.2.12 = * **New**: Upgraded to Tailwind CSS v4 (4.0.0-alpha.33 next) * **Improve**: [Breakdance, Bricks, Builderius, Oxygen] Variable Picker feature is now updated to the latest Tailwind CSS v4 variable names * **Fix**: [Bricks] The Variable Picker panel is not showing correctly on the Bricks editor +* **Change**: Tailwind CSS v3 stubs are updated for the upcoming Wizard feature = 3.2.10 = * **New**: Upgraded to Tailwind CSS v4 (4.0.0-alpha.32 next) diff --git a/stubs/tailwindcss-v3/tailwind.config.js b/stubs/tailwindcss-v3/tailwind.config.js index 83d4ce7..9457edf 100644 --- a/stubs/tailwindcss-v3/tailwind.config.js +++ b/stubs/tailwindcss-v3/tailwind.config.js @@ -1,4 +1,7 @@ export default { + // presets: [ + // require('./wizard.js') + // ], theme: { extend: {}, }, diff --git a/windpress.php b/windpress.php index d2dd9e1..4642ea3 100644 --- a/windpress.php +++ b/windpress.php @@ -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.11 + * Version: 3.2.12 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: WindPress