Plugin Directory

Changeset 2753136


Ignore:
Timestamp:
07/07/2022 02:34:36 PM (4 years ago)
Author:
gopi_plus
Message:

Tested up to 6.0

Location:
image-slider-with-description/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • image-slider-with-description/trunk/image-slider-with-description.php

    r2651580 r2753136  
    55Description: Image slider with description WordPress plugin is a Jquery based image slideshow script that incorporates some of your most requested features all rolled into one. Not only image this slideshow have images, title and description.
    66Author: Gopi Ramasamy
    7 Version: 9.0
     7Version: 9.1
    88Author URI: http://www.gopiplus.com/work/2011/11/04/wordpress-plugin-image-slider-with-description/
    99Donate link: http://www.gopiplus.com/work/2011/11/04/wordpress-plugin-image-slider-with-description/
     
    3131   
    3232if ( ! defined( 'WP_ImgSlider_ADMIN_URL' ) )
    33     define( 'WP_ImgSlider_ADMIN_URL', get_option('siteurl') . '/wp-admin/admin.php?page=ImgSlider_image_management' );
     33    if(!defined('WP_ImgSlider_ADMIN_URL')) define( 'WP_ImgSlider_ADMIN_URL', site_url( '/wp-admin/admin.php?page=ImgSlider_image_management' ) );
    3434
    3535function ImgSlider_install()
  • image-slider-with-description/trunk/pages/image-management-edit.php

    r2265045 r2753136  
    172172      <p><?php _e('Where is the picture located on the internet', 'image-slider-with-description'); ?></p>
    173173      <label for="tag-link"><?php _e('Enter target link', 'image-slider-with-description'); ?></label>
    174       <input name="ImgSlider_link" type="text" id="ImgSlider_link" value="<?php echo $form['ImgSlider_link']; ?>" size="80" />
     174      <input name="ImgSlider_link" type="text" id="ImgSlider_link" value="<?php echo esc_html($form['ImgSlider_link']); ?>" size="80" />
    175175      <p><?php _e('When someone clicks on the picture, where do you want to send them', 'image-slider-with-description'); ?></p>
    176176      <label for="tag-target"><?php _e('Enter target option', 'image-slider-with-description'); ?></label>
     
    183183      <p><?php _e('Do you want to open link in new window?', 'image-slider-with-description'); ?></p>
    184184      <label for="tag-title"><?php _e('Enter image title', 'image-slider-with-description'); ?></label>
    185       <input name="ImgSlider_title" type="text" id="ImgSlider_title" value="<?php echo $form['ImgSlider_title']; ?>" size="80" />
     185      <input name="ImgSlider_title" type="text" id="ImgSlider_title" value="<?php echo esc_html($form['ImgSlider_title']); ?>" size="80" />
    186186      <p><?php _e('Enter the image title. The title will display on the image within the slideshow.', 'image-slider-with-description'); ?></p>
    187187      <label for="tag-desc"><?php _e('Enter image description', 'image-slider-with-description'); ?></label>
    188       <input name="ImgSlider_desc" type="text" id="ImgSlider_desc" value="<?php echo $form['ImgSlider_desc']; ?>" size="80" />
     188      <input name="ImgSlider_desc" type="text" id="ImgSlider_desc" value="<?php echo esc_html($form['ImgSlider_desc']); ?>" size="80" />
    189189      <p><?php _e('Enter image description', 'image-slider-with-description'); ?></p>
    190190      <label for="tag-select-gallery-group"><?php _e('Select gallery group', 'image-slider-with-description'); ?></label>
     
    209209      <p><?php _e('Do you want the picture to show in your galler?', 'image-slider-with-description'); ?></p>
    210210      <label for="tag-display-order"><?php _e('Display order', 'image-slider-with-description'); ?></label>
    211       <input name="ImgSlider_order" type="text" id="ImgSlider_order" size="10" value="<?php echo $form['ImgSlider_order']; ?>" maxlength="3" />
     211      <input name="ImgSlider_order" type="text" id="ImgSlider_order" size="10" value="<?php echo esc_html($form['ImgSlider_order']); ?>" maxlength="3" />
    212212      <p><?php _e('What order should the picture be played in. should it come 1st, 2nd, 3rd, etc.', 'image-slider-with-description'); ?></p>
    213213      <input type="hidden" name="ImgSlider_form_submit" value="yes"/>
  • image-slider-with-description/trunk/readme.txt

    r2651580 r2753136  
    66Tags: image, slider, slideshow
    77Requires at least: 3.4
    8 Tested up to: 5.9
    9 Stable tag: 9.0
     8Tested up to: 6.0
     9Stable tag: 9.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1881881. Tested up to 5.9
    189189
     190= 9.1 =
     191
     1921. Tested up to 6.0
     193
    190194== Upgrade Notice ==
    191195
     
    314318
    3153191. Tested up to 5.9
     320
     321= 9.1 =
     322
     3231. Tested up to 6.0
Note: See TracChangeset for help on using the changeset viewer.