Skip to content

Commit

Permalink
Update VERSION for 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
suabahasa committed Sep 2, 2024
1 parent d311794 commit 53aa497
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
timeout-minutes: 30

steps:
# sometime, when 2 or more consecutive PRs merged, the checkout wind-press/windpress is overlapped
# and reverting other commit change
# this should not happen on create a tag, so wait first
- name: "Wait before checkout wind-press/windpress on create a tag"
if: "startsWith(github.ref, 'refs/tags/')"
run: sleep 20

- uses: actions/checkout@v4
with:
fetch-depth: 0
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.1.7';
public const VERSION = '3.1.8';

/**
* @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.7
Stable tag: 3.1.8
Requires PHP: 7.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -79,7 +79,7 @@ For instance:
Free version 1.**0**.4
Pro version 1.**1**.4

= 3.1.7 =
= 3.1.8 =
* **New**: [Gutenberg](https://wordpress.org/gutenberg) integration.
* **New**: [GreenShift](https://greenshiftwp.com) integration.
* **New**: [Kadence WP](https://kadencewp.com) integration.
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.7
* Version: 3.1.8
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: WindPress
Expand Down

0 comments on commit 53aa497

Please sign in to comment.