Plugin Directory

Changeset 3197217


Ignore:
Timestamp:
11/26/2024 09:10:59 AM (15 months ago)
Author:
creedally
Message:

Update readme.txt and release 1.2.1 version

Location:
bulk-featured-image/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bulk-featured-image/trunk/assets/js/bulk-featured-image-admin.js

    r2668791 r3197217  
    4141                                $( '.bfi-row-' + data_id + ' .featured-image' ).html( '' ).html( response.html );
    4242                                $( '.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.');
    4347                            }
    44 
    45                             bfi_remove_loader( currentobj );
    4648                        }
    4749                    );
     
    103105function bfi_remove_loader( id ) {
    104106
    105     id.children().remove( 'loader' );
     107    id.children().remove( '.loader' );
    106108}
    107109
  • bulk-featured-image/trunk/bulk-featured-image.php

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

    r3165742 r3197217  
    33Tags: thumbnails, post-thumbnail
    44Requires at least: 4.7
    5 Tested up to: 6.6.2
     5Tested up to: 6.7.1
    66Requires PHP: 5.6
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    8484== Changelog ==
    8585
     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
    8691= 1.2.0 - 10/08/2024 =
    8792
Note: See TracChangeset for help on using the changeset viewer.