Plugin Directory

Changeset 3245991


Ignore:
Timestamp:
02/24/2025 07:54:00 PM (13 months ago)
Author:
zayedbaloch
Message:

Minor fixes

Location:
twenty20/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • twenty20/trunk/readme.txt

    r3245988 r3245991  
    66Tested up to: 6.7
    77Requires PHP: 5.6
    8 Stable tag: 2.0.1
     8Stable tag: 2.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    137137== Changelog ==
    138138
     139= 2.0.2 =
     140* Fixed: Missing alt attributes in image comparison
     141
    139142= 2.0.1 =
    140 * Fixed: Missing alt attributes in image comparison
    141143* Improved: Accessibility compliance
    142144* Improved: SEO optimization for image comparisons
  • twenty20/trunk/ttwenty.php

    r3245903 r3245991  
    44  Plugin URI: https://wordpress.org/plugins/twenty20/
    55  Description: Professional before & after image comparison slider with touch support. Create engaging visual comparisons for photography, design, and renovation projects. Fully compatible with Elementor, WPBakery & more.
    6   Version: 2.0.1
     6  Version: 2.0.2
    77  Author: Zayed Baloch
    88  Author URI: https://www.zayedbaloch.com/
     
    1212defined('ABSPATH') or die("No script kiddies please!");
    1313
    14 define('ZB_T20_VER', '2.0.1');
     14define('ZB_T20_VER', '2.0.2');
    1515define('ZB_T20_URL', plugins_url('', __FILE__));
    1616define('ZB_T20_DOMAIN', 'zb_twenty20');
Note: See TracChangeset for help on using the changeset viewer.