File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
+ ## 9.3.2 (2025-07-29)
4
+
3
5
- Fix wrong calculation for Content-MD5 in S3 deployer.
4
6
5
7
## 9.3.1 (2025-07-29)
Original file line number Diff line number Diff line change 12
12
with pkgs ;
13
13
let
14
14
name = "static-deploy" ;
15
- version = "9.3.1 " ;
15
+ version = "9.3.2 " ;
16
16
composerSrc = pkgs . lib . cleanSourceWith {
17
17
src = self ;
18
18
filter = path : type :
Original file line number Diff line number Diff line change 3
3
* Plugin Name: Static Deploy Page Cache (Drop-in)
4
4
* Plugin URI: https://github.com/staticweb-io/static-deploy
5
5
* Description: Advanced page caching and optimization.
6
- * Version: 9.3.1
6
+ * Version: 9.3.2
7
7
* Author: StaticWeb.io
8
8
* Author URI: https://github.com/staticweb-io/static-deploy
9
9
* Text Domain: static-deploy
Original file line number Diff line number Diff line change 3
3
* Plugin Name: Static Deploy Object Cache for Memcached (Drop-in)
4
4
* Plugin URI: https://github.com/staticweb-io/static-deploy
5
5
* Description: Object caching for Memcached.
6
- * Version: 9.3.1
6
+ * Version: 9.3.2
7
7
* Author: StaticWeb.io
8
8
* Author URI: https://github.com/staticweb-io/static-deploy
9
9
* Text Domain: static-deploy
Original file line number Diff line number Diff line change 3
3
* Plugin Name: Static Deploy
4
4
* Plugin URI: https://github.com/staticweb-io/static-deploy
5
5
* Description: Static site generator functionality for WordPress.
6
- * Version: 9.3.1
6
+ * Version: 9.3.2
7
7
* Author: StaticWeb.io
8
8
* Author URI: https://github.com/staticweb-io/static-deploy
9
9
* Text Domain: static-deploy
17
17
die;
18
18
}
19
19
20
- define ( 'STATIC_DEPLOY_VERSION ' , '9.3.1 ' );
20
+ define ( 'STATIC_DEPLOY_VERSION ' , '9.3.2 ' );
21
21
define ( 'STATIC_DEPLOY_PATH ' , plugin_dir_path ( __FILE__ ) );
22
22
23
23
if ( ! defined ( 'STATIC_DEPLOY_DEBUG ' ) ) {
You can’t perform that action at this time.
0 commit comments