Skip to content

Commit 1d30e2f

Browse files
committed
Version 8.2.0
1 parent fdd6c17 commit 1d30e2f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
with pkgs;
1313
let
1414
name = "wp2static";
15-
version = "8.1.0";
15+
version = "8.2.0";
1616
composerDeps = php.buildComposerProject (finalAttrs: {
1717
pname = "${name}-composer-deps";
1818
version = version;

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WP2Static",
3-
"version": "8.1.0",
4-
"download_url": "https://github.com/staticweb-io/wp2static/releases/download/v8.1.0/plugin.zip",
3+
"version": "8.2.0",
4+
"download_url": "https://github.com/staticweb-io/wp2static/releases/download/v8.2.0/plugin.zip",
55
"requires": "6.4",
66
"tested": "6.4"
77
}

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: 8.1.0
6+
* Version: 8.2.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', '8.1.0' );
18+
define( 'WP2STATIC_VERSION', '8.2.0' );
1919
define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) );
2020

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

0 commit comments

Comments
 (0)