Skip to content

Commit

Permalink
chore: add Changelog for mediation
Browse files Browse the repository at this point in the history
  • Loading branch information
MortezaNedaei committed Nov 18, 2024
1 parent 93fef37 commit f51bfaa
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/jekyll/docs/mediation/android/android-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,9 @@ public class MainActivity extends AppCompatActivity {
You can find the PreRoll implementation details [here](preroll/index.html)
### Changelog
You can find the SDK Changelog [here](changelog/index.html)
<br/>
Expand Down
42 changes: 42 additions & 0 deletions src/jekyll/docs/mediation/android/changelog-en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: no-sidebar-classic-docs
title: Mediation SDK Changelog
lang: en
permalink: /mediation/android/changelog/index.html
toc: true
---

<table>
<thead>
<tr>
<th>Version</th>
<th>Release Date</th>
<th>Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>1.0.2-beta02</code></td>
<td>2024/11/13</td>
<td>
<ul>
<li>Added support for fully clickable native videos</li>
<li>Upgraded Tapsell Legacy adapter version to <code>v4.9.4</code></li>
</ul>
</td>
</tr>
</tbody>

<tbody>
<tr>
<td><code>1.0.2-beta01</code></td>
<td>2024/11/05</td>
<td>
<ul>
<li>Added support to play native videos automatically</li>
</ul>
</td>
</tr>
</tbody>

</table>

0 comments on commit f51bfaa

Please sign in to comment.