Plugin Directory

Changeset 1658671


Ignore:
Timestamp:
05/16/2017 04:23:21 PM (9 years ago)
Author:
TheGP
Message:

3.1.9 bug fix

Location:
jumpout/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jumpout/trunk/class.php

    r1658520 r1658671  
    3535    private
    3636        $settings_default, $jo_url, $popupfiles_domain,
    37         $version = '3.1.8';
     37        $version = '3.1.9';
    3838
    3939    function JumpOut()
     
    172172
    173173                    if (property_exists($result->user, 'onecode')) {
    174                         $this->settings['onecode'] = $result->user->onecode;
     174                        $this->settings['onecode'] = (int)$result->user->onecode;
    175175                    }
    176176                    if (property_exists($result->user, 'main_loader_name')) {
     
    292292
    293293
    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']))) {
    295295            foreach ($settings['list'] as $key => $item) if (in_array($item['id'], $settings['activated'])) {
    296296
  • jumpout/trunk/launch.php

    r1658520 r1658671  
    44Plugin URI: http://makedreamprofits.ru/jo/
    55Description: Устанавливайте JumpOut попапы в один клик с нашим плагином для Вордпресс!
    6 Version: 3.1.8
     6Version: 3.1.9
    77Author: MakeDreamProfits
    88Author URI: http://makedreamprofits.ru
  • jumpout/trunk/readme.txt

    r1658520 r1658671  
    3434
    3535== Changelog ==
     36= 3.1.9 =
     37* Bug fix of the previous update (for no one-code users)
    3638= 3.1.8 =
    3739* One code support
Note: See TracChangeset for help on using the changeset viewer.