Plugin Directory

Changeset 3403569


Ignore:
Timestamp:
11/26/2025 04:52:03 PM (4 months ago)
Author:
wpsaad
Message:

release 1.8.1

Location:
alt-manager
Files:
253 added
3 edited

Legend:

Unmodified
Added
Removed
  • alt-manager/trunk/alt-manager.php

    r3399310 r3403569  
    1111 * plugin URI: https://wpsaad.com/alt-manager-wordpress-image-alt-text-plugin/
    1212 * Description:Automatically bulk change images alt text to dynamic alt tags values related to content or media and also generate empty values for both alt and title tags.
    13  * Version: 1.8.0
     13 * Version: 1.8.1
    1414 * Author: WPSAAD
    1515 * Author URI: https://wpsaad.com
  • alt-manager/trunk/inc/alm-empty-generator.php

    r3399310 r3403569  
    326326    $ID = get_the_ID();
    327327    $type = get_post_field( 'post_type', $ID );
     328    $context = '';
    328329    if ( is_front_page() || is_home() ) {
    329330        $context = 'home';
  • alt-manager/trunk/readme.txt

    r3399310 r3403569  
    66Tested up to: 6.8
    77Requires PHP: 5.2.4
    8 Stable tag: 1.8.0
     8Stable tag: 1.8.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    152152
    153153== Changelog ==
     154= 1.8.1 =
     155* Fixed $context
    154156= 1.7.7 =
    155157* Improved Archive Generation.
Note: See TracChangeset for help on using the changeset viewer.