Skip to content

Commit

Permalink
v1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk committed Jun 30, 2022
1 parent de3e49a commit e1b7994
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.18.4] - 2022-06-30
### Added
- Redirection to AdController during initialization
### Fixed
Expand Down Expand Up @@ -442,7 +444,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Publisher features (Sites & AdUnits)


[Unreleased]: https://github.com/adshares/adpanel/compare/v1.18.2...develop
[Unreleased]: https://github.com/adshares/adpanel/compare/v1.18.4...develop
[1.18.4]: https://github.com/adshares/adpanel/compare/v1.18.2...v1.18.4
[1.18.2]: https://github.com/adshares/adpanel/compare/v1.18.0...v1.18.2
[1.18.0]: https://github.com/adshares/adpanel/compare/v1.17.1...v1.18.0
[1.17.1]: https://github.com/adshares/adpanel/compare/v1.17.0...v1.17.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,6 @@ <h1 class="dwmth-heading dwmth-heading--primary">
</div>

<div class="row justify-end">
<div
*ngIf="isDefaultBidStrategy"
class="row align-center dwmth-box dwmth-copy dwmth-copy--semi dwmth-copy--green new-feature"
>
New feature!
</div>
<button
class="self-end dwmth-btn dwmth-btn--edit"
(click)="navigateToCampaignEdition('bid-strategy')"
Expand All @@ -317,13 +311,6 @@ <h1 class="dwmth-heading dwmth-heading--primary">
</section>
<section class="dwmth-box dwmth-box--high">
<div class="row justify-end">
<div
*ngIf="undefined == campaign.conversions || campaign.conversions.length == 0"
class="row align-center dwmth-box dwmth-copy dwmth-copy--semi dwmth-copy--green new-feature"
>
New feature!
</div>

<button
class="self-end dwmth-btn dwmth-btn--edit"
(click)="navigateToCampaignEdition('conversion')"
Expand Down
6 changes: 0 additions & 6 deletions src/app/publisher/site-details/site-details.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,6 @@
</p>

<div class="row justify-end">
<div
*ngIf="!popAdUnits.length"
class="row align-center dwmth-box dwmth-copy dwmth-copy--semi dwmth-copy--green new-feature"
>
New feature!
</div>
<button
class="
dwmth-btn
Expand Down

0 comments on commit e1b7994

Please sign in to comment.