Skip to content

26.0.0

Choose a tag to compare

@ericmann ericmann released this 24 Aug 04:17
· 8 commits to main since this release
ec53d4c
fix: quote WordPress password and improve character safety

- Quote WORDPRESS_PASSWORD value in template to prevent YAML parsing errors
- This prevents issues with special characters like {} in generated passwords

Fixes deployment errors when passwords contain YAML-reserved characters.