Plugin Directory

Changeset 3433245


Ignore:
Timestamp:
01/06/2026 06:02:20 AM (3 months ago)
Author:
creedally
Message:

Update readme.txt and release 1.2.4 version

Location:
bulk-featured-image
Files:
28 added
4 edited

Legend:

Unmodified
Added
Removed
  • bulk-featured-image/trunk/admin/class-bfi-list-table.php

    r3305490 r3433245  
    231231                <div class="uploader-outer col-md-10">
    232232                    <div class="dragBox p-3">
    233                         <span class="d-block"><?php _e('Darg and Drop image here','bulk-featured-image'); ?>
     233                        <span class="d-block"><?php _e('Drag and Drop image here','bulk-featured-image'); ?>
    234234                            <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"  />
    235235                            <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  
    238238                        <div class="uploader-outer col-md-4">
    239239                            <div class="dragBox">
    240                                 <span class="d-block"><?php _e('Darg and Drop image here','bulk-featured-image'); ?>
     240                                <span class="d-block"><?php _e('Drag and Drop image here','bulk-featured-image'); ?>
    241241                                    <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"  />
    242242                                </span>
  • bulk-featured-image/trunk/bulk-featured-image.php

    r3427560 r3433245  
    44Plugin URI: https://wordpress.org/plugins/bulk-featured-image/
    55Description: Bulk Featured images update.
    6 Version: 1.2.3
     6Version: 1.2.4
    77Author: CreedAlly
    88Author URI: https://creedally.com/
     
    1818// Define plugin version.
    1919if ( ! defined( 'BFIE_VERSION' ) ) {
    20     define( 'BFIE_VERSION', '1.2.3' );
     20    define( 'BFIE_VERSION', '1.2.4' );
    2121}
    2222
  • bulk-featured-image/trunk/readme.txt

    r3427560 r3433245  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.4
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    8484== Changelog ==
    8585
     86= 1.2.4 - 01/06/2026 =
     87* Fix – Minor text changes.
     88
    8689= 1.2.3 - 12/26/2025 =
    8790* Compatibility with WordPress 6.9 version.
Note: See TracChangeset for help on using the changeset viewer.