-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
56 lines (38 loc) · 1.65 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
=== VN Links ===
Contributors: codetot, khoipro
Donate link: https://codetot.com
Tags: widget, shortcode, links-manager, links, vn, codetot, vn-widgets
Requires at least: 5.0.0
Tested up to: 5.8
Stable tag: 0.0.2
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Manage external links and display links as dropdown in a single widget or block. One of most required feature for all government sites in Vietnam.
== Description ==
The Website Link Exchange is one of goverment website's features in Vietnam. It helps you manage external links, create a dropdown of links and redirect link after selecting.
We build this minimal feature to improve the quality of this feature when using with any Vietnam's Goverment News Portal.
**Main Features**
- No dependency. No other plugin requires.
- Manage external links via custom post type.
- Legacy dropdown widget.
- Shortcode `[vn-links]`.
**Planning Feature**
- A custom block to embed in block editor.
**Support and Contribute**
Please open an issue or new Pull Requests in our [GitHub Repository](https://github.com/codetot-web/vn-links).
== Installation ==
1. Upload `vn-links.zip` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Create your own external links.
4. Add a widget "VN Links" to your sidebar or embed via shortcode `[vn-links]`
== Screenshots ==
1. screenshot-1.png
2. screenshot-2.png
== Changelog ==
= 0.0.2 - 18/11/2021 =
- Add: Build assets using @wordpress/scripts.
- Add: Open a new window if select any url from dropdown.
- Rename plugin slug to 'vn-links'
= 0.0.1 - 17/11/2021 =
- Init plugin.