Skip to content

Commit 9e1dd1a

Browse files
committed
Update VERSION for 3.3.49
1 parent fb6cf30 commit 9e1dd1a

7 files changed

Lines changed: 303 additions & 88 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,7 @@ jobs:
230230
- run: composer remove rosua/edd-sl-plugin-updater --ansi
231231

232232
# decrease the version
233-
- run: php ./deploy/decrease-version.php
234-
235-
# cleanup the decrease-version.php to avoid scanned by humbug/php-scoper
236-
- run: rm deploy/decrease-version.php
233+
- run: deno run --allow-read --allow-write deploy/decrease-version.ts
237234

238235
# install only prod dependencies
239236
- run: composer install --no-dev --classmap-authoritative --ansi
@@ -275,7 +272,7 @@ jobs:
275272
uses: softprops/action-gh-release@v2
276273
if: "startsWith(github.ref, 'refs/tags/')"
277274
with:
278-
name: "WindPress v${{ github.ref_name }}"
275+
name: "${{ github.ref_name }}"
279276
body: ${{ steps.changelog.outputs.content }}
280277
files: |
281278
windpress-*.zip

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For instance:
1313

1414
## [Unreleased]
1515

16-
## [3.3.48] - 2025-07-10
16+
## [3.3.49] - 2025-07-10
1717
### Fixed
1818
- The `wizard.css` file is not updated correctly on the syncing process
1919

constant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class WIND_PRESS
2626
/**
2727
* @var string
2828
*/
29-
public const VERSION = '3.3.48';
29+
public const VERSION = '3.3.49';
3030

3131
/**
3232
* @var string

deploy/decrease-version.php

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)