Skip to content

Commit

Permalink
(#5) v0.4.0
Browse files Browse the repository at this point in the history
There are next changes:

- Use LoggerInterface (#2)
- Extract TemplateHelper::processTemplateToFile() to TemplateShellHelper (#3)
- Stop creating links from application path to version files and folders (#4)
  • Loading branch information
mougrim committed Aug 10, 2023
1 parent 5898f07 commit ec44bf8
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.4.0]

### Changed
- Use LoggerInterface
- Extract TemplateHelper::processTemplateToFile() to TemplateShellHelper
- Use LoggerInterface ([#2](https://github.com/mougrim/php-mougrim-deployer/pull/2))
- Extract TemplateHelper::processTemplateToFile() to TemplateShellHelper ([#3](https://github.com/mougrim/php-mougrim-deployer/pull/3))

### Removed
- Stop creating links from application path to version files and folders
- Stop creating links from application path to version files and folders ([#4](https://github.com/mougrim/php-mougrim-deployer/pull/4))

## [v0.3.0]

### Changed
- Up php to 8.1
- Change mougrim/php-logger to own psr/log compatible logger
- Add type declaring and hints everywhere
- Add declare(strict_types=1) to all php-files
- Pass parameters to constructor instead of using setters
- Use psr-4 autoload instead of psr-0
- Use readonly properties instead of getters
- Add badges to README.md
- Chane placeholders in param values using param values

[unreleased]: https://github.com/mougrim/php-mougrim-deployer/compare/v0.3.0...HEAD
- Up php to 8.1 ([#1](https://github.com/mougrim/php-mougrim-deployer/pull/1))
- Change mougrim/php-logger to own psr/log compatible logger ([#1](https://github.com/mougrim/php-mougrim-deployer/pull/1))
- Add type declaring and hints everywhere ([#1](https://github.com/mougrim/php-mougrim-deployer/pull/1))
- Add declare(strict_types=1) to all php-files ([#1](https://github.com/mougrim/php-mougrim-deployer/pull/1))
- Pass parameters to constructor instead of using setters ([#1](https://github.com/mougrim/php-mougrim-deployer/pull/1))
- Use psr-4 autoload instead of psr-0 ([#1](https://github.com/mougrim/php-mougrim-deployer/pull/1))
- Use readonly properties instead of getters ([#1](https://github.com/mougrim/php-mougrim-deployer/pull/1))
- Add badges to README.md ([#1](https://github.com/mougrim/php-mougrim-deployer/pull/1))
- Chane placeholders in param values using param values ([#1](https://github.com/mougrim/php-mougrim-deployer/pull/1))

[unreleased]: https://github.com/mougrim/php-mougrim-deployer/compare/v0.4.0...HEAD
[v0.4.0]: https://github.com/mougrim/php-mougrim-deployer/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/mougrim/php-mougrim-deployer/compare/v0.2.2...v0.3.0

0 comments on commit ec44bf8

Please sign in to comment.