Plugin Directory

Changeset 3294039


Ignore:
Timestamp:
05/15/2025 11:20:11 AM (11 months ago)
Author:
wponlinesupport
Message:
  • Update plugin demo URL.
Location:
sliderspack-all-in-one-image-sliders
Files:
141 added
4 edited

Legend:

Unmodified
Added
Removed
  • sliderspack-all-in-one-image-sliders/trunk/includes/admin/settings/wp-spaios-img-popup-data.php

    r2954672 r3294039  
    5757                <td>
    5858                    <input type="text" name="wp_spaios_attachment_link" value="<?php echo esc_url($attachment_link); ?>" class="large-text aigpl-attachment-link" id="wp-spaios-attachment-link" />
    59                     <span class="description"><?php esc_html_e('Enter image link. e.g ', 'sliderspack-all-in-one-image-sliders'); ?>http://wponlinesupport.com</span>
     59                    <span class="description"><?php esc_html_e('Enter image link. e.g ', 'sliderspack-all-in-one-image-sliders'); ?>http://essentialplugin.com</span>
    6060                </td>
    6161            </tr>
  • sliderspack-all-in-one-image-sliders/trunk/includes/admin/wp-spaios-about.php

    r2954672 r3294039  
    4646        <div class="about-text"><?php echo sprintf( __('Thank you for using <a href="%s" target="_blank">%s</a>. Please <a href="%s" target="_blank">rate us</a>. A huge thanks in advance!', 'sliderspack-all-in-one-image-sliders'), 'https://www.essentialplugin.com/', 'SlidersPack', 'https://wordpress.org/support/plugin/sliderspack-all-in-one-image-sliders/reviews/#new-post' ); ?></br></br>
    4747        <a class="button button-primary" href="<?php echo admin_url( 'edit.php?post_type='.WP_APAIOIS_POST_TYPE); ?>" target="_blank"><?php esc_html_e('Create Sliders', 'sliderspack-all-in-one-image-sliders'); ?></a>
    48         <a class="button button-primary" href="http://demo.wponlinesupport.com/sliderspack-all-in-one-image-post-slider/" target="_blank"><?php esc_html_e('Demo for Sliders', 'sliderspack-all-in-one-image-sliders'); ?></a>
     48        <a class="button button-primary" href="http://demo.essentialplugin.com/sliderspack-all-in-one-image-post-slider/" target="_blank"><?php esc_html_e('Demo for Sliders', 'sliderspack-all-in-one-image-sliders'); ?></a>
    4949    </div>
    5050        <div class="wp-badge wp-spaios-page-logo"><?php echo esc_html_e('Version', 'sliderspack-all-in-one-image-sliders') .' '. WP_APAIOIS_VERSION; ?></div>
  • sliderspack-all-in-one-image-sliders/trunk/readme.txt

    r3289582 r3294039  
    11=== Slider a SlidersPack - Image Slider, Post Slider, ACF Gallery Slider ===
    2 Contributors: wponlinesupport, anoopranawat, pratik-jain, piyushpatel123, ridhimashukla, patelketan
    3 Tags: logo ticker, bxslider, meta slider, flexslider, fancybox, nivo slider, owl slider, unslider , wallop slider , bx slider, flex slider, rolling slider,image slider, slider, 3d slider, 3d image slider, 3d image carousel, image carousel, carousel, swiper,  swiper carousel, Cascade Slider
     2Contributors: essentialplugin
     3Tags: slider, carousel, meta slider, image slider, swiper slider
    44Requires at least: 4.0
    55Tested up to: 6.8.1
    6 Stable tag: 2.4
     6Stable tag: 2.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 SlidersPack - All In One Image Slider plus FancyBox for WordPress. Also work with WordPress Posts. Work with Gutenberg shortcode block. Slider added - Flex Slider 2, bxSlider, Owl Carousel 2, Swiper Slider, 3D Slider, Wallop Slider, unSlider, Nivo Slider, Responsive Slides and Polaroids Gallery.
     10SlidersPack - All In One Image Slider plus FancyBox for image and posts. It has Flex Slider, Owl Carousel, Swiper, 3D Slider and Polaroids Gallery.
    1111
    1212== Description ==
     
    132132== Changelog ==
    133133
    134 = 2.4 (08 May 2025) =
     134= 2.5 (15, May 2025) =
     135* [*] Updated plugin demo URL.
     136
     137= 2.4 (08, May 2025) =
    135138* [*] Fixed local file inclusion vulnerability issue.
    136139* [*] Check compatibility to WordPress version 6.8.1
    137140
    138 = 2.3 (17- Aug -23) =
     141= 2.3 (17, Aug 2023) =
    139142* [*] Tested up to: 6.3
    140143* [*] Fixed all security related issues.
  • sliderspack-all-in-one-image-sliders/trunk/sliderspack-all-in-one-image-sliders.php

    r3289582 r3294039  
    44 * Plugin URI: https://www.essentialplugin.com/wordpress-plugin/sliderspack-one-image-post-slider/
    55 * Description: SlidersPack - All In One Image Slider plus FancyBox for WordPress. Also work with WordPress Posts. Work with Gutenberg shortcode block. Slider added - Flex Slider 2, bxSlider, Owl Carousel 2, Swiper Slider, 3D Slider, Wallop Slider, unSlider, Nivo Slider, Responsive Slides and Polaroids Gallery.
    6  * Author: WP OnlineSupport, Essential Plugin
     6 * Author: Essential Plugin
    77 * Text Domain: sliderspack-all-in-one-image-sliders
    88 * Domain Path: /languages/
    9  * Version: 2.4
    10  * Author URI: https://www.essentialplugin.com/wordpress-plugin/sliderspack-one-image-post-slider/
     9 * Version: 2.5
     10 * Author URI: https://www.essentialplugin.com
    1111 *
    12  * @package WordPress
    13  * @author WP OnlineSupport
     12 * @package Slider a SlidersPack - All In One Image/Post Slider
     13 * @author Essential Plugin
    1414 */
    1515
     
    1919
    2020if( ! defined( 'WP_APAIOIS_VERSION' ) ) {
    21     define( 'WP_APAIOIS_VERSION', '2.4' ); // Version of plugin
     21    define( 'WP_APAIOIS_VERSION', '2.5' ); // Version of plugin
    2222}
    2323if( ! defined( 'WP_APAIOIS_DIR' ) ) {
     
    3636    define( 'WP_APAIOIS_PLUGIN_LINK', 'https://www.essentialplugin.com/wordpress-plugin/sliderspack-one-image-post-slider/?utm_source=WP&utm_medium=SlidersPack&utm_campaign=Features-PRO' ); // Plugin link
    3737}
    38 
    3938if( ! defined( 'WP_APAIOIS_PLUGIN_UPGRADE' ) ) {
    4039    define( 'WP_APAIOIS_PLUGIN_UPGRADE', 'https://www.essentialplugin.com/wordpress-plugin/sliderspack-one-image-post-slider/?utm_source=WP&utm_medium=SlidersPack&utm_campaign=Upgrade-PRO' ); // Plugin link
    4140}
    42 
    4341if( ! defined( 'WP_APAIOIS_SITE_LINK' ) ) {
    4442    define('WP_APAIOIS_SITE_LINK','https://www.essentialplugin.com'); // Plugin link
Note: See TracChangeset for help on using the changeset viewer.