Plugin Directory

Changeset 3430354


Ignore:
Timestamp:
01/01/2026 05:56:21 AM (3 months ago)
Author:
codecanel
Message:

Compatibility: Latest WordPress & PHP version

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

Legend:

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

    r3388260 r3430354  
    11== Changelog ==
     2= 2.0.9 =
     3* Compatibility: Latest WordPress & PHP version
     4
    25= 2.0.8 =
    36* Added captions for before and after images in both horizontal and vertical comparison modes.
  • wp-before-after-image-slider/trunk/languages/wp-before-after-image-slider-pro.pot

    r3388260 r3430354  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Before After Image Slider Pro 2.0.8\n"
     5"Project-Id-Version: WP Before After Image Slider Pro 2.0.9\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/wp-before-after-image-slider\n"
  • wp-before-after-image-slider/trunk/languages/wp-before-after-image-slider.pot

    r3388260 r3430354  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Before After Image Slider 2.0.8\n"
     5"Project-Id-Version: WP Before After Image Slider 2.0.9\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/wp-before-after-image-slider\n"
  • wp-before-after-image-slider/trunk/readme.txt

    r3388261 r3430354  
    44Tags: before after, image comparison, before after image, video comparison, photo comparison
    55Requires at least: 6.0
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 2.0.8
     8Stable tag: 2.0.9
    99License: GPL-2.0-or-later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    122122
    123123== Upgrade Notice ==
     124= 2.0.9 =
     125* Compatibility: Latest WordPress & PHP version
     126
    124127= 2.0.8 =
    125128* Added captions for before and after images in both horizontal and vertical comparison modes.
     
    145148
    146149== Changelog ==
     150= 2.0.9 =
     151* Compatibility: Latest WordPress & PHP version
     152
    147153= 2.0.8 =
    148154* Added captions for before and after images in both horizontal and vertical comparison modes.
  • wp-before-after-image-slider/trunk/wp-before-after-image-slider.php

    r3388260 r3430354  
    1515 * Plugin URI:          https://codecanel.com/wp-before-after-image-slider/
    1616 * 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.
    17  * Version:             2.0.8
     17 * Version:             2.0.9
    1818 * Requires at least:   6.0
    19  * Tested up to:        6.8
     19 * Tested up to:        6.9
    2020 * Requires PHP:        7.4
    2121 * Author:              Code Canel
     
    4747     * @var string
    4848     */
    49     private string $version = '2.0.8';
     49    private string $version = '2.0.9';
    5050
    5151    /**
Note: See TracChangeset for help on using the changeset viewer.