Changeset 1658671
- Timestamp:
- 05/16/2017 04:23:21 PM (9 years ago)
- Location:
- jumpout/trunk
- Files:
-
- 3 edited
-
class.php (modified) (3 diffs)
-
launch.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jumpout/trunk/class.php
r1658520 r1658671 35 35 private 36 36 $settings_default, $jo_url, $popupfiles_domain, 37 $version = '3.1. 8';37 $version = '3.1.9'; 38 38 39 39 function JumpOut() … … 172 172 173 173 if (property_exists($result->user, 'onecode')) { 174 $this->settings['onecode'] = $result->user->onecode;174 $this->settings['onecode'] = (int)$result->user->onecode; 175 175 } 176 176 if (property_exists($result->user, 'main_loader_name')) { … … 292 292 293 293 294 if (isset($settings['list']) && 0 != count($settings['list']) && ((!isset($settings['onecode']) && $settings['onecode']) || (isset($settings['onecode']) && 0 == $settings['onecode']))) {294 if (isset($settings['list']) && 0 != count($settings['list']) && ((!isset($settings['onecode'])) || (isset($settings['onecode']) && 0 == $settings['onecode']))) { 295 295 foreach ($settings['list'] as $key => $item) if (in_array($item['id'], $settings['activated'])) { 296 296 -
jumpout/trunk/launch.php
r1658520 r1658671 4 4 Plugin URI: http://makedreamprofits.ru/jo/ 5 5 Description: Устанавливайте JumpOut попапы в один клик с нашим плагином для Вордпресс! 6 Version: 3.1. 86 Version: 3.1.9 7 7 Author: MakeDreamProfits 8 8 Author URI: http://makedreamprofits.ru -
jumpout/trunk/readme.txt
r1658520 r1658671 34 34 35 35 == Changelog == 36 = 3.1.9 = 37 * Bug fix of the previous update (for no one-code users) 36 38 = 3.1.8 = 37 39 * One code support
Note: See TracChangeset
for help on using the changeset viewer.