Plugin Directory

Changeset 3249154


Ignore:
Timestamp:
03/02/2025 10:06:38 AM (12 months ago)
Author:
zayedbaloch
Message:

Minor fixes

Location:
twenty20
Files:
40 added
3 edited

Legend:

Unmodified
Added
Removed
  • twenty20/trunk/inc/for-flatsome-ux-builder.php

    r3110933 r3249154  
    55  add_ux_builder_shortcode( 'twenty20', array(
    66    'name' => __( 'Twenty20', 'zb_twenty20' ),
     7    'category' => __('Ultimate UX Elements', 'ultimate-ux-elements'),
    78    'thumbnail' =>  twenty20_ux_builder_thumbnails( 'twenty20' ),
    89    'template' => twenty20_ux_builder_template( 'twenty20.html' ),
  • twenty20/trunk/readme.txt

    r3246145 r3249154  
    66Tested up to: 6.7
    77Requires PHP: 5.6
    8 Stable tag: 2.0.3
     8Stable tag: 2.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2828
    2929https://www.youtube.com/watch?v=1cQ9rhL-t70
     30
     31= Live Demo =
     32
     33Check the [Live Demo](https://zayedbaloch.com/twenty20-image-before-after-wordpress-plugin/ "Twenty20 Live demo").
    3034
    3135= Key Features =
     
    116120
    117121= How do I add a widget? =
    118 Watch the [video demo](#) on YouTube.
     122Watch the [video demo](https://www.youtube.com/watch?v=1cQ9rhL-t70 "YouTube") on YouTube.
    119123
    120124= Can I use more than one slider in a single post or page? =
     
    136140
    137141== Changelog ==
     142
     143= 2.0.4 =
     144* Minor fixes
    138145
    139146= 2.0.3 =
     
    241248== Upgrade Notice ==
    242249
     250= 2.0.4 =
     251* Minor fixes
     252
    243253= 2.0.3 =
    244254* Minor fixes
  • twenty20/trunk/ttwenty.php

    r3246145 r3249154  
    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.3
     6  Version: 2.0.4
    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.3');
     14define('ZB_T20_VER', '2.0.4');
    1515define('ZB_T20_URL', plugins_url('', __FILE__));
    1616define('ZB_T20_DOMAIN', 'zb_twenty20');
Note: See TracChangeset for help on using the changeset viewer.