Skip to content

Commit d012d9e

Browse files
committed
5.0.0
1 parent 597d866 commit d012d9e

File tree

5 files changed

+47
-2
lines changed

5 files changed

+47
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
Changelog
22
=========
33

4+
### 5.0.0 2022-07-18
5+
6+
Major npmjs release containing the last lib updates and marking the repo as unmaintained and looking for maintainers.
7+
8+
49
### 4.8.0 2022-06-22
510
- update android lib from 5.9.1 to 6.2.2
611
- update ios lib from 3.9.0 to 4.1.5
712

13+
814
### 4.7.2 2021-10-02
915
- update android lib from 5.8.6 to 5.9.1
1016
- update ios lib from 3.6.5 to 3.9.0

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
## NOTE: unmaintained & looking for maintainers (since 07-2022)
3+
4+
First: This plugin works! so don't be afraid to try it.
5+
6+
I wasn't able to find any time in the last year (2022) to actively update the libs.
7+
It's gotten to the point that my dev env is not even setup correctly anymore (new computer) and I can't even find time to set it up properly anymore.
8+
9+
If anyone wants to continue maintaining this contact me.
10+
11+
Maintenance is pretty simple: just update the libs, `cordova build android/ios` to see that it works after the update, and maybe update the api a little once in a while.
12+
13+
If your'e interested but want to totally rewrite / refactor that's also fine by me.
14+
as long as you release as a major version so you don't break versions that are actively used.
15+
216
## Cordova Plugin that wraps Mixpanel sdk for android and ios
317

418
- [Android SDK version 6.2.2](https://github.com/mixpanel/mixpanel-android/tree/v6.2.2)

package-lock.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-mixpanel",
3-
"version": "4.8.0",
3+
"version": "5.0.0",
44
"description": "Mixpanel Cordova Plugin for iOS, Android and Browser Platforms",
55
"author": "Sam Zilverberg <[email protected]>",
66
"license": "MIT",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-mixpanel"
5-
version="4.8.0">
5+
version="5.0.0">
66

77
<name>Mixpanel</name>
88

0 commit comments

Comments
 (0)