PluginProbe
Social Media Auto Poster – Schedule & Publish to Buffer / 6.2.5
Social Media Auto Poster – Schedule & Publish to Buffer v6.2.5
6.2.5 6.2.4 6.2.3 6.2.2 6.2.1 6.2.0 6.1.2 6.1.1 6.1.0 6.0.9 6.0.8 6.0.7 6.0.6 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 All 126 releases
← All changes | readme.txt +32 -5 6.1.26.2.5 View file →
@@ -2,13 +2,13 @@
2 2 Contributors: n7studios,wpzinc
3 3 Donate link: https://www.wpzinc.com/plugins/wordpress-to-buffer-pro
4 4 Tags: social media automation, auto post, buffer, social media scheduler, auto publish
5 5 Requires at least: 5.0
6 -Tested up to: 7.0
6 +Tested up to: 7.1
7 7 Requires PHP: 7.4
8 -Stable tag: 6.1.2
8 +Stable tag: 6.2.5
9 9 License: GPLv3 or later
10 -License URI: http://www.gnu.org/licenses/gpl-3.0.html
10 +License URI: https://www.gnu.org/licenses/gpl-3.0.html
11 11
12 12 Automatically post and schedule your WordPress content to Facebook, X/Twitter, LinkedIn, Threads, Bluesky, and more social networks using Buffer.
13 13
14 14 == Description ==
@@ -109,12 +109,12 @@
109 109 === How to Schedule Social Media Posts ===
110 110
111 111 **Default Buffer Schedule** - Buffer automatically spaces posts throughout the day based on your time zone preferences
112 112
113 +**Immediate Posting** - Override the queue and post immediately to social media
114 +
113 115 **Custom Posting Schedule** (Pro) - Define specific days and times in Buffer when posts should publish to each social network
114 116
115 -**Immediate Posting** (Pro) - Override the queue and post immediately to social media
116 -
117 117 **Scheduled Publishing** (Pro) - Set exact date and time for each social media post
118 118
119 119 === Support for Free Version ===
120 120
@@ -307,8 +307,35 @@
307 307 3. Settings Screen showing available options for Posts.
308 308 4. Post-level Logging.
309 309
310 310 == Changelog ==
311 +
312 += 6.2.5 (2026-09-18) =
313 +* Fix: Delete tokens when refreshing a token results in an invalid grant
314 +
315 += 6.2.4 (2026-09-15) =
316 +* Fix: Logs: Show connection errors
317 +* Fix: Logs: Create table if it doesn't exist on Plugin version upgrade
318 +
319 += 6.2.3 (2026-08-24) =
320 +* Fix: Authentication: Refresh token before API request to avoid connection expiry
321 +* Fix: Authentication: Only show Reconnect button if the connection has expired
322 +* Updated: API: Link Posts: Use `metadata.{service}.linkAttachment.url` instead of `AssetInput.link.url`, per Buffer's changelog: https://developers.buffer.com/changelog.html#update-2026-08-17
323 +* Removed: API: Image Posts: Removed `assets[].image.metadata.dimensions`, per Buffer's changelog: https://developers.buffer.com/changelog.html#update-2026-07-27
324 +* Removed: Authentication: Schedule refreshing tokens to prevent "grant request is invalid" errors
325 +
326 += 6.2.2 (2026-08-21) =
327 +* Added: PHPStan static analysis improvements
328 +
329 += 6.2.1 (2026-08-20) =
330 +* Fix: Status: Images: Don't attempt to assign image to status if no image exists
331 +
332 += 6.2.0 (2026-08-19) =
333 +* Added: Namespaced `WPZinc\Social` (previously `WP_To_Social_*` classes) and `WPZinc\Shared` (previously WPZincDashboardSubmodule)
334 +* Added: Status: Scheduling: Post Immediately option
335 +* Updated: Improved WordPress Coding Standards for dates
336 +* Fix: Authentication: OAuth: Use nonce for improved security when connecting to Buffer
337 +* Fix: Authentication: Schedule refreshing tokens to prevent "grant request is invalid" errors
311 338
312 339 = 6.1.2 (2026-07-10) =
313 340 * Added: Settings: Authentication: Refresh Profiles button. See Docs: https://www.wpzinc.com/documentation/wordpress-buffer-pro/manage-account-connections/#refresh-profiles
314 341 * Updated: API: Profiles: Cache data in options instead of transients