Plugin Directory

Changeset 3249597


Ignore:
Timestamp:
03/03/2025 10:50:47 AM (13 months ago)
Author:
atakanau
Message:

Version 1.0.1

Location:
block-gallery-to-carousel-lightbox
Files:
35 added
2 edited

Legend:

Unmodified
Added
Removed
  • block-gallery-to-carousel-lightbox/trunk/block-gallery-to-carousel-lightbox.php

    r3233467 r3249597  
    55 * Requires at least:   6.0
    66 * Plugin URI:          https://en.programs.com.tr/2025/01/block-gallery-carousel-lightbox-plugin.html
    7  * Version:             1.0.0
     7 * Version:             1.0.1
    88 * Author:              Atakan Au
    99 * Author URI:          https://atakanau.blogspot.com
     
    5151    private function has_inline_gallery() {
    5252        global $post;
    53         $content = $post->post_content;
     53        $content = '';
     54        if($post){
     55            $content = $post->post_content;
     56        }
    5457        // Check if atakanau_bgtcl_auto_container used
    5558        return strpos($content, 'atakanau_bgtcl_auto_container') !== false;
  • block-gallery-to-carousel-lightbox/trunk/readme.txt

    r3233474 r3249597  
    22Contributors: atakanau
    33Tags: gallery, carousel, lightbox, slider, zoom
    4 Requires at least: 5.0
     4Requires at least: 6.0
    55Tested up to: 6.7
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3232== Changelog ==
    3333
     34= 1.0.1 =
     35* Minor bug fixed
     36
    3437= 1.0.0 =
    3538* Initial release of Block Gallery to Carousel Lightbox.
Note: See TracChangeset for help on using the changeset viewer.