-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.txt
190 lines (135 loc) · 5.71 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
=== Pushover Integration for WooCommerce ===
Contributors: growdev, shopplugins, poglaa, alexmigf
Donate link: https://shopplugins.com
Tags: woocommerce, pushover, ios, android, desktop
Requires at least: 3.5
Tested up to: 6.6
Requires PHP: 7.2
Stable tag: 1.1.0
WC tested up to: 9.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Pushover for WooCommerce integrates WooCommerce with the Pushover notifications app for Android and iOS.
== Description ==
Pushover for WooCommerce integrates WooCommerce with the Pushover notifications app for Android and iOS.
After installation and setup automatic notifications can be sent to your device for new orders, low stock, backorder and out of stock notifications.
Follow this plugin on [GitHub](https://github.com/shopplugins/pushover-for-woocommerce).
***Translations and pull requests are welcome!***
== Installation ==
Here is a video of installation
[youtube http://www.youtube.com/watch?v=eVOi8cZxU8I]
Step 1. Install the extension
* Login to your WordPress dashboard. Click on Plugins | Add New from the left hand menu
* Click on the "Upload" option, then click "Browse" to select the zip file from your computer.
* After the zip file has been selected press the "Install Now" button.
* On the Plugins page, find the row for the "Pushover for WooCommerce" plugin and press "Activate"
Step 2. Setup Pushover Account
Prerequisites:
* To receive notifications you will need to purchase the Pushover App for Android (http://pushover.net/clients/android) or iOS (http://pushover.net/clients/ios)
* You will also need to create an account at http://pushover.net
1. Register for an account on pushover.net
1a. Login to your account at pushover.net
1b. On your dashboard the first field in the "Your User Key" section is your User Key
2. Setup Website App
2a. To setup your WooCommerce site go to https://pushover.net/apps
2b. Press "Create a New Application"
- Add a name
- Set Type to "Website"
- Add a description
- Set URL to the base URL of your WooCommerce site
- Optional: Choose an image URL to use for an Icon.
- Check the box for Terms of Service
- Press "Create Application"
2c. The API Token/Key for your application is your Site API Token
3. Optional: Login to your device and add a name for it.
Step 3. Setup WooCommerce Pushover Integration
1. Login to your WordPress site
2. Go to WooCommerce > Settings and click on the Integration tab
3. Click on the "Pushover" link
4. Click the "Enable" checkbox to turn on notifications
5. Set the Site API Token to the value from 2c. above
6. Set the User API Token to the value from 1b. above
7. Set a priority.
8. Optionally add a device name to limit notifications to. If left blank notifications will go to all devices.
9. Under "Notifications" check the box next to any notifications you want to receive on your device
10. Optionally press "Send Test Notification" to test your settings
11. Press "Save changes"
== Frequently Asked Questions ==
Q. Is there a limit to the number of notifications I receive?
A. The current limit of notifications is 7,500 per month
Q. What is the length of a notification?
A. Notifications are limited to 512 characters, including a title. URL's are limited to 500 characters, URL titles are limited to 50 characters.
== Screenshots ==
1. screenshot-1.jpg
2. screenshot-2.png
== Changelog ==
2024.09.06 1.1.0
* New: Declares compatibility with HPOS (High-Performance Order Storage)
* Translations: Updated translation template (POT)
* Tested up to WooCommerce 9.2 & WordPress 6.6
2022.07.28 1.0.20
* Tested with WooCommerce 6.7.0
* Tested with WordPress 6.0.1
2021.08.25 1.0.19
* Test with WooCommerce 5.6
* Add filter to return of WC_Pushover::replace_fields_custom_message()
* Add 'retry' and 'expire' settings.
* Verify Emergency priority messages are sent correctly.
2020.07.14 1.0.18
* Add args to filters.
* Add PHP doc.
* Change WC_Pushover::wc_pushover_init() method name to WC_Pushover::maybe_send_test_message() for clarity.
2020.05.04 1.0.17
* Fix Send Test Notification
* Verify with WordPress 5.4
* Verify with WooCommerce 4.0
2020.20.18 1.0.16
* Tested with WooCommerce 3.9
* Removed support for WooCommerce 2.x
* Added direct link to edit order page - Thanks @galapogos01
* Fixing formatting and PHPCS Doc
* Moved debug log to WC_Logger
2019.01.29 1.0.15
* Added Phone field for messages
* Added sounds: https://pushover.net/api#sounds
2018.04.04 1.0.14
* Added Slovenian translation
* Added user defined notifications for all messages.
2018.03.08 1.0.13
* Testing with WC 3.3.3 and WordPress 4.9.4
* Update field labels to clarify key vs. token. thanks @jcs!
2017.05.28 1.0.12
* Update for getting product title.
2015.05.16 1.0.11
* Improvement to settings page
* Fix Documentation and plugin links
* Added priority to set message priority ref: https://pushover.net/api#priority
2015.11.16 1.0.10
* Fixed multiple new order sends when PayPal Standard is used
2015.07.31 1.0.9
* Verified WooCommerce 2.4.0 compatibility
* Updated links
2015.02.28 1.0.8
* Added better logging functions.
* Updated branding
2014.12.10 1.0.7
* WordPress 4.0.1 testing
* Added plugin icon
2014.09.17 1.0.6
* WooCommerce 2.2 compatibility
2014.04.04 1.0.5
* Fixed admin settings page link
* Fixed send test message redirect page
* Fixed text domain
2013.11.21 1.0.4
* Added notification when an order totals $0.
2013.10.19 1.0.3
* Updated branding and links
2013.08.29 1.0.2
* Fixed low and no stock notifications hook.
* Fixed currency symbol - now sending symbol for WooCommerce base currency
2013.02.06 1.0.1
* Fixed fatal error from undefined is_woocommerce_active() function call
2013.01.18 1.0.0
* First Version
== Upgrade notice ==