Changeset 3096021
- Timestamp:
- 06/01/2024 11:58:35 AM (21 months ago)
- Location:
- category-post-slider/trunk
- Files:
-
- 3 edited
-
category-post-slider.php (modified) (4 diffs)
-
css/cps-style.css (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
category-post-slider/trunk/category-post-slider.php
r2761773 r3096021 4 4 Plugin URI: https://wordpress.org/plugins/category-post-slider 5 5 Description: A WordPress Category Post Slider 6 Version: 1. 36 Version: 1.4 7 7 Author: GBS Developer 8 8 Author URI: https://globalbizsol.com/ … … 11 11 */ 12 12 13 if ( ! defined( 'ABSPATH' ) ) exit; 13 14 define('CPS_VERSION', '1.4'); 14 15 define('CPS_FILE', basename(__FILE__)); … … 36 37 'enable_read_more' => 'true', 37 38 'title_word_limit' => '5', 38 'content_word_limit' => '1 5',39 'content_word_limit' => '12', 39 40 'content_container_width' => '50', 40 41 'content_container_position' => 'right', … … 68 69 /* Calling Script*/ 69 70 function cps_scripts() { 71 wp_enqueue_script('jquery'); 72 70 73 wp_enqueue_script('cps_plugin_js', CPS_URL . 'js/jquery.cpsslider.js', array('jquery'), CPS_VERSION); 71 74 } -
category-post-slider/trunk/css/cps-style.css
r2761773 r3096021 411 411 position: absolute; 412 412 transition:all 0.2s linear 0s; 413 bottom: 40px; 413 414 } 414 415 -
category-post-slider/trunk/readme.txt
r2761773 r3096021 5 5 Tags: slider,category,images,image slider,post slider 6 6 Requires at least: 5.0 7 Tested up to: 6. 17 Tested up to: 6.5.3 8 8 Stable tag: 1.4 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.