Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Mar 18, 2020
1 parent 8060ea3 commit 5ebbcae
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [v1.3.091](https://github.com/pliablepixels/zmNinja/tree/v1.3.091) (2020-03-18)
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.3.089...v1.3.091)

**Fixed bugs:**

- Montage screen often doesn't load monitors [\#908](https://github.com/pliablepixels/zmNinja/issues/908)
- “zmninjapro” Desktop app can’t be opened in Catalina because Apple cannot check it for malicious software. [\#906](https://github.com/pliablepixels/zmNinja/issues/906)

**Closed issues:**

- ZM APi not working [\#907](https://github.com/pliablepixels/zmNinja/issues/907)
- Change the layout of the montage page? [\#905](https://github.com/pliablepixels/zmNinja/issues/905)
- High value on AUTH\_HASH\_TTL in zoneminder gives zmninja auth timeout problems [\#893](https://github.com/pliablepixels/zmNinja/issues/893)

## [v1.3.089](https://github.com/pliablepixels/zmNinja/tree/v1.3.089) (2020-02-24)
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.3.088...v1.3.089)

Expand Down
6 changes: 3 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@
<variable name="ANDROID_SUPPORT_V13_VERSION" value="27.+" />
<variable name="FCM_VERSION" value="17.0.+" />
</plugin>
<plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git">
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
<plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" />
<engine name="android" spec="8.0.0" />
<engine name="ios" spec="^5.0.1" />
<plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git">
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
</widget>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
"version":"1.3.091",
"version": "1.3.091",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
Expand Down Expand Up @@ -226,4 +226,4 @@
]
}
}
}
}

0 comments on commit 5ebbcae

Please sign in to comment.