Plugin Directory

Changeset 2509889


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

Version 3.81 released.

Location:
popup-builder
Files:
218 added
5 edited

Legend:

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

    r2505152 r2509889  
    181181        $postId = $this->getId();
    182182
    183         if (!has_blocks($this->content)) {
     183        if (!\has_blocks($this->content)) {
    184184            $popupContent = wpautop($this->content);
    185185        } else {
  • popup-builder/trunk/com/config/configPackage.php

    r2505152 r2509889  
    44}
    55
    6 define('SG_POPUP_VERSION', '3.79');
     6define('SG_POPUP_VERSION', '3.81');
    77define('SGPB_POPUP_PKG', SGPB_POPUP_PKG_FREE);
    88define('POPUP_BUILDER_BASENAME', 'popupbuilder-platinum/popup-builder.php');
  • popup-builder/trunk/popup-builder.php

    r2505152 r2509889  
    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.79
     6* Version: 3.81
    77* Author: Sygnoos
    88* Author URI: https://sygnoos.com
  • popup-builder/trunk/public/views/newsletter.php

    r2466445 r2509889  
    8888                                        <?php
    8989                                            $editorId = 'sgpb-newsletter-text';
    90                                             $content = $newsletterSavedOptions['messageBody'];
     90                                            $content = !empty($newsletterSavedOptions['messageBody'])?$newsletterSavedOptions['messageBody']:'';
    9191                                            if (empty($content)) {
    9292                                                $content = '<p>Hi [First name] [Last name],</p>
  • popup-builder/trunk/readme.txt

    r2505165 r2509889  
    99Tested up to: 5.7
    1010Requires PHP: 5.3.3
    11 Stable tag: 3.79
     11Stable tag: 3.81
    1212License: GPLv2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5353* Ninja Forms
    5454* Gravity Forms
    55 * TablePress 
     55* TablePress
    5656* Formidable Forms
    5757* WP Google Maps
     
    146146== Changelog ==
    147147
     148= Version 3.81 =
     149* Bug fixed related to PHP Fatal error.
     150* Bug fixed related to the notice.
     151
    148152= Version 3.79 =
    149153* WordPress version 5.7 compatibility added.
     
    199203* Improvement of "Display Rules" settings, showing popups on archive pages for all custom post types is added.
    200204* Bug fixed related to "Settings" button when popup's opening event is set to on load.
    201 * Bug fixed related to on click popups that are set to appear on dropdown’s menu items.
     205* Bug fixed related to on click popups that are set to appear on dropdown’s menu items.
    202206
    203207= Version 3.69.6 =
     
    220224= Version 3.69.2 =
    221225* Code improvement.
    222 * Debug mode added: Now it’s easier to find the issues that our users face.
     226* Debug mode added: Now it’s easier to find the issues that our users face.
    223227* Bug fixed related to compatibility with Polylang plugin.
    224228* Bug fixed related to close button showing on iOS devices.
     
    231235* Improvement of code in SGPopup.php/PopupLoader.php/PopupBuilder.js files
    232236* Improvement of WPML compatibility
    233 * Improvement of subscribers’ import functionality, all CSV file formats are supported (CSV UTF-8, Comma delimited, Macintosh, MS-DOS)
     237* Improvement of subscribers’ import functionality, all CSV file formats are supported (CSV UTF-8, Comma delimited, Macintosh, MS-DOS)
    234238* Improvement of Image popup type, ALT attribute added for search engine optimization
    235239* Improvement of Floating button styles
     
    438442== Upgrade Notice ==
    439443
    440 Current Version of Popup Builder is 3.79
     444Current Version of Popup Builder is 3.81
Note: See TracChangeset for help on using the changeset viewer.