| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | Tags: social media feed, Instagram feed, LinkedIn, google reviews, social media aggregator |
| 5 | 5 | Requires at least: 5.0 |
| 6 | 6 | Tested up to: 7.1 |
| 7 | 7 | Requires PHP: 5.6 |
| 8 | -Stable tag: 7.6 | |
| 8 | +Stable tag: 7.8 | |
| 9 | 9 | License: GPLv3 |
| 10 | 10 | License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| 11 | 11 | |
| 12 | 12 | Collect and embed Instagram feeds, LinkedIn posts, Twitter feeds, YouTube videos, Google Reviews & 20+ social media widgets on your WordPress website. |
| @@ -255,8 +255,15 @@ | ||
| 255 | 255 | Support Forum: https://wordpress.org/support/plugin/tagembed-widget/ |
| 256 | 256 | Email: support@tagembed.com |
| 257 | 257 | |
| 258 | 258 | == Changelog == |
| 259 | + | |
| 260 | += 7.8 = | |
| 261 | +* Add Google login and signup option | |
| 262 | + | |
| 263 | += 7.7 = | |
| 264 | +* Improved widget performance. | |
| 265 | + | |
| 259 | 266 | = 7.6 = |
| 260 | 267 | * Security: replaced all in-house output escaping with the WordPress core escaping APIs and the DOMPurify sanitizer. |
| 261 | 268 | * Security: admin screens now build their markup with DOM methods instead of HTML strings wherever possible. |
| 262 | 269 | * Security: identifiers received from the API are validated before use. |
| @@ -301,8 +308,14 @@ | ||
| 301 | 308 | * Improved widget stability, responsiveness, and performance. |
| 302 | 309 | * Enhanced compatibility with WordPress themes and plugins. |
| 303 | 310 | |
| 304 | 311 | == Upgrade Notice == |
| 312 | + | |
| 313 | += 7.8 = | |
| 314 | +Added Google login and signup option. Updating is recommended for all users. | |
| 315 | + | |
| 316 | += 7.7 = | |
| 317 | +Improved widget performance. | |
| 305 | 318 | |
| 306 | 319 | = 7.6 = |
| 307 | 320 | Security release. Output escaping now uses the WordPress core escaping APIs together with the DOMPurify sanitizer, and admin markup is built with DOM methods. Updating is strongly recommended for all users. |
| 308 | 321 | |