Skip to content

Releases: poingstudios/godot-admob-plugin

v3.1.1

31 May 01:49
b3f74e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

17 Dec 16:13
40dc086
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.1.0

v3.0.3

03 Dec 17:44
f5648b6
Compare
Choose a tag to compare

What's Changed

  • fix: format version when it's vX.Y.0 to vX.Y by @gumaciel in #117

Full Changelog: v3.0.2...v3.0.3

v3.0.2

14 Nov 23:41
89b9ee7
Compare
Choose a tag to compare

What's Changed

  • fix: error on Godot 4.1 get_plugin_version func by @gumaciel in #114

Full Changelog: v3.0.1...v3.0.2

v3.0.1

11 Nov 20:24
f9f4dbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v2.0.1

11 Nov 20:32
82762e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v1.3.5

11 Nov 20:12
1ba287f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

v3.0.0

23 Aug 23:46
3f832d7
Compare
Choose a tag to compare

We are thrilled to announce the long-awaited update of the Godot AdMob Plugin version 3.0.0! This release introduces the highly anticipated mediation feature.

Important Note: This is a BREAKING CHANGE. Please only update to this version if absolutely necessary, as it will require extensive code rewriting. We recommend using version v2 if possible.

What's New:

  • No More UI in Godot: In this release, we've removed the UI from Godot, unlike previous versions. Now, all configurations and interactions need to be done programmatically. We believe this approach simplifies code understanding, as it exposes all ad settings clearly.

  • Introducing "AdMob Download Manager": We've created the "AdMob Download Manager," allowing you to easily and efficiently download the current plugin version for Android and iOS.

  • Creation of Wrapper Classes: We've introduced a set of classes that serve as wrappers for Android and iOS, providing consistent functionality for both platforms. These include InterstitialAd.gd, RewardedAd.gd, RewardedInterstitialAd.gd, and more.

  • Mediation Capabilities: You now have the ability to integrate mediation for ad networks such as AdColony, Meta, and Vungle (Liftoff).

  • Load Multiple Ads: It's now possible to load multiple ads simultaneously.

  • Custom Banner Placement: You can position the banner in various locations, including TOP, BOTTOM, LEFT, RIGHT, TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT, and CENTER.

  • Custom Banner Size: You can load the banner with a customizable size (e.g., AdSize.new(320, 50)).

  • And Much More: This release brings a host of additional enhancements, optimizations, and bug fixes to ensure you have the best possible ad integration experience.

We are excited to provide this major update to the Godot AdMob Plugin, empowering developers to create more engaging and successful mobile games. Please consult the updated documentation for detailed information on how to leverage these new features.

Thank you for your continued support, and happy coding!

Full Changelog: v2.0.0...v3.0.0

Version used and tested: Godot 4.1.1

v1.3.4

15 Aug 02:36
dc9900b
Compare
Choose a tag to compare

What's Changed

  • feat: added new to get version supported by @gumaciel in #89

Full Changelog: godot3-v1.3.3...v1.3.4

v2.0.0

24 Aug 11:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: godot4-v1.0.0...v2.0.0