forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:prebid/Prebid.js
* 'master' of github.com:prebid/Prebid.js: (942 commits) PBJS Core: canBidderRegisterSync ignoring iframe sync disabled by default (prebid#6535) Pubxai Analytics Adapter: bug fixes and code revamp (prebid#6474) PBJS Core: call custom render func after loadscript if provided (prebid#6422) Admixer ID System: add userId submodule (prebid#6238) adot bid adapter: add publisher path from bidder config to endpoint url (prebid#6476) Seedtag adapter: Fixing bug preventing to receive the right params onTimeout. (prebid#6525) Adloox Analytics Adapter: add new analytics adapter (prebid#6308) Synacormedia Bid Adapter: add meta.advertiserDomains (prebid#6527) Rubicon: making doc data types consistent (prebid#6526) SynacorMedia: remove adId from the bid response (prebid#6520) AdKernel Bid/Analytics Adapters: user privacy related changes (prebid#6488) Merkle User ID Module: updates to user id submodule (prebid#6503) Update nextroll ID variable name to match published ID module (prebid#6519) Mediasquare Bid Adapter: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event (prebid#6480) Lemma Bid Adapter: accepting the floor to use the getFloor function (prebid#6497) Zemanta adapter: add advertiserDomains (prebid#6517) rubicon: removing maxduration as a required bidder parameter (prebid#6513) increment pre version Prebid 4.33.0 Release Telaria: not setting adid (prebid#6507) ...
- Loading branch information
Showing
870 changed files
with
125,560 additions
and
33,418 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ module.exports = { | |
"safari >=8", | ||
"edge >= 14", | ||
"ff >= 57", | ||
"ie >= 10", | ||
"ie >= 11", | ||
"ios >= 8" | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
name-template: 'Prebid $RESOLVED_VERSION Release' | ||
tag-template: '$RESOLVED_VERSION' | ||
categories: | ||
- title: '🚀 New Features' | ||
label: 'feature' | ||
- title: '🛠 Maintenance' | ||
label: 'maintenance' | ||
- title: '🐛 Bug Fixes' | ||
labels: | ||
- 'fix' | ||
- 'bugfix' | ||
- 'bug' | ||
change-template: '- $TITLE (#$NUMBER)' | ||
version-resolver: | ||
major: | ||
labels: | ||
- 'major' | ||
minor: | ||
labels: | ||
- 'minor' | ||
patch: | ||
labels: | ||
- 'patch' | ||
default: patch | ||
template: | | ||
## In This Release | ||
$CHANGES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Release Drafter | ||
|
||
on: | ||
push: | ||
# branches to consider in the event; optional, defaults to all | ||
branches: | ||
- master | ||
|
||
jobs: | ||
update_release_draft: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Drafts your next Release notes as Pull Requests are merged into "master" | ||
- uses: release-drafter/release-drafter@v5 | ||
with: | ||
config-name: release-drafter.yml | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8.9 | ||
12.16.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.