Plugin Directory

Changeset 2728641


Ignore:
Timestamp:
05/23/2022 03:05:19 PM (4 years ago)
Author:
Sygnoos
Message:

New version 4.1.9 released

Location:
popup-builder
Files:
359 added
5 edited

Legend:

Unmodified
Added
Removed
  • popup-builder/trunk/com/classes/Actions.php

    r2725980 r2728641  
    659659
    660660        $popup->setLoadableModes($loadableMode);
    661         $isAllowed = $popup->allowToLoad();
    662         if ($isAllowed){
    663             $groupObj = new PopupGroupFilter();
    664             $groupObj->setPopups(array($popup));
    665             $loadablePopups = $groupObj->filter();
    666             $scriptsLoader = new ScriptsLoader();
    667             $scriptsLoader->setLoadablePopups($loadablePopups);
    668             $scriptsLoader->loadToFooter();
    669         }
     661
     662        $groupObj = new PopupGroupFilter();
     663        $groupObj->setPopups(array($popup));
     664        $loadablePopups = $groupObj->filter();
     665        $scriptsLoader = new ScriptsLoader();
     666        $scriptsLoader->setLoadablePopups($loadablePopups);
     667        $scriptsLoader->loadToFooter();
    670668
    671669        if (!empty($content)) {
  • popup-builder/trunk/com/config/configPackage.php

    r2725980 r2728641  
    44}
    55
    6 define('SG_POPUP_VERSION', '4.1.8');
     6define('SG_POPUP_VERSION', '4.1.9');
    77define('SGPB_POPUP_PKG', SGPB_POPUP_PKG_FREE);
    88define('POPUP_BUILDER_BASENAME', 'popupbuilder-platinum/popup-builder.php');
  • popup-builder/trunk/com/config/dataConfig.php

    r2712631 r2728641  
    418418
    419419        $targetParams = array(
    420             'select_role' => __('Select role', SG_POPUP_TEXT_DOMAIN)
     420            'select_role' => __('Select Conditions', SG_POPUP_TEXT_DOMAIN)
    421421        );
    422422
  • popup-builder/trunk/popup-builder.php

    r2725980 r2728641  
    44* Plugin URI: https://popup-builder.com
    55* Description: The most complete popup plugin. Html, image, iframe, shortcode, video and many other popup types. Manage popup dimensions, effects, themes and more.
    6 * Version: 4.1.8
     6* Version: 4.1.9
    77* Author: Sygnoos
    88* Author URI: https://sygnoos.com
  • popup-builder/trunk/readme.txt

    r2725980 r2728641  
    99Tested up to: 5.9
    1010Requires PHP: 5.3.3
    11 Stable tag: 4.1.8
     11Stable tag: 4.1.9
    1212License: GPLv2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    147147== Changelog ==
    148148
     149= Version 4.1.9 =
     150* Bug fixed related to popups that are set to appear with shortcodes and conditions
     151
    149152= Version 4.1.8 =
    150153* Bug fixed related to popups that are set to appear with shortcodes and conditions
     
    546549== Upgrade Notice ==
    547550
    548 Current Version of Popup Builder is 4.1.8
     551Current Version of Popup Builder is 4.1.9
Note: See TracChangeset for help on using the changeset viewer.