Releases: digitoimistodude/dudestack
Releases · digitoimistodude/dudestack
2.5.9
2.5.8
2.5.8: 2025-10-30
- Update latest HA Redis object cache settings, make
REDIS_HOSTpossible instead of a hardcoded value, Ref: RAD-168
2.5.7
2.5.7: 2025-10-03
- Add Multisite support for
createproject --existing, Ref: DEV-545 - Add
$_SERVER['HTTP_HOST']basedWP_CONTENT_URLfor multisite, Ref: DEV-330 - Add
WP_DEBUG_LOGto development.php with/logs/wp-debug.logpath, Ref: DEV-292
Important: Run this one-liner on your Mac to enable debug logging:
sed -i '' 's/^php_admin_value\[error_log\]/;php_admin_value[error_log]/' /opt/homebrew/etc/php/8.3/php-fpm.d/www.conf && sudo brew services restart [email protected]2.5.6
2.5.6: 2025-05-28
- Fix build, update CI workflow ubuntu to ubuntu-22.04
- Bump WordPress to 6.8.1
2.5.5
2.5.5: 2025-04-30
- Add Dude ASCII art logo to scripts
- Fix version number not outputting properly
- Bump WordPress to 6.8.0
2.5.4
2.5.4: 2025-03-25
- Fix --existing flag throws error when not inside the repo, Fixes D-16
2.5.3
2.5.3: 2025-01-24
- Add ACF Content Analysis for Yoast SEO plugin (T-23997)
2.5.2
2.5.2: 2025-01-15
- Fix mistake in exporting createproject script version number
2.5.1
2.5.1: 2025-01-09
- Bump WordPress to 6.7.1
- Change from wpackagist-plugin/so-clean-up-wp-seo to digitoimistodude/so-clean-up-wp-seo
2.5.0
2.5.0: 2024-12-12
- Fix illegal option errors in
--existingflag of the createproject script - Include dudestack version and date in start in the macos version of the createproject script