Plugin Directory

Changeset 2131981


Ignore:
Timestamp:
08/01/2019 09:04:00 AM (7 years ago)
Author:
popupmaker
Message:

New version 1.2.2.5 released

Location:
popup-maker-wp/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • popup-maker-wp/trunk/com/classes/SGPMHelper.php

    r1918083 r2131981  
    184184            $targetData[$customPostType.'_selected_category'] = '';
    185185        }
    186         if ($customPostType == 'product') {
    187             $targetData[$customPostType.'_selected_category'] = '';
    188         }
     186
    189187        return $targetData;
    190188    }
     
    198196            $targetTypes[$customPostType.'_selected_category'] = 'select';
    199197        }
    200         if ($customPostType == 'product') {
    201             $targetTypes[$customPostType.'_selected_category'] = 'select';
    202         }
     198
    203199        return $targetTypes;
    204200    }
  • popup-maker-wp/trunk/config.php

    r2108916 r2131981  
    99define('SGPM_VIEW', SGPM_PATH.'com'.SGPM_DS.'view'.SGPM_DS);
    1010define('SGPM_CLASSES', SGPM_PATH.'com'.SGPM_DS.'classes'.SGPM_DS);
    11 define('SGPM_VERSION', '1.224');
     11define('SGPM_VERSION', '1.225');
    1212define('SGPM_SERVICE_URL', 'https://popupmaker.com/');
    1313define('SGPM_POPUP_TEXT_DOMAIN', 'sgpmPopupMaker');
  • popup-maker-wp/trunk/popup-maker-api.php

    r2108916 r2131981  
    44* Plugin URI: https://popupmaker.com/wordpress
    55* Description: Popup Maker is the ultimate tool that will help you run a cleverer and more effective marketing popups for your website. Create the most optimal popups to boost your sales.
    6 * Version: 1.2.2.4
     6* Version: 1.2.2.5
    77* Author: Popup Maker
    88* Author URI: https://popupmaker.com/
  • popup-maker-wp/trunk/readme.txt

    r2108916 r2131981  
    44Author: Popup Maker
    55Donate link: https://popupmaker.com
    6 Tags: popup maker, popup, pop up, exit popup, optins, popup builder, subscription popup, scroll popup, video popup, iframe popup
     6Tags: popup maker, popup, pop up, exit popup, optin, popup builder, subscription popup, scroll popup, video popup, iframe popup
    77Requires at least: 3.8
    88Tested up to: 5.2
     
    166166== Changelog ==
    167167
     168= 1.2.2.5 =
     169* Bug fixes.
     170
    168171= 1.2.2.4 =
    169172* Bug fixed related to new input fields adding.
Note: See TracChangeset for help on using the changeset viewer.