Changeset 3096051
- Timestamp:
- 06/01/2024 12:51:29 PM (22 months ago)
- Location:
- multi-post-carousel/trunk
- Files:
-
- 2 edited
-
multi-post-carousel.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multi-post-carousel/trunk/multi-post-carousel.php
r2506507 r3096051 4 4 Plugin URI: https://wordpress.org/plugins/multi-post-carousel/ 5 5 Description: WordPress multipost carousel to show post in the count of 4,8,12 and vice-versa in one slide 6 Version: 1. 36 Version: 1.4 7 7 Author: GBS Developer 8 8 Author URI: https://globalbizsol.com/ … … 12 12 13 13 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 14 define('MU_PC_VERSION', '1. 3');14 define('MU_PC_VERSION', '1.4'); 15 15 define('MU_PC_FILE', basename(__FILE__)); 16 16 define('MU_PC_NAME', str_replace('.php', '', MU_PC_FILE)); -
multi-post-carousel/trunk/readme.txt
r2506507 r3096051 4 4 Author URI : https://globalbizsol.com 5 5 Donate link: https://globalbizsol.com/donation 6 Tags: post carousel, category, images, image carousel,carousel, multi post carousel6 Tags: Post carousel, image carousel, multi layout carousel, multi post carousel 7 7 Requires at least: 5.0 8 Stable tag: 1. 39 Tested up to: 5.78 Stable tag: 1.4 9 Tested up to: 6.5.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 69 69 70 70 == Changelog == 71 = 1.4 = 72 - Compatibility check for Wordpress 6.5.3 73 71 74 = 1.3 = 72 75 - Updated with wordpress 5.7
Note: See TracChangeset
for help on using the changeset viewer.