-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
28 lines (24 loc) · 1.08 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=== WP Plugin Confirm ===
Contributors: pressmaninc, kanjinagao, hiroshisekiguchi, kazunao
Requires at least: 4.9
Tested up to: 5.2
Requires PHP: 5.6
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: jquery, css, dashboard
Displays a confirmation dialog when plugin are enabled / stop. Display plugin enable / stop logs on the dashboard.
== Description ==
Displays a confirmation dialog when plugin are enabled / stop. Display plugin enable / stop logs on the dashboard.
== How to use ==
1. A confirmation dialog will be displayed when enabling / disabling plug-ins.
2. Logs will be recorded and displayed in the dashboard widget when plug-ins are enabled / stopped.
3. The location where logs are saved is saved in / log in the "WP Plugin Confirm" directory.
== Installation ==
1. Upload the 'wp-plugin-confirm' folder to the '/wp-content/plugins/' directory.
2. Activate the plugin through the Plugins menu in WordPress.
== Changelog ==
= 1.0.1 =
- Changed the plug-in name and file path, which is recorded in the log.
= 1.0.0 =
- First commit.