Skip to content

Commit 412cb74

Browse files
committed
[AUTO] Updating changelog for v7.3.0
1 parent f9734e4 commit 412cb74

File tree

1 file changed

+7
-244
lines changed

1 file changed

+7
-244
lines changed

CHANGELOG.md

Lines changed: 7 additions & 244 deletions
Original file line numberDiff line numberDiff line change
@@ -1,245 +1,8 @@
11

2-
3-
### 7.2 - 11/02/2016
4-
5-
Changes:
6-
7-
8-
* Fix readme
9-
* per network buffer
10-
11-
1) removed the global buffer and added a per-network buffer
12-
2) if min and/or max date of posts is 0, do not include that part in the
13-
query
14-
* Fixed randomization algorithm, preventing share twice of same post until the end of cycle
15-
Fixed date filter when both of them are 0
16-
17-
18-
### 7.1 - 14/01/2016
19-
20-
Changes:
21-
22-
23-
* Add confirmation box to reset settings.
24-
25-
Add confirmation box to reset settings in the plugin options.
26-
* Bug fixes for cron and image posting
27-
28-
1) Create endpoint for remote check
29-
2) White posting to twitter, post without image if media is invalid
30-
* Bug fix
31-
32-
Show alert only when showAlert is being sent from the back end
33-
* Bux fix: Support from cron
34-
35-
If cron is disabled/inoperative, fire events through the endpoint if
36-
they are due
37-
* Call ROP endpoint
38-
39-
Call the ROP endpoint with the correct network arguments
40-
* If cron is not running, reschedule future tweets
41-
42-
In case the cron is only temporarily disabled, the future schedule
43-
should not be cleared. So, when the endpoint is called, we fetch the
44-
cron, clear it, execute the passed schedule and schedule the future
45-
ones.
46-
* Fixed schedule inconsistency
47-
Fixed posting with image
48-
* Merge pull request #41 from HardeepAsrani/development
49-
50-
Add confirmation box to reset settings.
51-
* Fixed menu icon
52-
53-
54-
### 7.0.8 - 18/09/2015
55-
56-
Changes:
57-
58-
59-
* * removed new lines for tweets
60-
* * fixed problems with custom icons
61-
* *fixed problem with mysql_get_client_info
62-
* Fixed multisite issue for redirect url
63-
* making translation ready
64-
* fixed single quotes problem
65-
* fixed tumblr tags
66-
67-
68-
### 7.0.6 - 28/05/2015
69-
70-
Changes:
71-
72-
73-
* * removed redundant code
74-
* * added compatibility for wordpress 4.2.2
75-
* * fixed compatibility with pro version
76-
77-
78-
### 7.0.4 - 25/05/2015
79-
80-
Changes:
81-
82-
83-
* * fixed issue with tweet length
84-
* fixed issue with facebook hashtag
85-
* * added bussines version
86-
87-
88-
### 7.0.4 - 16/04/2015
89-
90-
Changes:
91-
92-
93-
* * fixed bug with the new facebook api changes.
94-
* changed pro banner
95-
* Merge branch 'development' of https://github.com/Codeinwp/tweet-old-post into development
96-
97-
98-
### 7.0.3 - 03/04/2015
99-
100-
Changes:
101-
102-
103-
* * fixed problem with media_id
104-
* * fixed bug with logs reporting in system info where there is no log available.
105-
* Update readme.txt
106-
* Update readme.txt
107-
108-
109-
### 7.0.2 - 26/03/2015
110-
111-
Changes:
112-
113-
114-
* * Removed twitter update_with_media call.
115-
* Fixed activation error notices when WP_DEBUG was enabled
116-
* Merge remote-tracking branch 'origin/development' into development
117-
118-
119-
### 7.0.1 - 06/03/2015
120-
121-
Changes:
122-
123-
124-
* http bug
125-
* Final version of tweet old post
126-
* final vers
127-
* Added Top 5.7 version
128-
* added strlower
129-
* Tweets now are posted immediately, fixed scheduling and added debug messages
130-
* latest stable version 6.2
131-
* added exclude posts back
132-
* latest major fixes
133-
* fixed interrupted posting
134-
* Added settings link, fixed tweet cutting and added cron debug messages
135-
136-
Added settings link, fixed tweet cutting and added cron debug messages
137-
* latest top fixes [stable version ]
138-
* almost added fb
139-
* stable version with linkedin + facebook
140-
* custom icon, final fixes
141-
* fixed fb instructions + small css things
142-
* Set up localization and translation
143-
* 6.8.1 with multi-language + cpt support
144-
* fix post issue
145-
* various small fixes to encoding
146-
* various fixes
147-
148-
* fix for coma on the exclude post page
149-
* fixed the shortner problem that was not adding the analytics.
150-
* fixed the cron issue
151-
* increased notification time check by *5
152-
153-
increased notification time check by *5
154-
* * Added post format per network
155-
* Rearranged the options
156-
* Merge remote-tracking branch 'origin/development' into development
157-
* * Fixes for no account post sharing issue
158-
* Added immediately share after start
159-
* redesign and on/off button
160-
* * Improved tabs graphic
161-
* Added remote cron check
162-
* * added pro badge for linkedin post format
163-
* fixed compatibility issue with older versions
164-
* * added pro badge for linkedin post format
165-
* fixed compatibility issue with older versions
166-
* * fixed the relative path issue
167-
* Update readme.txt
168-
* * fixed issue with notices
169-
* solved some cron compatibilty problems
170-
* * fixed double posting issue for cron
171-
* * fixed backwards compatibility issue
172-
* Removed useless spaces in post format
173-
* fixed custom field from url issue
174-
* * fixed problem with oauth time
175-
* fixed problem with cron time
176-
* * fixed problem with oauth time
177-
* fixed problem with cron time
178-
* Merge remote-tracking branch 'origin/development' into development
179-
* Update core.php
180-
* Update tweet-old-post.php
181-
* Update view.php
182-
* Update OAuth.php
183-
* Update tweet-old-post.php
184-
* * added more complex log system
185-
* improved cron schedule
186-
* Merge remote-tracking branch 'origin/development' into development
187-
* * fixed sample tweet
188-
* added support for pro version
189-
* * added clock feature
190-
* * fix for old cron
191-
* fix sample tweet image
192-
* * removed console clock
193-
* Update readme.txt
194-
* Fixed https request
195-
* Update tweet-old-post.php
196-
* Update core.php
197-
* Update style.css
198-
* Update tweet-old-post.php
199-
* * fixed typo bugs.
200-
* Update readme.txt
201-
* * fixed excluded post bug
202-
* fixed cron time issue
203-
* added more log types messages
204-
* improved system info
205-
* Merge remote-tracking branch 'origin/development' into development
206-
* * update version
207-
* * added sib banner
208-
* * updated changelog
209-
* * fixed bug with share more than once.
210-
* Update tweet-old-post.php
211-
* Update view.php
212-
* * Fixed issue cron stop
213-
* Fixed issue for excluded post
214-
* Added exclude posts from custom post types.
215-
* Merge remote-tracking branch 'origin/development' into development
216-
* * Fixed issue cron stop
217-
* Fixed issue for excluded post
218-
* Added exclude posts from custom post types.
219-
* updated version
220-
* * fixed sample post issue
221-
* * fixed tweet custom field url
222-
* * changed version
223-
* fixed minutes typo
224-
* * rollback generate tweet
225-
* Merge remote-tracking branch 'origin/development' into development
226-
* * fixed image compatibility
227-
* * fixed pro compatibility
228-
* Update readme.txt
229-
* buttons added: Google Plus, XING , Stumbleupon , Tumblr
230-
* strip html response.
231-
* * rewrite the tweet generation
232-
* added usefull filtes and hooks
233-
* * Fixed issue with duplicate posting
234-
* Added Xing and Tumbr Networks
235-
* Fixed issue with random posts on large databases.
236-
* * Fixed issue with duplicate posting
237-
* Added Xing and Tumbr Networks
238-
* Fixed issue with random posts on large databases.
239-
* * Fixed no link issue
240-
* Added new info to System Log
241-
* * FIxed compatibilty issues with old pro version
242-
* * added chacter count when media is active
243-
* * fixed link position in tweets.
244-
* * removed only pro badge on custom schedule secundar tabs
245-
* * fixed problem with strange chars in tweets.
2+
### 7.3.0 - 19/05/2016
3+
**Changes:**
4+
- Added advanced scheduling option
5+
- Added fix for is.gd
6+
- Fixed responsive issue
7+
- Fixed some security issues
8+
### 7.2 - 11/02/2016 Changes: tweet-old-post Fix readme tweet-old-post per network buffer 1) removed the global buffer and added a per-network buffer 2) if min and/or max date of posts is 0, do not include that part in the query tweet-old-post Fixed randomization algorithm, preventing share twice of same post until the end of cycle Fixed date filter when both of them are 0 ### 7.1 - 14/01/2016 Changes: tweet-old-post Add confirmation box to reset settings. Add confirmation box to reset settings in the plugin options. tweet-old-post Bug fixes for cron and image posting 1) Create endpoint for remote check 2) White posting to twitter, post without image if media is invalid tweet-old-post Bug fix Show alert only when showAlert is being sent from the back end tweet-old-post Bux fix: Support from cron If cron is disabled/inoperative, fire events through the endpoint if they are due tweet-old-post Call ROP endpoint Call the ROP endpoint with the correct network arguments tweet-old-post If cron is not running, reschedule future tweets In case the cron is only temporarily disabled, the future schedule should not be cleared. So, when the endpoint is called, we fetch the cron, clear it, execute the passed schedule and schedule the future ones. tweet-old-post Fixed schedule inconsistency Fixed posting with image tweet-old-post Merge pull request #41 from HardeepAsrani/development Add confirmation box to reset settings. tweet-old-post Fixed menu icon ### 7.0.8 - 18/09/2015 Changes: tweet-old-post tweet-old-post removed new lines for tweets tweet-old-post tweet-old-post fixed problems with custom icons tweet-old-post *fixed problem with mysql_get_client_info tweet-old-post Fixed multisite issue for redirect url tweet-old-post making translation ready tweet-old-post fixed single quotes problem tweet-old-post fixed tumblr tags ### 7.0.6 - 28/05/2015 Changes: tweet-old-post tweet-old-post removed redundant code tweet-old-post tweet-old-post added compatibility for wordpress 4.2.2 tweet-old-post tweet-old-post fixed compatibility with pro version ### 7.0.4 - 25/05/2015 Changes: tweet-old-post tweet-old-post fixed issue with tweet length tweet-old-post fixed issue with facebook hashtag tweet-old-post tweet-old-post added bussines version ### 7.0.4 - 16/04/2015 Changes: tweet-old-post tweet-old-post fixed bug with the new facebook api changes. tweet-old-post changed pro banner tweet-old-post Merge branch 'development' of https://github.com/Codeinwp/tweet-old-post into development ### 7.0.3 - 03/04/2015 Changes: tweet-old-post tweet-old-post fixed problem with media_id tweet-old-post tweet-old-post fixed bug with logs reporting in system info where there is no log available. tweet-old-post Update readme.txt tweet-old-post Update readme.txt ### 7.0.2 - 26/03/2015 Changes: tweet-old-post tweet-old-post Removed twitter update_with_media call. tweet-old-post Fixed activation error notices when WP_DEBUG was enabled tweet-old-post Merge remote-tracking branch 'origin/development' into development ### 7.0.1 - 06/03/2015 Changes: tweet-old-post http bug tweet-old-post Final version of tweet old post tweet-old-post final vers tweet-old-post Added Top 5.7 version tweet-old-post added strlower tweet-old-post Tweets now are posted immediately, fixed scheduling and added debug messages tweet-old-post latest stable version 6.2 tweet-old-post added exclude posts back tweet-old-post latest major fixes tweet-old-post fixed interrupted posting tweet-old-post Added settings link, fixed tweet cutting and added cron debug messages Added settings link, fixed tweet cutting and added cron debug messages tweet-old-post latest top fixes [stable version ] tweet-old-post almost added fb tweet-old-post stable version with linkedin + facebook tweet-old-post custom icon, final fixes tweet-old-post fixed fb instructions + small css things tweet-old-post Set up localization and translation tweet-old-post 6.8.1 with multi-language + cpt support tweet-old-post fix post issue tweet-old-post various small fixes to encoding tweet-old-post various fixes tweet-old-post fix for coma on the exclude post page tweet-old-post fixed the shortner problem that was not adding the analytics. tweet-old-post fixed the cron issue tweet-old-post increased notification time check by *5 increased notification time check by *5 tweet-old-post tweet-old-post Added post format per network tweet-old-post Rearranged the options tweet-old-post Merge remote-tracking branch 'origin/development' into development tweet-old-post tweet-old-post Fixes for no account post sharing issue tweet-old-post Added immediately share after start tweet-old-post redesign and on/off button tweet-old-post tweet-old-post Improved tabs graphic tweet-old-post Added remote cron check tweet-old-post tweet-old-post added pro badge for linkedin post format tweet-old-post fixed compatibility issue with older versions tweet-old-post tweet-old-post added pro badge for linkedin post format tweet-old-post fixed compatibility issue with older versions tweet-old-post tweet-old-post fixed the relative path issue tweet-old-post Update readme.txt tweet-old-post tweet-old-post fixed issue with notices tweet-old-post solved some cron compatibilty problems tweet-old-post tweet-old-post fixed double posting issue for cron tweet-old-post tweet-old-post fixed backwards compatibility issue tweet-old-post Removed useless spaces in post format tweet-old-post fixed custom field from url issue tweet-old-post tweet-old-post fixed problem with oauth time tweet-old-post fixed problem with cron time tweet-old-post tweet-old-post fixed problem with oauth time tweet-old-post fixed problem with cron time tweet-old-post Merge remote-tracking branch 'origin/development' into development tweet-old-post Update core.php tweet-old-post Update tweet-old-post.php tweet-old-post Update view.php tweet-old-post Update OAuth.php tweet-old-post Update tweet-old-post.php tweet-old-post tweet-old-post added more complex log system tweet-old-post improved cron schedule tweet-old-post Merge remote-tracking branch 'origin/development' into development tweet-old-post tweet-old-post fixed sample tweet tweet-old-post added support for pro version tweet-old-post tweet-old-post added clock feature tweet-old-post tweet-old-post fix for old cron tweet-old-post fix sample tweet image tweet-old-post tweet-old-post removed console clock tweet-old-post Update readme.txt tweet-old-post Fixed https request tweet-old-post Update tweet-old-post.php tweet-old-post Update core.php tweet-old-post Update style.css tweet-old-post Update tweet-old-post.php tweet-old-post tweet-old-post fixed typo bugs. tweet-old-post Update readme.txt tweet-old-post tweet-old-post fixed excluded post bug tweet-old-post fixed cron time issue tweet-old-post added more log types messages tweet-old-post improved system info tweet-old-post Merge remote-tracking branch 'origin/development' into development tweet-old-post tweet-old-post update version tweet-old-post tweet-old-post added sib banner tweet-old-post tweet-old-post updated changelog tweet-old-post tweet-old-post fixed bug with share more than once. tweet-old-post Update tweet-old-post.php tweet-old-post Update view.php tweet-old-post tweet-old-post Fixed issue cron stop tweet-old-post Fixed issue for excluded post tweet-old-post Added exclude posts from custom post types. tweet-old-post Merge remote-tracking branch 'origin/development' into development tweet-old-post tweet-old-post Fixed issue cron stop tweet-old-post Fixed issue for excluded post tweet-old-post Added exclude posts from custom post types. tweet-old-post updated version tweet-old-post tweet-old-post fixed sample post issue tweet-old-post tweet-old-post fixed tweet custom field url tweet-old-post tweet-old-post changed version tweet-old-post fixed minutes typo tweet-old-post tweet-old-post rollback generate tweet tweet-old-post Merge remote-tracking branch 'origin/development' into development tweet-old-post tweet-old-post fixed image compatibility tweet-old-post tweet-old-post fixed pro compatibility tweet-old-post Update readme.txt tweet-old-post buttons added: Google Plus, XING , Stumbleupon , Tumblr tweet-old-post strip html response. tweet-old-post tweet-old-post rewrite the tweet generation tweet-old-post added usefull filtes and hooks tweet-old-post tweet-old-post Fixed issue with duplicate posting tweet-old-post Added Xing and Tumbr Networks tweet-old-post Fixed issue with random posts on large databases. tweet-old-post tweet-old-post Fixed issue with duplicate posting tweet-old-post Added Xing and Tumbr Networks tweet-old-post Fixed issue with random posts on large databases. tweet-old-post tweet-old-post Fixed no link issue tweet-old-post Added new info to System Log tweet-old-post tweet-old-post FIxed compatibilty issues with old pro version tweet-old-post tweet-old-post added chacter count when media is active tweet-old-post tweet-old-post fixed link position in tweets. tweet-old-post tweet-old-post removed only pro badge on custom schedule secundar tabs tweet-old-post tweet-old-post fixed problem with strange chars in tweets.

0 commit comments

Comments
 (0)