File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ ChangeLog
33
44Please also read the [ Upgrade Guide] ( https://github.com/katzer/cordova-plugin-local-notifications/wiki/Upgrade-Guide ) for more information.
55
6+ #### Version 0.9.8 (04.11.2021)
7+ - New plugin release to include metadata tag in Extensibility Configurations in the OS wrapper
68
79#### Version 0.9.7 (30.09.2021)
810- Fix required for Android 12 - Use Activity instead of Service to handle notification clicks (https://outsystemsrd.atlassian.net/browse/RMET-1007 )
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-local-notification" ,
3- "version" : " 0.9.7 " ,
3+ "version" : " 0.9.8 " ,
44 "description" : " Schedules and queries for local notifications" ,
55 "cordova" : {
66 "id" : " cordova-plugin-local-notification" ,
Original file line number Diff line number Diff line change 2424<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
2525 xmlns : android =" http://schemas.android.com/apk/res/android"
2626 id =" cordova-plugin-local-notification"
27- version =" 0.9.7 " >
27+ version =" 0.9.8 " >
2828
2929 <name >LocalNotification</name >
3030
You can’t perform that action at this time.
0 commit comments