| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | Tags: social media automation, auto post, buffer, social media scheduler, auto publish |
| 5 | 5 | Requires at least: 5.0 |
| 6 | 6 | Tested up to: 7.1 |
| 7 | 7 | Requires PHP: 7.4 |
| 8 | -Stable tag: 6.2.2 | |
| 8 | +Stable tag: 6.2.5 | |
| 9 | 9 | License: GPLv3 or later |
| 10 | 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. |
| @@ -307,8 +307,22 @@ | ||
| 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 | |
| 311 | 325 | |
| 312 | 326 | = 6.2.2 (2026-08-21) = |
| 313 | 327 | * Added: PHPStan static analysis improvements |
| 314 | 328 | |