Skip to content

Commit

Permalink
Merge pull request #55 from adshares/develop
Browse files Browse the repository at this point in the history
Support video type banners
  • Loading branch information
m-pilarczyk authored Feb 16, 2022
2 parents 73abab9 + 3956a46 commit 11ffe91
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 143 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.2] - 2022-02-16
### Added
- Support video type banners

## [1.3.1] - 2022-01-28
### Changed
- Automatic CPM tweaking
Expand Down Expand Up @@ -62,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Rewriting from Python to PHP


[Unreleased]: https://github.com/adshares/adpay/compare/v1.3.1...HEAD
[Unreleased]: https://github.com/adshares/adpay/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/adshares/adpay/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/adshares/adpay/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/adshares/adpay/compare/v1.2.2...v1.3.0
[1.2.2]: https://github.com/adshares/adpay/compare/v1.2.1...v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
],
"qa-check": [
"php bin/console lint:yaml config",
"parallel-lint --no-colors --blame --exclude vendor --exclude bin .",
"parallel-lint --no-colors --blame --exclude vendor --exclude bin .",
"phpcs -s",
"deptrac --no-ansi"
],
Expand Down
Loading

0 comments on commit 11ffe91

Please sign in to comment.