diff --git a/constant.php b/constant.php index c4c9c8e..a6ddcc9 100644 --- a/constant.php +++ b/constant.php @@ -26,7 +26,7 @@ class WIND_PRESS /** * @var string */ - public const VERSION = '3.1.12'; + public const VERSION = '3.1.13'; /** * @var string diff --git a/readme.txt b/readme.txt index 66e596f..70875d6 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.1.12 +Stable tag: 3.1.13 Requires PHP: 7.4 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -82,7 +82,7 @@ For instance: Free version 1.**0**.4 Pro version 1.**1**.4 -= 3.1.12 = += 3.1.13 = * **New**: Upgraded to Tailwind CSS v4 (4.0.0-alpha.24 next) * **New**: A simple local CSS and JavaScript file support to manage the Tailwind CSS customizations * **Fix**: The Ubiquitous Panel feature issue on the Bricks editor diff --git a/src/Core/Volume.php b/src/Core/Volume.php index 8c8cabf..16ae7eb 100644 --- a/src/Core/Volume.php +++ b/src/Core/Volume.php @@ -28,6 +28,10 @@ public static function get_entries(): array $data_dir = wp_upload_dir()['basedir'] . WIND_PRESS::DATA_DIR; + if (! file_exists($data_dir)) { + wp_mkdir_p($data_dir); + } + $finder = new Finder(); $finder diff --git a/windpress.php b/windpress.php index 1008198..ca1a866 100644 --- a/windpress.php +++ b/windpress.php @@ -7,7 +7,7 @@ * Plugin Name: WindPress * Plugin URI: https://wind.press * Description: The most effortless Tailwind CSS v4 integration for WordPress - * Version: 3.1.12 + * Version: 3.1.13 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: WindPress