Plugin Directory

Changeset 2542369


Ignore:
Timestamp:
06/04/2021 05:40:01 AM (5 years ago)
Author:
graphicscove
Message:
  • Re-enabled local kill switch for non-remote
Location:
wp-killswitch
Files:
15 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-killswitch/trunk/readme.txt

    r2542245 r2542369  
    55Requires at least: 4.0
    66Tested up to: 5.7.2
    7 Stable tag: 0.1.0
     7Stable tag: 0.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333== Changelog ==
    3434
     35= 0.1.1 =
     36* Re-enabled local kill switch for non-remote
     37
    3538= 0.1.0 =
    3639* Initial launch of the remote version
  • wp-killswitch/trunk/wp-killswitch.php

    r2542245 r2542369  
    55GitHub Plugin URI: https://github.com/graphicscove/wp-killswitch
    66Description:  WP Killswitch lets you non-destructively white out a Wordpress website.
    7 Version:      0.1.0
     7Version:      0.1.1
    88Author:       Steven Noble
    99Author URI:   https://graphicscove.com
     
    1717include( plugin_dir_path( __FILE__ ) . 'inc/admin-notice.php');
    1818include( plugin_dir_path( __FILE__ ) . 'inc/hide-plugin.php');
     19include( plugin_dir_path( __FILE__ ) . 'inc/local-killswitch.php');
Note: See TracChangeset for help on using the changeset viewer.