Plugin Directory

Changeset 2516157


Ignore:
Timestamp:
04/16/2021 08:57:13 AM (5 years ago)
Author:
Sygnoos
Message:

Version 3.83 released.

Location:
popup-builder
Files:
218 added
6 edited

Legend:

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

    r2472458 r2516157  
    127127        $floatingButton = '<div class="'.$buttonClass.' sgpb-floating-button sg-popup-id-'.$popupId.'" style="'.$buttonStyles.'"><span class="sgpb-'.$popupOptions['sgpb-floating-button-style'].'-floating-button-text">'.$popupOptions['sgpb-floating-button-text'].'</span></div>';
    128128
    129         echo $floatingButton;
     129        return $floatingButton;
    130130    }
    131131
  • popup-builder/trunk/com/classes/Javascript.php

    r2505152 r2516157  
    116116            $localizeDatas = $script['localizeData'];
    117117
    118             foreach($localizeDatas  as $localizeData) {
     118            foreach($localizeDatas as $localizeData) {
    119119                if (!is_array($localizeData['data'])) {
    120120                    $localizeData['data'] = (array)$localizeData['data'];
  • popup-builder/trunk/com/classes/ScriptsLoader.php

    r2505152 r2516157  
    125125                            </div>
    126126                          </div>';
    127                 $footerPopupContent .= $extraContent;
    128                 echo $footerPopupContent;
     127                echo $extraContent.$footerPopupContent;
    129128            });
    130129        }
     
    253252                    if (empty($valueData)) {
    254253                        continue;
    255 
     254                    }
     255
     256                    if (!is_array($valueData['data'])) {
     257                        $valueData['data'] = (array)$valueData['data'];
    256258                    }
    257259
  • popup-builder/trunk/com/config/configPackage.php

    r2511377 r2516157  
    44}
    55
    6 define('SG_POPUP_VERSION', '3.82');
     6define('SG_POPUP_VERSION', '3.83');
    77define('SGPB_POPUP_PKG', SGPB_POPUP_PKG_FREE);
    88define('POPUP_BUILDER_BASENAME', 'popupbuilder-platinum/popup-builder.php');
  • popup-builder/trunk/popup-builder.php

    r2511377 r2516157  
    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: 3.82
     6* Version: 3.83
    77* Author: Sygnoos
    88* Author URI: https://sygnoos.com
  • popup-builder/trunk/readme.txt

    r2511377 r2516157  
    99Tested up to: 5.7
    1010Requires PHP: 5.3.3
    11 Stable tag: 3.82
     11Stable tag: 3.83
    1212License: GPLv2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    146146== Changelog ==
    147147
     148= Version 3.83 =
     149* Improvement of Floating button relater to the filter
     150* Bug fixed related to the warning in WP_Scripts->localize(), 3rd parameter's string is changed to array
     151
    148152= Version 3.82 =
    149153* Bug fixed related to PHP Fatal error.
     
    445449== Upgrade Notice ==
    446450
    447 Current Version of Popup Builder is 3.82
     451Current Version of Popup Builder is 3.83
Note: See TracChangeset for help on using the changeset viewer.