Changeset 3433245
- Timestamp:
- 01/06/2026 06:02:20 AM (3 months ago)
- Location:
- bulk-featured-image
- Files:
-
- 28 added
- 4 edited
-
tags/1.2.4 (added)
-
tags/1.2.4/README.md (added)
-
tags/1.2.4/admin (added)
-
tags/1.2.4/admin/class-bfi-list-table.php (added)
-
tags/1.2.4/admin/class-bulk-featured-image-admin.php (added)
-
tags/1.2.4/admin/class-bulk-featured-image-settings-fields.php (added)
-
tags/1.2.4/assets (added)
-
tags/1.2.4/assets/css (added)
-
tags/1.2.4/assets/css/bootstrap.min.css (added)
-
tags/1.2.4/assets/css/bulk-featured-image-admin.css (added)
-
tags/1.2.4/assets/css/select2.min.css (added)
-
tags/1.2.4/assets/images (added)
-
tags/1.2.4/assets/images/icon-upgrade-pro.svg (added)
-
tags/1.2.4/assets/images/menu-icon.png (added)
-
tags/1.2.4/assets/js (added)
-
tags/1.2.4/assets/js/bulk-featured-image-admin.js (added)
-
tags/1.2.4/assets/js/select2.min.js (added)
-
tags/1.2.4/bulk-featured-image.php (added)
-
tags/1.2.4/includes (added)
-
tags/1.2.4/includes/activator.php (added)
-
tags/1.2.4/includes/class-bulk-featured-image.php (added)
-
tags/1.2.4/includes/deactivator.php (added)
-
tags/1.2.4/includes/functions.php (added)
-
tags/1.2.4/index.php (added)
-
tags/1.2.4/languages (added)
-
tags/1.2.4/languages/index.php (added)
-
tags/1.2.4/readme.txt (added)
-
tags/1.2.4/uninstall.php (added)
-
trunk/admin/class-bfi-list-table.php (modified) (1 diff)
-
trunk/admin/class-bulk-featured-image-settings-fields.php (modified) (1 diff)
-
trunk/bulk-featured-image.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bulk-featured-image/trunk/admin/class-bfi-list-table.php
r3305490 r3433245 231 231 <div class="uploader-outer col-md-10"> 232 232 <div class="dragBox p-3"> 233 <span class="d-block"><?php _e('D arg and Drop image here','bulk-featured-image'); ?>233 <span class="d-block"><?php _e('Drag and Drop image here','bulk-featured-image'); ?> 234 234 <input type="file" onChange="bfi_drag_drop(event,<?php echo $post_id; ?>)" data-id="<?php echo $post_id; ?>" name="bfi_upload_file_<?php echo $post_id; ?>" ondragover="bfi_drag(event,<?php echo $post_id; ?>)" ondrop="bfi_drop(event,<?php echo $post_id; ?>)" id="bfi_upload_file_<?php echo $post_id; ?>" accept=".png,.jpg,.jpeg" /> 235 235 <input type="hidden" name="bfi_upload_post_id[]" value="<?php echo $post_id; ?>" /> -
bulk-featured-image/trunk/admin/class-bulk-featured-image-settings-fields.php
r3305490 r3433245 238 238 <div class="uploader-outer col-md-4"> 239 239 <div class="dragBox"> 240 <span class="d-block"><?php _e('D arg and Drop image here','bulk-featured-image'); ?>240 <span class="d-block"><?php _e('Drag and Drop image here','bulk-featured-image'); ?> 241 241 <input type="file" onChange="bfi_drag_drop(event)" name="bfi_upload_file" ondragover="bfi_drag()" ondrop="bfi_drop()" id="bfi_upload_file" accept=".png,.jpg,.jpeg" /> 242 242 </span> -
bulk-featured-image/trunk/bulk-featured-image.php
r3427560 r3433245 4 4 Plugin URI: https://wordpress.org/plugins/bulk-featured-image/ 5 5 Description: Bulk Featured images update. 6 Version: 1.2. 36 Version: 1.2.4 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. 3' );20 define( 'BFIE_VERSION', '1.2.4' ); 21 21 } 22 22 -
bulk-featured-image/trunk/readme.txt
r3427560 r3433245 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 37 Stable tag: 1.2.4 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.4 - 01/06/2026 = 87 * Fix – Minor text changes. 88 86 89 = 1.2.3 - 12/26/2025 = 87 90 * Compatibility with WordPress 6.9 version.
Note: See TracChangeset
for help on using the changeset viewer.