File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
1313 die;
1414}
1515
16- define ( 'STATIC_DEPLOY_VERSION ' , '9.2.0 ' );
16+ define ( 'STATIC_DEPLOY_VERSION ' , '9.2.1 ' );
1717define ( 'STATIC_DEPLOY_PATH ' , plugin_dir_path ( __FILE__ ) );
1818
1919if ( file_exists ( STATIC_DEPLOY_PATH . 'vendor/autoload.php ' ) ) {
You can’t perform that action at this time.
0 commit comments