Changeset 3197217
- Timestamp:
- 11/26/2024 09:10:59 AM (15 months ago)
- Location:
- bulk-featured-image/trunk
- Files:
-
- 3 edited
-
assets/js/bulk-featured-image-admin.js (modified) (2 diffs)
-
bulk-featured-image.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bulk-featured-image/trunk/assets/js/bulk-featured-image-admin.js
r2668791 r3197217 41 41 $( '.bfi-row-' + data_id + ' .featured-image' ).html( '' ).html( response.html ); 42 42 $( '.post-' + data_id + ' .featured_image' ).html( '' ).html( response.html ); 43 bfi_remove_loader( currentobj ); 44 } else { 45 bfi_remove_loader( currentobj ); 46 alert('The default image cannot be removed. Please upgrade to the PRO version to access this feature.'); 43 47 } 44 45 bfi_remove_loader( currentobj );46 48 } 47 49 ); … … 103 105 function bfi_remove_loader( id ) { 104 106 105 id.children().remove( ' loader' );107 id.children().remove( '.loader' ); 106 108 } 107 109 -
bulk-featured-image/trunk/bulk-featured-image.php
r3165742 r3197217 4 4 Plugin URI: https://wordpress.org/plugins/bulk-featured-image/ 5 5 Description: Bulk Featured images update. 6 Version: 1.2. 06 Version: 1.2.1 7 7 Author: CreedAlly 8 8 Author URI: https://creedally.com/ … … 18 18 // Define plugin version. 19 19 if ( ! defined( 'BFIE_VERSION' ) ) { 20 define( 'BFIE_VERSION', '1.2. 0' );20 define( 'BFIE_VERSION', '1.2.1' ); 21 21 } 22 22 -
bulk-featured-image/trunk/readme.txt
r3165742 r3197217 3 3 Tags: thumbnails, post-thumbnail 4 4 Requires at least: 4.7 5 Tested up to: 6. 6.25 Tested up to: 6.7.1 6 6 Requires PHP: 5.6 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 84 84 == Changelog == 85 85 86 = 1.2.1 - 11/26/2024 = 87 88 * Compatibility with WordPress 6.7.1 version. 89 * Fix - Update alert message when user try to remove default featured image. 90 86 91 = 1.2.0 - 10/08/2024 = 87 92
Note: See TracChangeset
for help on using the changeset viewer.