瀏覽代碼

Release v0.8.4

Sebastián Katzer 10 年之前
父節點
當前提交
3e611de2eb
共有 3 個文件被更改,包括 6 次插入2 次删除
  1. 4 0
      CHANGELOG.md
  2. 1 1
      package.json
  3. 1 1
      plugin.xml

+ 4 - 0
CHANGELOG.md

@@ -3,6 +3,10 @@ ChangeLog
 
 Please also read the [Upgrade Guide](https://github.com/katzer/cordova-plugin-local-notifications/wiki/Upgrade-Guide) for more information.
 
+#### Version 0.8.4 (04.01.2016)
+- Bug fixes
+ - SyntaxError: missing ) after argument list
+
 #### Version 0.8.3 (03.01.2016)
 - Platform enhancements
  - Support for the `Crosswalk Engine`

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "de.appplant.cordova.plugin.local-notification",
   "cordova_name": "Cordova LocalNotification Plugin",
-  "version": "0.8.3",
+  "version": "0.8.4",
   "description": "Schedules and queries for local notifications",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"

+ 1 - 1
plugin.xml

@@ -3,7 +3,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
         xmlns:android="http://schemas.android.com/apk/res/android"
         id="de.appplant.cordova.plugin.local-notification"
-        version="0.8.3">
+        version="0.8.4">
 
     <name>LocalNotification</name>