jonz94 / capacitor-azure-notification-hubs

⚡️ Capacitor plugin to register push notifications via Azure Notification Hubs.
https://www.npmjs.com/package/@jonz94/capacitor-azure-notification-hubs
BSD Zero Clause License
7 stars 5 forks source link

feat!: upgrade to Capacitor 5 #2

Closed jonz94 closed 1 year ago

jonz94 commented 1 year ago

Closes #1

NguyenVanToi commented 1 year ago

Hi @jonz94 , I'm a Fullstack developer, was working on project with ionic + capacitor as well. I had some problems to connect azure notification hubs with capacitor, spent much time and couldn't find a correct solution. Now, capacitor is stable with version 5. Can you please merge this changes to release a version for capacitor 5? It'll be very helpful and great. Thank you so much!

jonz94 commented 1 year ago

Hi @NguyenVanToi, thank you for notifying me. I totally forgot about this PR 😅

For Capacitor 5 project, we can now install version 2.0.0 of this plugin by running the following command:

npm install @jonz94/capacitor-azure-notification-hubs@^2.0.0

If you encounter any issues, feel free to open a new ticket.

NguyenVanToi commented 1 year ago

Thank you for your updates. It's great. I'll implement it on my project.