Plugin Directory

Changeset 3293971


Ignore:
Timestamp:
05/15/2025 10:17:09 AM (11 months ago)
Author:
wponlinesupport
Message:
  • Check compatibility to WordPress version 6.8.1
Location:
post-category-image-with-grid-and-slider
Files:
71 added
2 edited

Legend:

Unmodified
Added
Removed
  • post-category-image-with-grid-and-slider/trunk/post-category-image-with-grid-and-slider.php

    r3225971 r3293971  
    44 * Plugin URI: https://www.essentialplugin.com/wordpress-plugin/post-category-image-grid-slider/
    55 * Description: Post Category Image With Grid and Slider plugin allow users to upload  category (taxonomy) image and display in grid and slider view. Also work with Gutenberg shortcode block.
    6  * Author: WP OnlineSupport, Essential Plugin
    7  * Author URI: https://www.essentialplugin.com/wordpress-plugin/post-category-image-grid-slider/
     6 * Author: Essential Plugin
     7 * Author URI: https://www.essentialplugin.com
    88 * Text Domain: post-category-image-with-grid-and-slider
    99 * Domain Path: languages
    10  * Version: 1.5.2
     10 * Version: 1.5.3
    1111 *
    1212 * @package Post Category Image With Grid and Slider
     
    1818}
    1919
    20  /**
     20/**
    2121 * Basic plugin definitions
    2222 *
     
    2525 */
    2626if( ! defined( 'PCIWGAS_VERSION' ) ) {
    27     define( 'PCIWGAS_VERSION', '1.5.2' ); // Version of plugin
    28 }
    29 
    30 // if( ! defined( 'PCIWGAS_WP_VERSION' ) ) {
    31 //  define( 'PCIWGAS_WP_VERSION', get_bloginfo('version') );
    32 // }
    33 
    34 // if( ! defined( 'PCIWGAS_NAME' ) ) {
    35 //  define( 'PCIWGAS_NAME', 'Post Category Image With Grid and Slider' ); // Name of plugin
    36 // }
     27    define( 'PCIWGAS_VERSION', '1.5.3' ); // Version of plugin
     28}
    3729
    3830if( ! defined( 'PCIWGAS_URL' ) ) {
     
    4436}
    4537
    46 // if( ! defined( 'PCIWGAS_PLUGIN_BASE' ) ) {
    47 //  define( 'PCIWGAS_PLUGIN_BASE',  plugin_dir_path(__FILE__)); // plugin base
    48 // }
    49 
    5038if( ! defined( 'PCIWGAS_META_PREFIX' ) ) {
    5139    define( 'PCIWGAS_META_PREFIX',  '_pciwgas_'); // plugin base
    5240}
    53 
    54 // if( ! defined( 'PCIWGAS_PLUGIN_LINK_UNLOCK' ) ) {
    55 //  define( 'PCIWGAS_PLUGIN_LINK_UNLOCK', 'https://www.essentialplugin.com/wordpress-plugin/post-category-image-grid-slider/?utm_source=WP&utm_medium=Post-Category-Image&utm_campaign=Features-PRO#wpos-epb' ); // Plugin link
    56 // }
    57 
    58 // if( ! defined( 'PCIWGAS_PLUGIN_UPGRADE' ) ) {
    59 //  define('PCIWGAS_PLUGIN_UPGRADE','https://www.essentialplugin.com/pricing/?utm_source=WP&utm_medium=Post-Category-Image&utm_campaign=Upgrade-PRO#wpos-epb'); // Plugin Check link
    60 // }
    61 
    62 // if( ! defined( 'PCIWGAS_PLUGIN_WELCOME' ) ) {
    63 //  define('PCIWGAS_PLUGIN_WELCOME','https://www.essentialplugin.com/pricing/?utm_source=WP&utm_medium=Post-Category-Image&utm_campaign=Welcome-Screen#wpos-epb'); // Plugin Check link
    64 // }
    65 
    66 // if( ! defined( 'PCIWGAS_SITE_LINK' ) ) {
    67 //  define('PCIWGAS_SITE_LINK', 'https://www.essentialplugin.com'); // Plugin link
    68 // }
    6941
    7042if( ! defined( 'PCIWGAS_PLUGIN_BUNDLE_LINK' ) ) {
  • post-category-image-with-grid-and-slider/trunk/readme.txt

    r3225971 r3293971  
    11=== Post Category Image With Grid and Slider ===
    2 Contributors: wponlinesupport, anoopranawat, pratik-jain, piyushpatel123, ridhimashukla, patelketan
     2Contributors: essentialplugin
    33Tags: category, category image, post category image, post category image grid, post category image slider
    4 Requires at least: 3.5
    5 Tested up to: 6.7.1
     4Requires at least: 4.0
     5Tested up to: 6.8.1
    66Author URI: https://www.essentialplugin.com
    7 Stable tag: 1.5.2
     7Stable tag: 1.5.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    153153== Changelog ==
    154154
     155= 1.5.3 (15, May 2025) =
     156* [*] Check compatibility with WordPress version 6.8.1
     157
    155158= 1.5.2 (21, January 2025) =
    156159* [*] Check compatibility to WordPress version 6.7.1
Note: See TracChangeset for help on using the changeset viewer.