Skip to content

Commit 71fa256

Browse files
committed
Updating changelog
1 parent 07cc301 commit 71fa256

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11

22

3+
### 7.1 - 14/01/2016
4+
5+
Changes:
6+
7+
8+
* Add confirmation box to reset settings.
9+
10+
Add confirmation box to reset settings in the plugin options.
11+
* Bug fixes for cron and image posting
12+
13+
1) Create endpoint for remote check
14+
2) White posting to twitter, post without image if media is invalid
15+
* Bug fix
16+
17+
Show alert only when showAlert is being sent from the back end
18+
* Bux fix: Support from cron
19+
20+
If cron is disabled/inoperative, fire events through the endpoint if
21+
they are due
22+
* Call ROP endpoint
23+
24+
Call the ROP endpoint with the correct network arguments
25+
* If cron is not running, reschedule future tweets
26+
27+
In case the cron is only temporarily disabled, the future schedule
28+
should not be cleared. So, when the endpoint is called, we fetch the
29+
cron, clear it, execute the passed schedule and schedule the future
30+
ones.
31+
* Fixed schedule inconsistency
32+
Fixed posting with image
33+
* Merge pull request #41 from HardeepAsrani/development
34+
35+
Add confirmation box to reset settings.
36+
* Fixed menu icon
37+
38+
339
### 7.0.8 - 18/09/2015
440

541
Changes:

0 commit comments

Comments
 (0)