Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
[whoops] revert accidental commit of a pluginpub test
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jul 13, 2016
1 parent d4b79a8 commit da301e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Change Log

## [1.9.0](https://github.com/phonegap/phonegap-plugin-push/tree/1.9.0) (2016-07-09)
[Full Changelog](https://github.com/phonegap/phonegap-plugin-push/compare/1.7.4...1.9.0)

- 1.7.4 [view commit](http://github.com/phonegap/phonegap-plugin-push/commit/6304938aaeadc7080cb7ac7fe9799145f24e408d)
- Bumping plugin version to 1.7.4 [view commit](http://github.com/phonegap/phonegap-plugin-push/commit/98c1d98cb924fa31c08e66deb476b4c687e9c8aa)
- [doc] Remove stable version from docs [view commit](http://github.com/phonegap/phonegap-plugin-push/commit/3e23bc613207bf39ab3f6e05c667fddc5e75f9d1)
- Use pluginpub [view commit](http://github.com/phonegap/phonegap-plugin-push/commit/1965f46c450bdd15428d1a8ff3bac3d9edc59722)
- Issue #1002: FYI: Resumed iOS 10 Notifications results in an error [view commit](http://github.com/phonegap/phonegap-plugin-push/commit/5fa46534249d0b1cab7f44c6918de26af91f7d01)
- [doc] Fix API.md Table of Contents links (#1056) [view commit](http://github.com/phonegap/phonegap-plugin-push/commit/350f7a494b91405281270ec06c74279f75490543)

## [1.7.4](https://github.com/phonegap/phonegap-plugin-push/tree/v1.7.4) (2016-07-09)
[Full Changelog](https://github.com/phonegap/phonegap-plugin-push/compare/1.7.3...v1.7.4)

Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:amazon="http://schemas.android.com/apk/lib/com.amazon.device.ads" xmlns:rim="http://www.blackberry.com/ns/widgets" id="phonegap-plugin-push" version="1.9.0">
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:amazon="http://schemas.android.com/apk/lib/com.amazon.device.ads" xmlns:rim="http://www.blackberry.com/ns/widgets" id="phonegap-plugin-push" version="1.7.4">
<name>PushPlugin</name>
<description>
This plugin allows your application to receive push notifications on Android, iOS and Windows devices.
Expand Down Expand Up @@ -143,4 +143,4 @@
<preference name="WindowsToastCapable" value="true"/>
</config-file>
</platform>
</plugin>
</plugin>

0 comments on commit da301e8

Please sign in to comment.