Changeset 2542369
- Timestamp:
- 06/04/2021 05:40:01 AM (5 years ago)
- Location:
- wp-killswitch
- Files:
-
- 15 added
- 2 edited
-
tags/0.1.1 (added)
-
tags/0.1.1/api (added)
-
tags/0.1.1/api/callbacks (added)
-
tags/0.1.1/api/callbacks/remote.php (added)
-
tags/0.1.1/api/remote.php (added)
-
tags/0.1.1/inc (added)
-
tags/0.1.1/inc/admin-notice.php (added)
-
tags/0.1.1/inc/frontend.php (added)
-
tags/0.1.1/inc/hide-plugin.php (added)
-
tags/0.1.1/inc/local-killswitch.php (added)
-
tags/0.1.1/readme.txt (added)
-
tags/0.1.1/screenshot-1.png (added)
-
tags/0.1.1/screenshot-2.png (added)
-
tags/0.1.1/wp-killswitch.php (added)
-
trunk/inc/local-killswitch.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-killswitch.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-killswitch/trunk/readme.txt
r2542245 r2542369 5 5 Requires at least: 4.0 6 6 Tested up to: 5.7.2 7 Stable tag: 0.1. 07 Stable tag: 0.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 == Changelog == 34 34 35 = 0.1.1 = 36 * Re-enabled local kill switch for non-remote 37 35 38 = 0.1.0 = 36 39 * Initial launch of the remote version -
wp-killswitch/trunk/wp-killswitch.php
r2542245 r2542369 5 5 GitHub Plugin URI: https://github.com/graphicscove/wp-killswitch 6 6 Description: WP Killswitch lets you non-destructively white out a Wordpress website. 7 Version: 0.1. 07 Version: 0.1.1 8 8 Author: Steven Noble 9 9 Author URI: https://graphicscove.com … … 17 17 include( plugin_dir_path( __FILE__ ) . 'inc/admin-notice.php'); 18 18 include( plugin_dir_path( __FILE__ ) . 'inc/hide-plugin.php'); 19 include( plugin_dir_path( __FILE__ ) . 'inc/local-killswitch.php');
Note: See TracChangeset
for help on using the changeset viewer.