-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
72 lines (50 loc) · 2.45 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
62
63
64
65
66
67
68
69
70
71
72
=== WP Unit Converter ===
Contributors: centangle, shaampk1
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YVZMWLU7UJEBU¤cy_code=USD&source=url
Tags: unit converter, measurement, metrics, shortcode
Requires at least: 5.0
Tested up to: 5.9.2
Stable tag: 1.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WP Unit Converter allows you to convert Length/Distance, Temperature, Time, Weight, Area and Speed metrics in different units of measurement.
== Description ==
WP Unit Converter allows you to convert following metrics in numerous different units of measurement.
* Length/Distance
* Temperature
* Time
* Weight
* Area
* Speed
== Installation ==
## Automatic installation
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't need to leave your web browser. To do an automatic install of this plugin, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type "WP Unit Converter" and click Search Plugins. Once you've found this plugin, you can install it by simply clicking "Install Now".
## Manual installation
1. Download and unzip the WP Unit Converter plugin
2. Upload the entire wp-unit-converter/ directory to the /wp-content/plugins/ directory
3. Activate the WP Unit Converter plugin through the Plugins menu in WordPress
## How to use WP Unit Converter?
You can use WP Unit Converter in either Post/Pages or in Widget area.
### Use in Post/Pages
Simply copy the following shortcode and paste it into your desired location.
[wpuc_unit_converter]
### Use in Widget
WP Unit Converter, creates a Widget Calculator under Available Widgets Area in Widgets Menu, which you can drag & drop to your desired sidebar location.
## License
WP Unit Converter is distributed under the terms of GNU GPL2.
## Credits
WP Unit Converter is based on following third-party resource:
### Resources
* Icons made by <a href="https://www.freepik.com/" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
## Changelog
### 1.0.4
* Tested with the latest build
### 1.0.3
* Tested with the latest build
### 1.0.2
* Bug fix and tested with the latest build
### 1.0.1
* Tested with the latest build
### 1.0.0
* Initial release