Plugin Directory

Changeset 3096051


Ignore:
Timestamp:
06/01/2024 12:51:29 PM (22 months ago)
Author:
gbsdeveloper
Message:

file updated

Location:
multi-post-carousel/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multi-post-carousel/trunk/multi-post-carousel.php

    r2506507 r3096051  
    44Plugin URI: https://wordpress.org/plugins/multi-post-carousel/
    55Description: WordPress multipost carousel to show post in the count of 4,8,12 and vice-versa in one slide
    6 Version: 1.3
     6Version: 1.4
    77Author: GBS Developer
    88Author URI: https://globalbizsol.com/
     
    1212
    1313if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    14 define('MU_PC_VERSION', '1.3');
     14define('MU_PC_VERSION', '1.4');
    1515define('MU_PC_FILE', basename(__FILE__));
    1616define('MU_PC_NAME', str_replace('.php', '', MU_PC_FILE));
  • multi-post-carousel/trunk/readme.txt

    r2506507 r3096051  
    44Author URI : https://globalbizsol.com
    55Donate link: https://globalbizsol.com/donation
    6 Tags: post carousel, category, images, image carousel, carousel, multi post carousel
     6Tags: Post carousel, image carousel, multi layout carousel, multi post carousel
    77Requires at least: 5.0
    8 Stable tag: 1.3
    9 Tested up to: 5.7
     8Stable tag: 1.4
     9Tested up to: 6.5.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969
    7070== Changelog ==
     71= 1.4 =
     72- Compatibility check for Wordpress 6.5.3
     73
    7174= 1.3 =
    7275- Updated with wordpress 5.7
Note: See TracChangeset for help on using the changeset viewer.