Plugin Directory

Changeset 1941508


Ignore:
Timestamp:
09/14/2018 06:57:13 PM (8 years ago)
Author:
ENDif Media
Message:

update version numbers

Location:
disable-login/tags/1.1.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • disable-login/tags/1.1.1/disable-login.php

    r1941505 r1941508  
    1717 * Plugin URI:        http://endif.media
    1818 * Description:       Disable login by certain users. Useful when you are moving a client site and don't want anyone to make any edits to the WordPress database. Now with multisite support!
    19  * Version:           1.1.0
     19 * Version:           1.1.1
    2020 * Author:            Ethan Allen
    2121 * Author URI:        http://endif.media
  • disable-login/tags/1.1.1/includes/core.php

    r1941505 r1941508  
    6060
    6161        $this->plugin_name = 'disable-login';
    62         $this->version = '1.0.0';
     62        $this->version = '1.1.1';
    6363
    6464        $this->load_dependencies();
Note: See TracChangeset for help on using the changeset viewer.