Skip to content

Releases: thomaskieslich/t3static

v.0.5.0

13 Oct 20:31
22009ac

Choose a tag to compare

Major Changes

  • New Run Scripts: Introduced run-docker and run-local scripts to provide more explicit ways to execute tests in different environments.
  • Improved Environment Handling: Added a common run-common.sh script that centralizes environment loading and validation logic.
  • Docker Configuration Updates: Enhanced docker-compose.yml with better volume mapping and added a network configuration for improved container isolation.

Key Improvements

  • Simplified Test Execution: Users can now run ./t3static/run-docker or ./t3static/local instead of complex command structures.
  • Enhanced Configuration: Added automatic creation of .env files from .env.dist if they don't exist, with clearer error handling.
  • PHP Version Support: Updated documentation to support PHP 8.3 - 8.4 (previously only 8.4).
  • New Test Capabilities: Added support for fractor and typo3scan tests in Docker environment.

v0.4.0

05 Oct 20:36
6804780

Choose a tag to compare

First tagged release.

v.0.4.1

05 Oct 20:39
8016c65

Choose a tag to compare

Update Documentation and Path Handling.