Plugin Directory

Changeset 3326896


Ignore:
Timestamp:
07/13/2025 04:12:19 AM (9 months ago)
Author:
codecanel
Message:

version 2.0.1 readme updated

Location:
wp-before-after-image-slider
Files:
85 added
5 edited

Legend:

Unmodified
Added
Removed
  • wp-before-after-image-slider/trunk/CHANGELOG

    r3319910 r3326896  
    11# Changelog
    2 ## [2.0.0] = - 2025-06-30
     2## [2.0.0] = - 2025-06-23
    33* Enhancement: New plugin UI
    44* Added: New plugin dashboard
  • wp-before-after-image-slider/trunk/languages/wp-before-after-image-slider-pro.pot

    r3319910 r3326896  
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/before-after-image-slider\n"
    8 "POT-Creation-Date: 2025-06-30 04:26:56+00:00\n"
     8"POT-Creation-Date: 2025-06-30 10:43:24+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • wp-before-after-image-slider/trunk/languages/wp-before-after-image-slider.pot

    r3319910 r3326896  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Before After Image Slider 2.0.0\n"
     5"Project-Id-Version: WP Before After Image Slider 2.0.1\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/before-after-image-slider\n"
    8 "POT-Creation-Date: 2025-06-30 10:43:08+00:00\n"
     8"POT-Creation-Date: 2025-07-13 03:57:08+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • wp-before-after-image-slider/trunk/readme.txt

    r3319910 r3326896  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 2.0.0
     8Stable tag: 2.0.1
    99License: GPL-2.0-or-later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    105105
    106106== Screenshots ==
    107 1. Create a new Before After Image Slider from the WP Admin panel and Slider settings screen.
    108 2. Select Before After Image Slider Widget for Element.
    109 3. The Default feature for Elementor Widget and Slider settings screen.
    110 4. Example of a before and after image slider for Elementor Widget.
    111 5. Shortcode generator for easy slider embedding.
     1071. Compare two visuals with a smooth slider
     1082. Show transformation with three images
     1093. Add dynamic comparisons with YouTube videos
     1104. Upload and compare your own video files
     1115. Fine-tune your image slider for the perfect reveal
     1126. Customize video playback & layout
     1137. Make it match your brand with style controls
     1148. Manage all your sliders in one place
     1159. Create a new Before After Image Slider from the WP Admin panel and Slider settings screen.
     11610. Select Before After Image Slider Widget for Element.
     11711. The Default feature for Elementor Widget and Slider settings screen.
     11812. Example of a before and after image slider for Elementor Widget.
     11913. Shortcode generator for easy slider embedding.
    112120
    113121== Upgrade Notice ==
     122= 2.0.1 =
     123* Readme updated
     124
    114125= 2.0.0 =
    115126* Enhancement: New plugin UI
     
    169180
    170181== Changelog ==
     182= 2.0.1 =
     183* Readme updated
     184
    171185= 2.0.0 =
    172186* Enhancement: New plugin UI
  • wp-before-after-image-slider/trunk/wp-before-after-image-slider.php

    r3319910 r3326896  
    1313 * Plugin URI:          https://codecanel.com/wp-before-after-image-slider/
    1414 * Description:         Craft dynamic before and after image sliders effortlessly. Engage viewers with seamless visual transitions. Compatible with top page builders like Elementor, Divi, and Gutenberg.
    15  * Version:             2.0.0
     15 * Version:             2.0.1
    1616 * Requires at least:   6.0
    1717 * Tested up to:        6.8
     
    4545     * @var string
    4646     */
    47     private string $version = '2.0.0';
     47    private string $version = '2.0.1';
    4848
    4949    /**
Note: See TracChangeset for help on using the changeset viewer.