CrafterCMS Version 4.4.3¶
Released September 4, 2025
Important
Please see Breaking changes for breaking changes and other things to consider before upgrading
For instructions on how to update your CrafterCMS install, please see Upgrading CrafterCMS
New Features¶
New Crafter Studio full disk monitoring
Crafter Studio now watches disk utilization for the data directory and sends configurable notifications when the threshold is reached. For more information on configuring the notifications and thresholds, see Disk Monitoring .To get the disk usage statistics, use the getDiskUsage API.
Enhancements¶
Added new Studio git config properties
See Git Configuration for more information on configuring the Git options “gc.prunePackExpire” and “gc.autoPackLimit”.Item Selector now shows view options for file types with preview support
Studio UI¶
Upgrade to the latest version to date of the following libraries:
@mui/icons-material @mui/lab @mui/material @mui/x-data-grid @mui/x-date-pickers @mui/x-tree-view
[utils/content]:
Moved
isVideo
,isAudio` and ``isPdfDocument
functions fromPathNavigator/utils.ts
toutils/content.ts
.
CrafterCMS version 4.4.3 works with JavaScript SDK version 5.0.0 and later as mentioned in Breaking Changes in CrafterCMS 4.4.3. See Compatibility with CrafterCMS Version for more information.
Dependency Updates¶
Noteworthy dependency updates:
MUI to version 7
OkHttp to version 5.1.0
Netty to version 4.1.124
Mockito to version 5.19
Protocol buffers to version 4.32
Handlebars to version 4.5
Commons-cli to version 1.10
Jgit to version 7.3
For a complete list of community tickets, please visit: GitHub 4.4.3
For information on upgrading 3.1.x sites, see here