Changeset 3428744
- Timestamp:
- 12/28/2025 09:58:07 PM (3 months ago)
- Location:
- featured-image-from-url/trunk
- Files:
-
- 3 edited
-
elementor/widgets/widget.php (modified) (1 diff)
-
featured-image-from-url.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
featured-image-from-url/trunk/elementor/widgets/widget.php
r3352132 r3428744 89 89 if ($image_url && filter_var($image_url, FILTER_VALIDATE_URL) === false) 90 90 $image_url = ''; 91 92 if ($image_url) { 93 $validated_url = wp_http_validate_url($image_url); 94 if ($validated_url === false) { 95 continue; 96 } 97 $image_url = $validated_url; 98 } 99 91 100 fifu_dev_set_image($post_id, $image_url); 92 101 $att_id = get_post_thumbnail_id($post_id); -
featured-image-from-url/trunk/featured-image-from-url.php
r3389293 r3428744 5 5 * Plugin URI: https://fifu.app/ 6 6 * Description: Use remote media as the featured image and beyond. 7 * Version: 5.3. 17 * Version: 5.3.2 8 8 * Author: fifu.app 9 9 * Author URI: https://fifu.app/ 10 10 * WC requires at least: 4.0 11 * WC tested up to: 10. 3.411 * WC tested up to: 10.4.3 12 12 * Text Domain: featured-image-from-url 13 13 * License: GPLv3 -
featured-image-from-url/trunk/readme.txt
r3389293 r3428744 4 4 Tags: featured, image, url, video, woocommerce 5 5 Requires at least: 5.6 6 Tested up to: 6. 8.37 Stable tag: 5.3. 16 Tested up to: 6.9 7 Stable tag: 5.3.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 248 248 == Changelog == 249 249 250 = 5.3.2 = 251 * Fix: vulnerability reported by Wordfence team. 252 250 253 = 5.3.1 = 251 254 * New feature: Auto-share on social media; Fix: Featured image might not be displaying on X. … … 275 278 * Fix: the plugin was being translated into the site language instead of the user language; Fix: input field for featured image. 276 279 277 = 5.2.2 =278 * New: WordPress block for remote featured images; Enhancement: Alternative Text field added to the Elementor widget; Enhancement: Registers are no longer listed in the Custom Fields box; Enhancements and fixes: Input fields for posts, products, and categories; Fix: Images were being cropped unnecessarily in WooCommerce.279 280 280 = others = 281 281 * [more](https://fifu.app/changelog) … … 284 284 == Upgrade Notice == 285 285 286 = 5.3. 1=287 * New feature: Auto-share on social media; Fix: Featured image might not be displaying on X.286 = 5.3.2 = 287 * Fix: vulnerability reported by Wordfence team.
Note: See TracChangeset
for help on using the changeset viewer.