Skip to content

Commit

Permalink
Update VERSION for 3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
suabahasa committed Sep 13, 2024
1 parent 8ba83c8 commit 0d9b601
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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.1.12';
public const VERSION = '3.1.13';

/**
* @var string
Expand Down
4 changes: 2 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.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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions src/Core/Volume.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion windpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d9b601

Please sign in to comment.