Skip to content

Commit 388c5b1

Browse files
committed
Version 9.4.1
1 parent 783ed16 commit 388c5b1

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
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.4.1 (2025-10-20)
4+
35
- Fix broken links on settings pages when the server host
46
is on a non-standard port.
57
- Sanitize all query args on admin pages.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
with pkgs;
2020
let
2121
name = "static-deploy";
22-
version = "9.4.0";
22+
version = "9.4.1";
2323
composerSrc = pkgs.lib.cleanSourceWith {
2424
src = self;
2525
filter =

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: staticwebio
33
Tags: performance, s3, security, speed, static site generator
44
Requires at least: 6.4
55
Tested up to: 6.8
6-
Stable tag: 9.4.0
6+
Stable tag: 9.4.1
77
Requires PHP: 8.1
88
License: Unlicense
99
License URI: https://github.com/staticweb-io/static-deploy/blob/develop/LICENSE
@@ -32,10 +32,10 @@ This dramatically reduces the attack surface of your website and makes expensive
3232

3333
== Changelog ==
3434

35-
= 9.4.0 =
35+
= 9.4.1 =
3636
Initial submission to WordPress.org.
3737

3838
== Upgrade Notice ==
3939

40-
= 9.4.0 =
40+
= 9.4.1 =
4141
Initial submission to WordPress.org.

src-github/drop-in/advanced-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Static Deploy Page Cache (Drop-in)
44
* Plugin URI: https://github.com/staticweb-io/static-deploy
55
* Description: Advanced page caching and optimization.
6-
* Version: 9.4.0
6+
* Version: 9.4.1
77
* Author: StaticWeb.io
88
* Author URI: https://github.com/staticweb-io/static-deploy
99
* Text Domain: static-deploy

src-github/drop-in/object-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Static Deploy Object Cache for Memcached (Drop-in)
44
* Plugin URI: https://github.com/staticweb-io/static-deploy
55
* Description: Object caching for Memcached.
6-
* Version: 9.4.0
6+
* Version: 9.4.1
77
* Author: StaticWeb.io
88
* Author URI: https://github.com/staticweb-io/static-deploy
99
* Text Domain: static-deploy

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: Generate static sites for deployment as files or S3-compatible storage.
6-
* Version: 9.4.0
6+
* Version: 9.4.1
77
* Author: StaticWeb.io
88
* Author URI: https://staticweb.io
99
* Text Domain: static-deploy
@@ -17,7 +17,7 @@
1717
die;
1818
}
1919

20-
define( 'STATIC_DEPLOY_VERSION', '9.4.0' );
20+
define( 'STATIC_DEPLOY_VERSION', '9.4.1' );
2121
define( 'STATIC_DEPLOY_PATH', plugin_dir_path( __FILE__ ) );
2222

2323
if ( ! defined( 'STATIC_DEPLOY_DEBUG' ) ) {

0 commit comments

Comments
 (0)