Skip to content

Commit ccc9a4a

Browse files
committed
Version 9.2.1
1 parent 9614baf commit ccc9a4a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 9.2.1 (2025-07-18)
4+
35
- Fix an issue where 404s encountered during crawling
46
did not cause removal of the URL from the database.
57

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 = "static-deploy";
15-
version = "9.2.0";
15+
version = "9.2.1";
1616
composerSrc = pkgs.lib.cleanSourceWith {
1717
src = self;
1818
filter = path: type:

static-deploy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Static Deploy
44
* Plugin URI: https://github.com/staticweb-io/static-deploy
55
* Description: Static site generator functionality for WordPress.
6-
* Version: 9.2.0
6+
* Version: 9.2.1
77
* Author: StaticWeb.io
88
* Author URI: https://github.com/staticweb-io/static-deploy
99
* Text Domain: static-deploy
@@ -13,7 +13,7 @@
1313
die;
1414
}
1515

16-
define( 'STATIC_DEPLOY_VERSION', '9.2.0' );
16+
define( 'STATIC_DEPLOY_VERSION', '9.2.1' );
1717
define( 'STATIC_DEPLOY_PATH', plugin_dir_path( __FILE__ ) );
1818

1919
if ( file_exists( STATIC_DEPLOY_PATH . 'vendor/autoload.php' ) ) {

0 commit comments

Comments
 (0)