Plugin Directory

Changeset 1546427


Ignore:
Timestamp:
12/06/2016 11:50:28 AM (9 years ago)
Author:
TheGP
Message:

3.1.6 ability to reset settings to default

Location:
jumpout/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jumpout/trunk/class.php

    r1443414 r1546427  
    648648            break;
    649649
     650            case 'reset':
     651                $this->settings = $this->settings_default;
     652                $this->saveSettings();
     653                $this->redirect('list');
     654            break;
    650655        }
    651656    }
  • jumpout/trunk/launch.php

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

    r1443414 r1546427  
    33Tags: popup, jumpout
    44Requires at least: 2.5.0
    5 Tested up to: 4.5.1
     5Tested up to: 4.6.1
    66Stable tag: trunk
    77License: GPLv2 or later
     
    3434
    3535== Changelog ==
     36= 3.1.6 =
     37* Ability to reset settings to default
    3638= 3.1.5 =
    3739* Support of https for “Mini personalizator”
Note: See TracChangeset for help on using the changeset viewer.