Changeset 3487741
- Timestamp:
- 03/21/2026 11:33:41 AM (2 weeks ago)
- Location:
- id-popup
- Files:
-
- 2 added
- 2 edited
-
assets/icon-128x128.png (added)
-
assets/icon-512x512.png (added)
-
trunk/id-popup.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
id-popup/trunk/id-popup.php
r3487732 r3487741 3 3 Plugin Name: ID Popup 4 4 Description: A professional multi-popup plugin — display responsive image popups with advanced display rules, WooCommerce support, and scheduling. 5 Version: 1. 45 Version: 1.5 6 6 Author: InDesignMedia 7 7 Author URI: https://indesignmedia.net … … 17 17 18 18 // Plugin constants 19 define( 'ID_POPUP_VERSION', '1. 4' );19 define( 'ID_POPUP_VERSION', '1.5' ); 20 20 define( 'ID_POPUP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 21 21 define( 'ID_POPUP_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
id-popup/trunk/readme.txt
r3487732 r3487741 1 1 === ID Popup === 2 2 Contributors: indesignmedia 3 Tags: popup , advertisement, popup plugin, responsive popup, roadblock, ad popup, woocommerce popup3 Tags: popup plugin, responsive popup, roadblock, woocommerce popup 4 4 Requires at least: 5.6 5 5 Tested up to: 6.7 6 Stable tag: 1. 46 Stable tag: 1.5 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 A professional multi-popup plugin for WordPress — display fully responsive image popups with advanced display rules, WooCommerce support, andscheduling.11 Professional WordPress popup plugin — display responsive image popups with advanced display rules, WooCommerce support, and flexible scheduling. 12 12 13 13 == Description == … … 108 108 == Changelog == 109 109 110 = 1.5 = 111 *Released: March 2026* 112 * Updated short description and tags. 113 * Synchronised plugin version with stable tag. 114 110 115 = 1.4 = 111 *Released: March 2026*112 116 113 117 **Security Hardening** … … 213 217 == Upgrade Notice == 214 218 219 = 1.5 = 220 Minor update to readme description and tags for repository compatibility. 221 215 222 = 1.4 = 216 Important security hardening update. All sites are recommended to upgrade. No breaking changes.217 223 218 224 = 1.2 =
Note: See TracChangeset
for help on using the changeset viewer.