-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
61 lines (41 loc) · 1.85 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
57
58
59
60
61
=== Compute Links ===
Contributors: ndr053
Tags: compute links, total size links, display link size
Requires at least: 5.0
Tested up to: 6.0
Stable tag: 1.2.1
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
View and the total size of the links in the post.
== Description ==
Compute links plugin is a view of the total size of the links in the post. This means you put the links in the shortcode and compute all links.
Also, This plugin display the size of each link.
Boost your content by using Compute Links' many shortcuts features:
* Easy to use with shortcode
* Display size of the each link
* Display total size of the links
* Change them box links
* Change title box links
**There's a [GIT repository](https://github.com/ndr053/compute-links-plugin-wordpress "Github Inactive Repository") too if you want to contribute a patch.**
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload the directory compute-links in /wp-content/plugins/ (or install the plugin over the plugin manager of WordPress).
2. Activate the plugin over the plugin manager of WordPress.
3. Configure plugin under ‘settings’ in the admin dashboard.
4. Put links between this shortcode in the content post: [compute_links] [/compute_links]
== Screenshots ==
1. Download links box
2. Download links box
3. Admin panel
== Changelog ==
= 1.2.1 =
* Solving the Notice before sending the form in the admin panel.
= 1.2.0 =
* Show the list of links in the panel. Now you can see the specifications of the links, post title, size, date and author.
* Fixed a bug that was saving URLs in the database.
* Fixed a bug when displaying the download box in Twenty Twenty-One theme.
= 1.1.0 =
* Add table for store links and cache it.
* Add the solution to better install the plugin
* Improve code for update the plugin