Skip to content

Releases: xtrinch/fcm-django

2.3.1

23 Jul 09:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.1...2.3.1

2.2.1

22 Jul 18:46

Choose a tag to compare

What's Changed

  • offer MYSQL_COMPATIBILITY setting to remove unique from the model by @tuky in #267

New Contributors

  • @tuky made their first contribution in #267

Full Changelog: 2.2.0rc0...2.2.1

2.2.0

25 May 10:25
8398935

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0rc0

2.1.0

06 May 10:38

Choose a tag to compare

What's Changed

  • Remove list filter by user from admin.py by @romatallinn in #257
  • Use send_each() instead of deprecated send_all() by @lkh42t in #260

New Contributors

  • @romatallinn made their first contribution in #257
  • @lkh42t made their first contribution in #260

Full Changelog: 2.0.1...2.1.0

2.0.1

30 Dec 18:18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

31 May 09:16

Choose a tag to compare

What's Changed

  • support firebase-admin 6
  • drop python 3.6 support, for python 3.6, use versions lower than 2.0
  • update requirements by @Akay7 in #237

New Contributors

Full Changelog: 1.0.15...2.0.0

1.0.15

29 May 13:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.14...1.0.15

1.0.14 - Hotfix release

05 May 08:23

Choose a tag to compare

  • Remove UPDATE_ON_DUPLICATE_REG_ID parameter (it now behaves as if it is set to True all the time)

Full Changelog: 1.0.13...1.0.14

1.0.13

03 May 10:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.12...1.0.13

1.0.12

31 May 17:13

Choose a tag to compare

  • Add DEFAULT_FIREBASE_APP setting