forked from wceu/contributor-orientation-tool
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
65 lines (49 loc) · 1.58 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
=== Contributor orientation tool ===
Contributors: milana_cap, siemens82, josefreitas2, vbaimas, wpaurorautasic
Donate link:
Tags:
Requires at least: 5.0
Tested up to: 5.1
Requires PHP: 7.0
Stable tag: 2.0.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Contributor orientation tool - A WP plugin aiming to help new contributors
== Description ==
A WordPress plugin aiming to help new contributors decide which make team/s to contribute to or join at Contributor Day.
== Installation ==
This section describes how to install the plugin and get it working.
1. Install the plugin trough WordpPress interface
Or install it manually e.g.
1. Unzip contributor-orientation-tool.zip
2. Upload `contributor-orientation-tool` plugin folder to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Visit plugins admin page and configure settings
== Frequently Asked Questions ==
== Changelog ==
CREATED 11th February 2019
+ Version 0.0.1
UPDATE 01st April 2019
+ Version 0.1.0
- Created first fully functional prototype: Multipart form
UPDATE 10th April 2019
+ Version 1.0.0
- Added options page
- Implemented responsive layout using new design
- First stable version
UPDATE 10th April 2019
+ Version 1.1.0
- Added new last page desing
- Changed team config and shortcode section rendering
- Major change to js form logic
- Small fixes
UPDATE 12th April 2019
+ Version 1.1.1
- Fixed fatal error in plugin options
- Design change
- Small fixes
UPDATE 15th April 2019
+ Version 1.1.2
- Design change
- Small fixes
- Readme file change