Plugin Directory

Changeset 2877397


Ignore:
Timestamp:
03/09/2023 05:21:38 PM (2 years ago)
Author:
ITRO
Message:

FIXED: rollback version errors

Location:
itro-popup/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • itro-popup/trunk/mc-main.php

    r2877359 r2877397  
    77E-mail: [email protected]
    88Text Domain: itro-popup
    9 Version: 5.2.8
     9Version: 5.2.3
    1010Author URI: https://www.itroteam.com
    1111*/
     
    1414
    1515global $ITRO_VER;
    16 $ITRO_VER = '5.2.8';
     16$ITRO_VER = '5.2.3';
    1717
    1818global $popup_fired; //it check if there is a popup visualization via shortcode or via automatic visualization
     
    6060function itro_get_woo_shop_id(): void
    6161{
    62     itro_update_option('woo_shop_id', get_the_id());
     62    ipp_itro_update_option('woo_shop_id', get_the_id());
    6363}
    6464
  • itro-popup/trunk/readme.txt

    r2877359 r2877397  
    44Tags: multilingual popup, popup, popup message, popuup optin, popup box, popup ads, popup advertising, popup block, popup content warning, fancy box, fancy popup, advertising popup, pop-up, lightbox popup
    55Requires at least: 3.0.1
    6 Tested up to: 6.0.1
     6Tested up to: 6.1
    77Requires PHP: 7.0
    8 Stable tag: 5.3.0
     8Stable tag: 5.2.3
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    130130BACKEND SCREENSHOT - [CLICK HERE!](https://www.itroteam.com/wordpress-popup-samples-demos/#backend)
    131131
    132  == Screenshots ==
     132== Screenshots ==
    1331331. The screenshot description corresponds to screenshot-1.(png|jpg|jpeg|gif).
    134134
    135135== Changelog ==
    136 = 5.2.8 =
    137 FIXED: save probelm on popup-admin
    138 
    139 = 5.2.7 =
    140 FIXED: core-function
    141 
    142136= 5.1 =
    143137ADDED: control for logged users for popup display
Note: See TracChangeset for help on using the changeset viewer.