Plugin Directory

Changeset 3470724


Ignore:
Timestamp:
02/26/2026 10:38:28 PM (5 weeks ago)
Author:
binsaifullah
Message:

Update to version 2.11.2 from GitHub

Location:
slider-blocks
Files:
6 added
4 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • slider-blocks/tags/2.11.2/readme.txt

    r3469920 r3470724  
    44Requires at least: 6.5
    55Tested up to: 6.9
    6 Stable tag: 2.11.1
     6Stable tag: 2.11.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    6464
    6565
    66 ### Third Party Resource
    67 - [fslightbox](https://fslightbox.com/) is used for creating image lightbox.
    68 - [swiperjs](https://swiperjs.com/) is used to build the whole plugin.
     66== Third Party Resource ==
     67[fslightbox](https://fslightbox.com/) is used for creating image lightbox.
    6968
    7069== Installation ==
     
    103102
    104103== Changelog ==
     104= 2.11.2 =
     105* Fixed: the fatal error
     106
    105107= 2.11.1 =
    106108* Fixed: apiVersion is updated
  • slider-blocks/tags/2.11.2/slider-blocks.php

    r3469920 r3470724  
    55 * Requires at least: 6.5
    66 * Requires PHP:      7.4
    7  * Version:           2.11.1
     7 * Version:           2.11.2
    88 * Author:            Binsaifullah
    99 * License:           GPLv2 or later
     
    2424 * @var string
    2525 */
    26 define( 'GUTSLIDER_VERSION', '2.11.1' );
     26define( 'GUTSLIDER_VERSION', '2.11.2' );
    2727
    2828/**
  • slider-blocks/trunk/readme.txt

    r3469920 r3470724  
    44Requires at least: 6.5
    55Tested up to: 6.9
    6 Stable tag: 2.11.1
     6Stable tag: 2.11.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    6464
    6565
    66 ### Third Party Resource
    67 - [fslightbox](https://fslightbox.com/) is used for creating image lightbox.
    68 - [swiperjs](https://swiperjs.com/) is used to build the whole plugin.
     66== Third Party Resource ==
     67[fslightbox](https://fslightbox.com/) is used for creating image lightbox.
    6968
    7069== Installation ==
     
    103102
    104103== Changelog ==
     104= 2.11.2 =
     105* Fixed: the fatal error
     106
    105107= 2.11.1 =
    106108* Fixed: apiVersion is updated
  • slider-blocks/trunk/slider-blocks.php

    r3469920 r3470724  
    55 * Requires at least: 6.5
    66 * Requires PHP:      7.4
    7  * Version:           2.11.1
     7 * Version:           2.11.2
    88 * Author:            Binsaifullah
    99 * License:           GPLv2 or later
     
    2424 * @var string
    2525 */
    26 define( 'GUTSLIDER_VERSION', '2.11.1' );
     26define( 'GUTSLIDER_VERSION', '2.11.2' );
    2727
    2828/**
Note: See TracChangeset for help on using the changeset viewer.