We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430a853 commit a16cb6dCopy full SHA for a16cb6d
2 files changed
flake.nix
@@ -12,7 +12,7 @@
12
with pkgs;
13
let
14
name = "wp2static";
15
- version = "8.3.0";
+ version = "8.4.0";
16
composerSrc = pkgs.lib.cleanSourceWith {
17
src = self;
18
filter = path: type:
wp2static.php
@@ -3,7 +3,7 @@
3
* Plugin Name: WP2Static
4
* Plugin URI: https://wp2static.com
5
* Description: Static site generator functionality for WordPress.
6
- * Version: 8.3.0
+ * Version: 8.4.0
7
* Author: WP2Static
8
* Author URI: https://wp2static.com
9
* Text Domain: wp2static
@@ -15,7 +15,7 @@
die;
}
-define( 'WP2STATIC_VERSION', '8.3.0' );
+define( 'WP2STATIC_VERSION', '8.4.0' );
19
define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) );
20
21
if ( file_exists( WP2STATIC_PATH . 'vendor/autoload.php' ) ) {
0 commit comments