Plugin Directory

Changeset 3211327


Ignore:
Timestamp:
12/21/2024 02:18:17 AM (16 months ago)
Author:
mrdigital
Message:

Address XSS issues and added display on conditional pages.

Location:
simple-image-popup/tags/2.5.4
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • simple-image-popup/tags/2.5.4/trunk/readme.txt

    r3211326 r3211327  
    11=== Simple Image Popup ===
    2 
    3 Contributors: mrdigital 
    4 Plugin Name: Simple Image Popup 
    5 Tags: image, popup, simple, lightbox, alert, image popup, conditional display, accessibility 
    6 Author URI: https://www.mrdigital.com.au 
    7 Author: Sean Freitas 
    8 Requires at least: 5.6 
    9 Tested up to: 6.1.1 
    10 Requires PHP: 5.6 
    11 Stable tag: 2.5.3 
    12 License: GPLv2 or later 
     2Contributors: mrdigital
     3Tags: popup, image, lightbox, conditional, accessibility
     4Author URI: https://www.mrdigital.com.au
     5Author: Sean Freitas
     6Requires at least: 5.6
     7Tested up to: 6.1.1
     8Requires PHP: 5.6
     9Stable tag: 2.5.4
     10License: GPLv2 or later
    1311License URI: https://www.gnu.org/licenses/gpl-2.0.html
    14 
    15 == Description ==
    1612
    1713A simple way to show a popup image on your website with various enhancements including conditional display and accessibility features.
    1814
     15== Description ==
    1916Use this plugin to display an image popup for promotions, alerts, or messages. Key features include:
    2017- Simple activation/deactivation of the popup.
     
    3229
    3330== Installation ==
    34 
    3531From your WordPress dashboard:
    3632
    37 1. **Visit** Plugins > Add New
    38 2. **Search** for "Simple Image Popup"
    39 3. **Click** "Install Now" and then "Activate"
    40 4. **Go to** Settings > Simple Image Popup to configure your popup settings
     331. **Visit** Plugins > Add New 
     342. **Search** for "Simple Image Popup" 
     353. **Click** "Install Now" and then "Activate" 
     364. **Go to** Settings > Simple Image Popup to configure your popup settings 
    4137
    4238== Frequently Asked Questions ==
    43 
    4439= How do I make the popup appear only on certain pages or posts? =
    4540Enable "Conditional Display" in the plugin settings, then select the posts or pages you want the popup to appear on.
     
    4944
    5045== Changelog ==
    51 
    5246= 2.5.3 =
    5347* Added JavaScript and styling to only show the "Select Posts/Pages" field if "Conditional Display" is enabled.
  • simple-image-popup/tags/2.5.4/trunk/simple-image-popup.php

    r3211326 r3211327  
    99 * License: GPL v2 or later
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    11  * Version: 2.5.3
     11 * Version: 2.5.4
    1212 */
    1313
Note: See TracChangeset for help on using the changeset viewer.