Plugin Directory

Changeset 3212341


Ignore:
Timestamp:
12/24/2024 12:11:21 AM (16 months ago)
Author:
mrdigital
Message:

Updated to be compatible with WordPress 6.7.1

Location:
simple-image-popup/trunk
Files:
2 edited

Legend:

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

    r3211328 r3212341  
    11=== Simple Image Popup ===
    2 Contributors: mrdigital
    3 Tags: popup, image, lightbox, conditional, accessibility
    4 Author URI: https://www.mrdigital.com.au
    5 Author: Sean Freitas
    6 Requires at least: 5.6
    7 Tested up to: 6.1.1
    8 Requires PHP: 5.6
    9 Stable tag: 2.5.4
    10 License: GPLv2 or later
     2
     3Contributors: mrdigital 
     4Plugin Name: Simple Image Popup 
     5Tags: image, popup, simple, lightbox, alert, image popup, conditional display, accessibility 
     6Author URI: https://www.mrdigital.com.au 
     7Author: Sean Freitas 
     8Requires at least: 5.6 
     9Tested up to: 6.7.1 
     10Requires PHP: 7.4
     11Stable tag: 2.5.5
     12License: GPLv2 or later 
    1113License URI: https://www.gnu.org/licenses/gpl-2.0.html
     14
     15== Description ==
    1216
    1317A simple way to show a popup image on your website with various enhancements including conditional display and accessibility features.
    1418
    15 == Description ==
    1619Use this plugin to display an image popup for promotions, alerts, or messages. Key features include:
    1720- Simple activation/deactivation of the popup.
     
    2932
    3033== Installation ==
     34
    3135From your WordPress dashboard:
    3236
    33 1. **Visit** Plugins > Add New 
    34 2. **Search** for "Simple Image Popup" 
    35 3. **Click** "Install Now" and then "Activate" 
    36 4. **Go to** Settings > Simple Image Popup to configure your popup settings 
     371. **Visit** Plugins > Add New
     382. **Search** for "Simple Image Popup"
     393. **Click** "Install Now" and then "Activate"
     404. **Go to** Settings > Simple Image Popup to configure your popup settings
    3741
    3842== Frequently Asked Questions ==
     43
    3944= How do I make the popup appear only on certain pages or posts? =
    4045Enable "Conditional Display" in the plugin settings, then select the posts or pages you want the popup to appear on.
     
    4449
    4550== Changelog ==
     51
    4652= 2.5.3 =
    4753* Added JavaScript and styling to only show the "Select Posts/Pages" field if "Conditional Display" is enabled.
  • simple-image-popup/trunk/simple-image-popup.php

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