Plugin Directory

Changeset 3096021


Ignore:
Timestamp:
06/01/2024 11:58:35 AM (21 months ago)
Author:
gbsdeveloper
Message:

file updated

Location:
category-post-slider/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • category-post-slider/trunk/category-post-slider.php

    r2761773 r3096021  
    44Plugin URI: https://wordpress.org/plugins/category-post-slider
    55Description: A WordPress Category Post Slider
    6 Version: 1.3
     6Version: 1.4
    77Author: GBS Developer
    88Author URI: https://globalbizsol.com/
     
    1111*/
    1212
     13if ( ! defined( 'ABSPATH' ) ) exit;
    1314define('CPS_VERSION', '1.4');
    1415define('CPS_FILE', basename(__FILE__));
     
    3637    'enable_read_more'  => 'true',
    3738    'title_word_limit'  => '5',
    38     'content_word_limit'  => '15',
     39    'content_word_limit'  => '12',
    3940    'content_container_width' => '50',
    4041    'content_container_position' => 'right',
     
    6869/* Calling Script*/
    6970function cps_scripts() {
     71    wp_enqueue_script('jquery');
     72
    7073    wp_enqueue_script('cps_plugin_js', CPS_URL . 'js/jquery.cpsslider.js', array('jquery'), CPS_VERSION);   
    7174}
  • category-post-slider/trunk/css/cps-style.css

    r2761773 r3096021  
    411411    position: absolute;
    412412    transition:all 0.2s linear 0s;
     413    bottom: 40px;
    413414}
    414415
  • category-post-slider/trunk/readme.txt

    r2761773 r3096021  
    55Tags: slider,category,images,image slider,post slider
    66Requires at least: 5.0
    7 Tested up to: 6.1
     7Tested up to: 6.5.3
    88Stable tag: 1.4
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.