-
Notifications
You must be signed in to change notification settings - Fork 9
/
readme.txt
92 lines (59 loc) · 2.78 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
=== Blimply ===
Contributors: rinatkhaziev
Tags: push, urban airship, notifications, widget, iphone, android, blackberry, ios
Requires at least: 3.3
Tested up to: 4.2
Stable tag: 0.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Blimply is unofficial WordPress Plugin for [Urban Airship](http://urbanairship.com/). It's based on official [UA PHP library](https://github.com/urbanairship/php-library2) and supports Urban Airship v3 APIs.
== Description ==
You will need an [Urban Airship](http://urbanairship.com/) account in order to be able to use this plugin. The plugin features the ability to send push notifications for posts/pages/custom post types, and a handy Dashboard widget.
NB: this plugin requires PHP 5.3+
== Installation ==
1. Upload `blimply` directory to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Set application key and application MASTER secret in 'Settings' -> 'Blimply Settings'
1. Add Urban Airship tags (optional)
1. Keep in mind that tags names will be slugified when added to Urban Airship App. So for proper tag handling in your apps use tag->slug not tag->name when you register tags for device
1. Set sounds for your tags
1. Enjoy responsibly
== Screenshots ==
1. Per-post Push notification
2. Dashboard widget
3. Blimply Settings
== Translations ==
There's English .pot file in lib/languages. Translations are welcome.
== Contributors ==
Plugin is maintained on [Github](https://github.com/rinatkhaziev/blimply). Comments, issues, and pull requests are welcome.
== Changelog ==
= 0.6 =
* Upgraded plugin to Urban Airship v3 APIs
= 0.5.1 =
* Implemented character limit for post meta box
= 0.5 =
* Added 'blimply_enabled_post_types' filter to enable/disable meta box per post type
= 0.4 =
* Added Blackberry support
* Option to limit Dashboard Widget Push to a certain amount of characters. Default is 140.
= 0.3.1 =
* Fixed an issue with html entities being displayed not properly.
* Fixed an issue where instead of post permalink, revision permalink was being sent
= 0.3 =
* Now include Android payload as well as iOS
* Various bugfixes (props @voceconnect, @danielbachhuber )
= 0.2.4 =
* Fix potential Fatal Error with dependencies
= 0.2.3 =
* Pushes that are sent from a post will now include permalink of that post. That gives an ability to open the link in your app
* Pushes use default sound. Also, you can specify a sound per tag (see Push Sounds section)
= 0.2.2 =
* Register taxonomy on init instead of admin_init
= 0.2.1 =
* Fixed a bug that resulted in double escaping of characters that should be properly escaped
* Added an option to turn on/off broadcast push notifications
= 0.2 =
* No need for PEAR dependencies anymore
= 0.1 =
* Initial release
== Frequently Asked Questions ==