Changeset 2131981
- Timestamp:
- 08/01/2019 09:04:00 AM (7 years ago)
- Location:
- popup-maker-wp/trunk
- Files:
-
- 4 edited
-
com/classes/SGPMHelper.php (modified) (2 diffs)
-
config.php (modified) (1 diff)
-
popup-maker-api.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
popup-maker-wp/trunk/com/classes/SGPMHelper.php
r1918083 r2131981 184 184 $targetData[$customPostType.'_selected_category'] = ''; 185 185 } 186 if ($customPostType == 'product') { 187 $targetData[$customPostType.'_selected_category'] = ''; 188 } 186 189 187 return $targetData; 190 188 } … … 198 196 $targetTypes[$customPostType.'_selected_category'] = 'select'; 199 197 } 200 if ($customPostType == 'product') { 201 $targetTypes[$customPostType.'_selected_category'] = 'select'; 202 } 198 203 199 return $targetTypes; 204 200 } -
popup-maker-wp/trunk/config.php
r2108916 r2131981 9 9 define('SGPM_VIEW', SGPM_PATH.'com'.SGPM_DS.'view'.SGPM_DS); 10 10 define('SGPM_CLASSES', SGPM_PATH.'com'.SGPM_DS.'classes'.SGPM_DS); 11 define('SGPM_VERSION', '1.22 4');11 define('SGPM_VERSION', '1.225'); 12 12 define('SGPM_SERVICE_URL', 'https://popupmaker.com/'); 13 13 define('SGPM_POPUP_TEXT_DOMAIN', 'sgpmPopupMaker'); -
popup-maker-wp/trunk/popup-maker-api.php
r2108916 r2131981 4 4 * Plugin URI: https://popupmaker.com/wordpress 5 5 * 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. 46 * Version: 1.2.2.5 7 7 * Author: Popup Maker 8 8 * Author URI: https://popupmaker.com/ -
popup-maker-wp/trunk/readme.txt
r2108916 r2131981 4 4 Author: Popup Maker 5 5 Donate link: https://popupmaker.com 6 Tags: popup maker, popup, pop up, exit popup, optin s, popup builder, subscription popup, scroll popup, video popup, iframe popup6 Tags: popup maker, popup, pop up, exit popup, optin, popup builder, subscription popup, scroll popup, video popup, iframe popup 7 7 Requires at least: 3.8 8 8 Tested up to: 5.2 … … 166 166 == Changelog == 167 167 168 = 1.2.2.5 = 169 * Bug fixes. 170 168 171 = 1.2.2.4 = 169 172 * Bug fixed related to new input fields adding.
Note: See TracChangeset
for help on using the changeset viewer.