PluginProbe
Tagembed: Social Media Feeds and Customer Reviews Widget / 7.8
Tagembed: Social Media Feeds and Customer Reviews Widget v7.8
7.8 7.5 7.6 7.7 7.4 trunk 3.10 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 All 43 releases
← All changes | readme.txt +46 -4 7.47.8 View file →
@@ -1,12 +1,12 @@
1 1 === Tagembed: Social Media Feeds and Customer Reviews Widget ===
2 2 Contributors: tagembed
3 3 Donate link: https://tagembed.com/
4 4 Tags: social media feed, Instagram feed, LinkedIn, google reviews, social media aggregator
5 -Requires at least: 3.0
6 -Tested up to: 7.0.2
5 +Requires at least: 5.0
6 +Tested up to: 7.1
7 7 Requires PHP: 5.6
8 -Stable tag: 7.4
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.
@@ -159,8 +159,17 @@
159 159 * **Etsy Reviews:** Prove the genuineness of your brand and build a reputation in the market by exhibiting customer reviews using Etsy review widget.
160 160
161 161 * **All-in-one-review widget:** Add multiple reviews sites on single [review widget](https://tagembed.com/review-widget/) (For ex: Add Google review, Facebook feed reviews in one widget)
162 162
163 +== External services ==
164 +
165 +**1. Intercom - widget.intercom.io and api-iam.intercom.io**
166 +
167 +Intercom powers the "Chat with Us" support chat on the Tagembed admin screens. When you are signed in, your email address, name, Tagembed user ID and a verification hash are sent to Intercom to identify your support conversation. Nothing is sent from your site's front end.
168 +
169 +Terms and policies: https://www.intercom.com/legal/terms-and-policies
170 +Privacy policy: https://www.intercom.com/legal/privacy
171 +
163 172 == Installation ==
164 173
165 174 Installation is quick and easy.
166 175
@@ -246,11 +255,32 @@
246 255 Support Forum: https://wordpress.org/support/plugin/tagembed-widget/
247 256 Email: support@tagembed.com
248 257
249 258 == Changelog ==
250 -= 7.3 =
259 +
260 += 7.8 =
261 +* Add Google login and signup option
262 +
263 += 7.7 =
251 264 * Improved widget performance.
252 265
266 += 7.6 =
267 +* Security: replaced all in-house output escaping with the WordPress core escaping APIs and the DOMPurify sanitizer.
268 +* Security: admin screens now build their markup with DOM methods instead of HTML strings wherever possible.
269 +* Security: identifiers received from the API are validated before use.
270 +* Security: removed every inline event handler from generated markup.
271 +
272 += 7.5 =
273 +* Security: fixed a cross-site scripting (XSS) issue on the plugin admin screens.
274 +* Security: hardened output escaping across all admin views and scripts.
275 +* Security: added direct file access protection to all plugin files.
276 +* Security: request verification now runs before any request data is processed.
277 +
278 += 7.4 =
279 +* Added support for new social media feed and review platforms.
280 +* Improved widget performance.
281 +* Enhanced content aggregation capabilities for WordPress websites.
282 +
253 283 = 7.3 =
254 284 * Improved widget performance, and enhanced content aggregation capabilities for WordPress websites.
255 285
256 286 = 7.2 =
@@ -278,7 +308,19 @@
278 308 * Improved widget stability, responsiveness, and performance.
279 309 * Enhanced compatibility with WordPress themes and plugins.
280 310
281 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.
318 +
319 += 7.6 =
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.
321 +
322 += 7.5 =
323 +Security release. Fixes a cross-site scripting (XSS) issue on the plugin admin screens and hardens output escaping throughout the plugin. Updating is strongly recommended for all users.
282 324
283 325 = 7.4 =
284 326 Added support for new social media feed and review platforms, improved widget performance, and enhanced content aggregation capabilities for WordPress websites.