Skip to content

Releases: havesource/cordova-plugin-push

4.0.0

23 Oct 06:27
c9e0b23
Compare
Choose a tag to compare

Breaking:

  • feat(android)!: bump platform requirement cordova-android>=12.0.0 (#243)
  • feat!(ios): update Firebase Messaging to ~> 8.1.1 (#152)
  • fix(windows)!: remove deprecated platform (#245)

Features:

  • feat(android): bump gradle plugin kotlin to 1.7.21 (#246)
  • feat(android): bump GradlePluginGoogleServicesVersion to 4.3.15 (match w/ Cordova-Android@12.x) (#244)
  • feat(android): support targetSdkVersion >= 31 (Android 12) (#185)

Fixes:

  • fix(ios): callback not called when foreground is true #101 (#102)
  • fix(android): deprecated warning Html.fromHtml (#230)
  • fix(android): Ask for POST_NOTIFICATIONS permission if necessary (#238)
  • fix(android): PushHandlerActivity permissions regression (#183)

Others:

  • dep: resolve audit with rebuilt package-lock & rebuilt push.js with new packages (#248)
  • dep(npm): bump all devDependencies (#241)
  • ci: bump github action workflow and dependencies (#242)

3.0.1

08 Apr 07:22
a9939fa
Compare
Choose a tag to compare

Fixes:

  • fix(android): add service exported flags w/ intent-filter (#173)
  • fix(android): processPushBundle flipped returned value (#160)
  • fix: doc typo (#159)

Chores:

  • chore: correct Bower metadata to MIT license (#166)
  • chore(npm): rebuilt package-lock.json & fix audit

Docs:

  • doc: add 2.x and 3.x to PLATFORM_SUPPORT.md (#158)

3.0.0

13 Nov 12:41
a1df480
Compare
Choose a tag to compare

Overview:

In this major release, there are many breaking changes to the Android platform. The primary changes in this release are dropping Android Support Library for AndroidX, updating the Google Services Gradle Plugin requirement, refactoring the code to Kotlin, and upgrading all other third-party libraries. See below for more details.


Requirement Changes:

  • Cordova-Android: 9.x

Libraries & Dependencie Updates and Changes:

  • Bumped me.leolin:ShortcutBadger@1.1.22
  • Bumped Google Services Gradle Plugin@4.3.8
  • Migrated from Android Support Library to AndroidX
    • Added androidx.core:core@1.6.+

Breaking:

  • feat!(android): migrate source code to kotlin w/ refactors (#123)
    • kotlin@1.5.20
    • add before_compile hookscript for cordova-android 9.x support
    • converted all java files to kotlin
    • updted target-dir path for kotlin files
    • refactored with improved null checks
    • removed some duplicated code
    • updated logging (more logging & better tagging)ยฅ
  • feat!(android): bump platform requirements (#122)
  • feat!(android): bump me.leolin:ShortcutBadger@1.1.22 (#121)
  • feat!(android): bump Google Services Gradle Plugin@4.3.8 (#120)
  • feat!(android): Migrate to AndroidX (#119)
    • feat!(android): migrate ASL to AndroidX
    • feat!(android): swap framework support-v13 w/ androidx.core
    • feat!(android): force AndroidXEnabled to true
    • feat!(android): bump androidx.core:core@1.6.+
    • doc(android): add androidx core version

Fixes:

  • fix(docs): update TS type import to new package name (#109)

Chores:

  • chore: rebuilt package-lock.json (#131)
  • chore: bump npm dev dependencies (#132) (#133)
  • chore(npm): bump devDep, rebuild package-lock & fix audit (#110)
  • chore(npm): bump devDep @cordova/eslint-config@^4.0.0 w/ fixes (#144)

CI:

  • ci: remove old travis configs (#128)
  • ci: add codacy badge (#129)
  • ci: add gh-actions badge to readme (#130)

Docs:

  • doc: fixed minor typo (#98)

3.0.0-dev.1

15 Sep 14:26
277b89a
Compare
Choose a tag to compare
3.0.0-dev.1 Pre-release
Pre-release

Overview:

This is a development release, future release may contain more breaking changes. This release should not be used in production as it is still being developed. This release can be used for testing and reporting feedback or issues.

In this development release, the major breaking changes to the Android platform is converting all Java code to Kotlin.

Breaking:

  • feat!(android): migrate source code to kotlin w/ refactors (#123)
    • kotlin@1.5.20
    • add before_compile hookscript for cordova-android 9.x support
    • converted all java files to kotlin
    • updted target-dir path for kotlin files
    • refactored with improved null checks
    • removed some duplicated code
    • updated logging (more logging & better tagging)

Chores:

  • chore: rebuilt package-lock.json (#131)
  • chore: bump npm dev dependencies (#132) (#133)

CI:

  • ci: remove old travis configs (#128)
  • ci: add codacy badge (#129)
  • ci: add gh-actions badge to readme (#130)

Dev Release: 3.0.0-dev.0

15 Sep 12:08
84f64da
Compare
Choose a tag to compare
Pre-release

Overview:

This is a development release, future release may contain more breaking changes. This release should not be used in production as it is still being developed. This release can be used for testing and reporting feedback or issues.

In this development release, there are many major breaking changes to the Android platform.


Requirement Changes:

  • Cordova-Android: 9.x

Libraries & Dependencie Updates and Changes:

  • Bumped me.leolin:ShortcutBadger@1.1.22
  • Bumped Google Services Gradle Plugin@4.3.8
  • Migrated from Android Support Library to AndroidX
    • Added androidx.core:core@1.6.+

Breaking:

  • feat!(android): bump platform requirements (#122)
  • feat!(android): bump me.leolin:ShortcutBadger@1.1.22 (#121)
  • feat!(android): bump Google Services Gradle Plugin@4.3.8 (#120)
  • feat!(android): Migrate to AndroidX (#119)
    • feat!(android): migrate ASL to AndroidX
    • feat!(android): swap framework support-v13 w/ androidx.core
    • feat!(android): force AndroidXEnabled to true
    • feat!(android): bump androidx.core:core@1.6.+
    • doc(android): add androidx core version

Fixes:

  • fix(docs): update TS type import to new package name (#109)

Chores:

  • chore(npm): bump devDep, rebuild package-lock & fix audit (#110)

Docs:

  • doc: fixed minor typo (#98)