Changeset 3249154
- Timestamp:
- 03/02/2025 10:06:38 AM (12 months ago)
- Location:
- twenty20
- Files:
-
- 40 added
- 3 edited
-
tags/2.0.4 (added)
-
tags/2.0.4/assets (added)
-
tags/2.0.4/assets/css (added)
-
tags/2.0.4/assets/css/admin.css (added)
-
tags/2.0.4/assets/css/twenty20.css (added)
-
tags/2.0.4/assets/images (added)
-
tags/2.0.4/assets/images/icon-t20.png (added)
-
tags/2.0.4/assets/images/icon-twenty20.svg (added)
-
tags/2.0.4/assets/images/placeholder.png (added)
-
tags/2.0.4/assets/images/twenty20.png (added)
-
tags/2.0.4/assets/js (added)
-
tags/2.0.4/assets/js/image-uploader.js (added)
-
tags/2.0.4/assets/js/jquery.event.move.js (added)
-
tags/2.0.4/assets/js/jquery.twenty20.js (added)
-
tags/2.0.4/assets/js/media_button.js (added)
-
tags/2.0.4/inc (added)
-
tags/2.0.4/inc/elementor (added)
-
tags/2.0.4/inc/elementor-class.php (added)
-
tags/2.0.4/inc/elementor-widget.php (added)
-
tags/2.0.4/inc/elementor/twenty20-elementor.php (added)
-
tags/2.0.4/inc/enqueue.php (added)
-
tags/2.0.4/inc/for-flatsome-ux-builder.php (added)
-
tags/2.0.4/inc/templates (added)
-
tags/2.0.4/inc/templates/twenty20.html (added)
-
tags/2.0.4/inc/twenty20-shortcode-vc.php (added)
-
tags/2.0.4/inc/twenty20-shortcode.php (added)
-
tags/2.0.4/inc/widget-twenty20.php (added)
-
tags/2.0.4/readme.txt (added)
-
tags/2.0.4/screenshot-1.png (added)
-
tags/2.0.4/screenshot-10.png (added)
-
tags/2.0.4/screenshot-11.png (added)
-
tags/2.0.4/screenshot-2.png (added)
-
tags/2.0.4/screenshot-3.png (added)
-
tags/2.0.4/screenshot-4.png (added)
-
tags/2.0.4/screenshot-5.png (added)
-
tags/2.0.4/screenshot-6.png (added)
-
tags/2.0.4/screenshot-7.png (added)
-
tags/2.0.4/screenshot-8.png (added)
-
tags/2.0.4/screenshot-9.png (added)
-
tags/2.0.4/ttwenty.php (added)
-
trunk/inc/for-flatsome-ux-builder.php (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/ttwenty.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twenty20/trunk/inc/for-flatsome-ux-builder.php
r3110933 r3249154 5 5 add_ux_builder_shortcode( 'twenty20', array( 6 6 'name' => __( 'Twenty20', 'zb_twenty20' ), 7 'category' => __('Ultimate UX Elements', 'ultimate-ux-elements'), 7 8 'thumbnail' => twenty20_ux_builder_thumbnails( 'twenty20' ), 8 9 'template' => twenty20_ux_builder_template( 'twenty20.html' ), -
twenty20/trunk/readme.txt
r3246145 r3249154 6 6 Tested up to: 6.7 7 7 Requires PHP: 5.6 8 Stable tag: 2.0. 38 Stable tag: 2.0.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 29 29 https://www.youtube.com/watch?v=1cQ9rhL-t70 30 31 = Live Demo = 32 33 Check the [Live Demo](https://zayedbaloch.com/twenty20-image-before-after-wordpress-plugin/ "Twenty20 Live demo"). 30 34 31 35 = Key Features = … … 116 120 117 121 = How do I add a widget? = 118 Watch the [video demo]( #) on YouTube.122 Watch the [video demo](https://www.youtube.com/watch?v=1cQ9rhL-t70 "YouTube") on YouTube. 119 123 120 124 = Can I use more than one slider in a single post or page? = … … 136 140 137 141 == Changelog == 142 143 = 2.0.4 = 144 * Minor fixes 138 145 139 146 = 2.0.3 = … … 241 248 == Upgrade Notice == 242 249 250 = 2.0.4 = 251 * Minor fixes 252 243 253 = 2.0.3 = 244 254 * Minor fixes -
twenty20/trunk/ttwenty.php
r3246145 r3249154 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. 36 Version: 2.0.4 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. 3');14 define('ZB_T20_VER', '2.0.4'); 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.