Changeset 3245991
- Timestamp:
- 02/24/2025 07:54:00 PM (13 months ago)
- Location:
- twenty20/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
ttwenty.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twenty20/trunk/readme.txt
r3245988 r3245991 6 6 Tested up to: 6.7 7 7 Requires PHP: 5.6 8 Stable tag: 2.0. 18 Stable tag: 2.0.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 137 137 == Changelog == 138 138 139 = 2.0.2 = 140 * Fixed: Missing alt attributes in image comparison 141 139 142 = 2.0.1 = 140 * Fixed: Missing alt attributes in image comparison141 143 * Improved: Accessibility compliance 142 144 * Improved: SEO optimization for image comparisons -
twenty20/trunk/ttwenty.php
r3245903 r3245991 4 4 Plugin URI: https://wordpress.org/plugins/twenty20/ 5 5 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. 16 Version: 2.0.2 7 7 Author: Zayed Baloch 8 8 Author URI: https://www.zayedbaloch.com/ … … 12 12 defined('ABSPATH') or die("No script kiddies please!"); 13 13 14 define('ZB_T20_VER', '2.0. 1');14 define('ZB_T20_VER', '2.0.2'); 15 15 define('ZB_T20_URL', plugins_url('', __FILE__)); 16 16 define('ZB_T20_DOMAIN', 'zb_twenty20');
Note: See TracChangeset
for help on using the changeset viewer.