- Remove unused import. (@jcesarmobile in #254)
- Revert #234)
- Fix iPhone X & iOs11 issues. (@tennist in #232)
- Fix onRewardedVideoCompleted error. (@Penny13692018 in #234)
- Update
cordova-admob-sdk
to v0.17.0. (@rafaellop in #219)
- Fix for iPhone X status bar improperly refreshed (@rafaellop in #218)
- Update
cordova-admob-sdk
to v0.16.0. - Fix not showing production ads on iOS (@MBuchalik in #208)
- Fix crashes on Android (@tominou in #201)
- Update
cordova-admob-sdk
to v0.15.1. - Implement
onRewardedVideoCompleted()
callback for Android. - Add space for non-overlapping bottom banners on iPhone X (@MBuchalik in #186)
- Add filenames to src attr to copy source-files. (@srikanth-wgl in #189)
- Update
cordova-admob-sdk
to v0.15.0.
- Update
cordova-admob-sdk
to v0.13.1. Nowcordova-android >=6.3.0
is required.
- Update Rewarded Video Test Ad ID. (@nicolasmoreira in #125)
- Update Google AdMob SDK for iOS to v7.26.0.
- Fix banner size bug.
- Update Google AdMob SDK for iOS to v7.24.0.
- Update cordova-promise-polyfill to v0.0.2.
- Update Google AdMob SDK for iOS to v7.21.0.
- Avoid webview redraws the background. (@warcry2000 in #95)
- Update Google AdMob SDK for iOS to v7.20.0.
- Update Google AdMob SDK for iOS to v7.19.0.
- Update Google AdMob SDK for iOS to v7.17.0.
- Document events.
Introduce whole new set of API, which focus on consistency and conciseness. All old API should just work as before, but emit warnings, it is strongly recommended to migrate to new API and give feedback.
-
window.admob
is introduced to replacewindow.AdMob
andwindow.plugins.AdMob
. Developer should no longer need to worry about missed upper-case causingAdmob is not defined
error. -
admob.banner.prepare()
is replacingcreateBannerView()
. -
admob.banner.show()
andadmob.banner.hide()
are replacingshowAd()
. -
admob.banner.remove()
is replacingdestroyBannerView()
. -
admob.interstitial.prepare()
is replacingprepareInterstitial()
-
admob.interstitial.show()
is replacingshowInterstitialAd()
- Update Google AdMob SDK for iOS to v7.16.0.
prepareInterstitial
is now implemented natively, which should fix some race condition bugs.
- Support Rewarded Video. (@warcry2000 in #35)
- Promise APIs.
- Events now have namespace.
- Add mediation example
- Add more Babel transforms for more compatible code.
- Drop support for WP8.
- Update Google AdMob SDK for iOS to v7.15.0.
- Documentation page is available.
- Support Child-directed setting. (@Venkat-TTapp in #32)
- Babel generated more compatible code.
- Separate autoShow for banner and interstitial. (@oangelo in #27)
- Remove duplicated
LARGE_BANNER
. (@warcry2000 in #28)
- Drop support for Cordova < 4.
- Update Google AdMob SDK for iOS to v7.14.0.
- Add
FLUID
ad size support.
- Add
LARGE_BANNER
support.