Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.0.175] - 2025-03-05
Fixed
- An issue introduced in 0.0.173 that broke database pulls.
[0.0.173] - 2025-02-21
Added
- A backups plugin for pulling from database backup files.
[0.0.171] - 2024-09-06
Added
- Text type redaction mode:
\AKlump\LiveDevPorter\Processors\ProcessorModes::TXT
[0.0.160] - 2024-06-24
Added
\AKlump\LiveDevPorter\Processors\RedactPasswordsfor simpler redaction in processors.
Deprecated
\AKlump\LiveDevPorter\Processors\EnvTraituseRedactPasswordsinstead.\AKlump\LiveDevPorter\Processors\PhpTrait\AKlump\LiveDevPorter\Processors\YamlTrait
[0.0.147] - 2024-02-26
Added
shell_commands.scpconfiguration in _live_devporter.core.ymlscp -Oto support OS X Venture; https://aboutnetworks.net/scp-macos13/
Changed
scpcommand toscp -Oin the mysql plugin.
[0.0.138] - 2023-09-26
Changed
- All PHP Processors must use the namespace
AKlump\LiveDevPorter\Processors\
[0.0.120] - 2023-06-01
Added
- You can now set the
localorremoteenv from CLI usingldp config local <ENV>orldp config remote <ENV>, without opening an editor.
[0.0.109] - 2023-02-12
Changed
- How the process command gets it's environment variables. Add --config and --verbose to the process command.
Removed
- The --env option from the process command. To set the variables you must now use "process --config"
[0.0.105] - 2022-12-08
Added
\AKlump\LiveDevPorter\Processors\PhpTraitfor processing PHP files secrets.
[0.0.101] - 2022-11-08
Added
ldp pushoperation- Added
preprocessorsto workflows for database push and pull. - configuration option
backup_remote_db_on_push
Changed
compress_pull_dumpfileshas been renamed tocompress_dumpfiles. If you have set this value you must update the variable name in your configuration. See _live_devporter.core.yml for default.