Skip to content

Commit 0a4fa11

Browse files
committed
Version 7.3.0
1 parent ce0d9df commit 0a4fa11

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,29 +33,8 @@ jobs:
3333
run: |
3434
nix develop -c bash tools/build_release.sh plugin
3535
36-
- name: Upload artifact
37-
if: startsWith(github.ref, 'refs/tags/v')
38-
uses: actions/upload-artifact@v4
39-
with:
40-
name: Plugin
41-
path: plugin.zip
42-
43-
release:
44-
name: Create Release
45-
needs: build
46-
if: startsWith(github.ref, 'refs/tags/v')
47-
runs-on: ubuntu-latest
48-
49-
steps:
50-
- name: Download artifact
51-
uses: actions/download-artifact@v4
52-
with:
53-
name: Plugin
54-
path: .
55-
5636
- name: Create GitHub Release
37+
if: startsWith(github.ref, 'refs/tags/v')
5738
uses: softprops/action-gh-release@v2
5839
with:
5940
files: plugin.zip
60-
env:
61-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

wp2static.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP2Static
44
* Plugin URI: https://wp2static.com
55
* Description: Static site generator functionality for WordPress.
6-
* Version: 7.2.0-dev
6+
* Version: 7.3.0
77
* Author: WP2Static
88
* Author URI: https://wp2static.com
99
* Text Domain: wp2static
@@ -15,7 +15,7 @@
1515
die;
1616
}
1717

18-
define( 'WP2STATIC_VERSION', '7.2.0-dev' );
18+
define( 'WP2STATIC_VERSION', '7.3.0' );
1919
define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) );
2020

2121
if ( file_exists( WP2STATIC_PATH . 'vendor/autoload.php' ) ) {

0 commit comments

Comments
 (0)